summaryrefslogtreecommitdiff
path: root/debian/control
blob: dd83bed19f4be0051cf309c2be11277566c2fd70 (plain)
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: 4.6.0
Build-Depends: perl (>= 5.8.0-7), debhelper-compat (= 13), gettext (>= 0.12.1), liblocale-gettext-perl, dpkg-dev (>= 1.17.0)
Vcs-Browser: https://salsa.debian.org/bod/help2man
Vcs-Git: https://salsa.debian.org/bod/help2man.git

Package: help2man
Architecture: any
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, liblocale-gettext-perl
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.