1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: help2man
Section: devel
Priority: optional
Maintainer: Brendan O'Dea <bod@debian.org>
Standards-Version: 3.9.8
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 8), gettext (>= 0.12.1), liblocale-gettext-perl, dpkg-dev (>= 1.17.0)
Vcs-Git: https://anonscm.debian.org/git/users/bod/help2man.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/bod/help2man.git/
Package: help2man
Architecture: any
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, liblocale-gettext-perl, dpkg (>= 1.15.4) | install-info
Description: Automatic manpage generator
Program to create simple man pages from the --help and
--version output of other programs.
.
Since most GNU documentation is now in info format, this provides a
way to generate a placeholder man page pointing to that resource while
still providing some useful information.
|