]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
d/rules: use dh auto-sequencer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 10:18:12 +0000 (12:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 10:53:29 +0000 (12:53 +0200)
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>
debian/rules

index c482a3c4a23b6a53201c1b83c63937519eb3a738..f1c9e6726191a0228c3e8b21cdd11fc8c8c137db 100755 (executable)
@@ -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 $@