d/rules: use dh auto-sequencer

manually encoding the dh_ targets should be avoided if possible, if
behavior needs to be altered one should use the override_dh_
mechanism

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-12 12:18:12 +02:00
parent 898ac4a79a
commit 8c2d1e2a2b

23
debian/rules vendored
View File

@ -5,24 +5,5 @@
#export DH_VERBOSE=1
install:
dh_install
dh_installdocs
dh_lintian
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:
%:
dh $@