mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-29 03:02:55 +00:00
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:
parent
143b4f26ae
commit
97ac0d6777
22
debian/rules
vendored
22
debian/rules
vendored
@ -4,24 +4,6 @@
|
|||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#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:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user