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