Imported Upstream version 1.40.13
[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 Multi-Arch: foreign
13 Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, liblocale-gettext-perl, dpkg (>= 1.15.4) | install-info
14 Description: Automatic manpage generator
15  Program to create simple man pages from the --help and
16  --version output of other programs.
17  .
18  Since most GNU documentation is now in info format, this provides a
19  way to generate a placeholder man page pointing to that resource while
20  still providing some useful information.