]> git.proxmox.com Git - proxmox-archive-keyring.git/commitdiff
d/rules: use dh wildcard rule
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 15:03:07 +0000 (17:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 15:03:07 +0000 (17:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index c482a3c4a23b6a53201c1b83c63937519eb3a738..218df65d8273ae2772689b80d4a39a5ac15312be 100755 (executable)
@@ -4,25 +4,5 @@
 # Uncomment this to turn on verbose mode.
 #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 $@