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