File: control

package info (click to toggle)
help2man 1.36.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 384 kB
  • ctags: 20
  • sloc: perl: 487; makefile: 194; sh: 176; ansic: 88
file content (18 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: help2man
Section: devel
Priority: optional
Maintainer: Brendan O'Dea <bod@debian.org>
Standards-Version: 3.5.1
Build-Depends: perl (>= 5.6.0-18), debhelper (>= 3.0.5), gettext (>= 0.12.1), liblocale-gettext-perl

Package: help2man
Architecture: any
Depends: ${perl:Depends}
Recommends: gettext, 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.