Simplyfing debhelper auto_install override in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bd2956f6dc
commit
5453119a80
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,7 +4,7 @@
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
$(MAKE) prefix=$(CURDIR)/debian/pdlzip/usr install
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=pdlzip-dbg
|
dh_strip --dbg-package=pdlzip-dbg
|
||||||
|
|
Loading…
Add table
Reference in a new issue