Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ef9df87a91
commit
e419fc5fb1
2 changed files with 2 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -3,6 +3,7 @@ Section: utils
|
|||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 12.8~),
|
||||
debhelper-compat (= 12),
|
||||
help2man,
|
||||
lzip,
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -15,6 +15,7 @@ override_dh_auto_configure:
|
|||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# manpage
|
||||
mkdir -p debian/zutils/usr/share/man/man1
|
||||
help2man --name 'search compressed and uncompressed files' debian/zutils/bin/zegrep > debian/zutils/usr/share/man/man1/zegrep.1
|
||||
|
|
Loading…
Add table
Reference in a new issue