]> git.donarmstrong.com Git - perltidy.git/blob - debian/control
8c4726938c3c52213388973c64aa5123ee73e239
[perltidy.git] / debian / control
1 Source: perltidy
2 Section: devel
3 Priority: optional
4 Maintainer: Don Armstrong <don@debian.org>
5 Build-Depends: debhelper (>= 5)
6 Build-Depends-Indep: perl (>= 5.6.0-16)
7 Standards-Version: 3.8.2
8 Homepage: http://perltidy.sourceforge.net/
9
10 Package: perltidy
11 Architecture: all
12 Depends: ${perl:Depends}
13 Description: Perl script indenter and reformatter
14  Perltidy is a Perl script which indents and reformats Perl
15  scripts to make them easier to read.
16  .
17  The formatting can be controlled with command line parameters.
18  The default parameter settings approximately follow the
19  suggestions in the Perl Style Guide.
20  .
21  Perltidy can also generate formatted HTML output from POD, and can
22  even generate colored output in HTML for scripts. See examples at
23  http://perltidy.sourceforge.net/
24  .