use debhelper for all targets

remove the manual targets calling debhelper, by replacing them with a minimal
debian/rules file invoking debhelper for everything

tested by running diffoscope between the package with and without this
patch (and manually comparing the expected differences)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-12-27 19:36:39 +01:00 committed by Dietmar Maurer
parent 143b4f26ae
commit 97ac0d6777

22
debian/rules vendored
View File

@ -4,24 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
install:
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
dh_strip_nondeterminism
dh_compress
dh_fixperms
binary: install
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
.PHONY: build clean
build clean: