]> git.donarmstrong.com Git - perltidy.git/blob - debian/control
[svn-inject] Installing original source of perltidy
[perltidy.git] / debian / control
1 Source: perltidy
2 Section: interpreters
3 Priority: optional
4 Maintainer: Steve Hancock <perltidy@users.sourceforge.net>
5 Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.1-7)
6 Standards-Version: 3.5.1
7
8 Package: perltidy
9 Architecture: all
10 Depends: ${perl:Depends}
11 Description: A Perl script indenter and reformatter
12  Perltidy is a Perl script which indents and reformats Perl
13  scripts to make them easier to read.
14  .
15  The formatting can be controlled with command line parameters.
16  The default parameter settings approximately follow the
17  suggestions in the Perl Style Guide.
18  .
19  If you write Perl scripts, or spend much time reading them,
20  you will probably find it useful.