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