1
0
Fork 0

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:
Daniel Baumann 2025-02-20 15:05:51 +01:00
parent fa721bece8
commit 8e738fe0fe
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View file

@ -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,
Rules-Requires-Root: no

1
debian/rules vendored
View file

@ -6,6 +6,7 @@
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd
execute_after_dh_auto_install:
# man
mkdir -p debian/lzd/usr/share/man/man1
help2man --name 'Educational decompressor for the lzip format.' debian/lzd/usr/bin/lzd > debian/lzd/usr/share/man/man1/lzd.1