mirror of
https://git.proxmox.com/git/proxmox-backup-meta
synced 2025-10-04 00:29:33 +00:00
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:
parent
898ac4a79a
commit
8c2d1e2a2b
23
debian/rules
vendored
23
debian/rules
vendored
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user