Creating missing manpages with help2man.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
240379c96f
commit
ac18d6c38c
2 changed files with 6 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -4,6 +4,7 @@ Priority: optional
|
|||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 10),
|
||||
help2man,
|
||||
lzip,
|
||||
texinfo,
|
||||
Rules-Requires-Root: no
|
||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -15,6 +15,11 @@ override_dh_auto_configure:
|
|||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
|
||||
|
||||
# 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
|
||||
help2man --name 'search compressed and uncompressed files' debian/zutils/bin/zfgrep > debian/zutils/usr/share/man/man1/zfgrep.1
|
||||
|
||||
# removing unused files
|
||||
rm -f debian/zutils/usr/share/info/dir*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue