builddeb: Add support for all required debian/rules targets
authorGuillem Jover <guillem@hadrons.org>
Sun, 20 Sep 2020 22:25:53 +0000 (00:25 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 9 Oct 2020 15:41:35 +0000 (00:41 +0900)
commit76c37668768464a6c2d5c49abd36ba0b48a0b131
tree20e27c63d6a124492c7ce74913c40d9c7f0242bc
parent3e8541803624678925a477a03e19e3c155b5fc12
builddeb: Add support for all required debian/rules targets

These have been required by the Debian policy for a while, even though
the tooling can detect and workaround their omission, but are a hard
requirement when using rootless builds.

[masahiro:
The following Debian policy is particularly important for rootless builds:
"Both binary-* targets should depend on the build target, or on the
 appropriate build-arch or build-indep target, so that the package is
 built if it has not been already."
]

Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/package/mkdebian