File: control

package info (click to toggle)
perltidy 20180220-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,100 kB
  • sloc: perl: 21,644; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: perltidy
Section: devel
Priority: optional
Maintainer: Don Armstrong <don@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Homepage: http://perltidy.sourceforge.net/
Vcs-Git: https://git.donarmstrong.com/perltidy.git
Vcs-Browser: https://git.donarmstrong.com/perltidy.git


Package: perltidy
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl script indenter and reformatter
 Perltidy is a Perl script which indents and reformats Perl
 scripts to make them easier to read.
 .
 The formatting can be controlled with command line parameters.
 The default parameter settings approximately follow the
 suggestions in the Perl Style Guide.
 .
 Perltidy can also generate formatted HTML output from POD, and can
 even generate colored output in HTML for scripts. See examples at
 http://perltidy.sourceforge.net/
 .