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