X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=2c8db7c25a57f02d32bb0b9a4fce7403ff152bae;hb=8650cadc9aaa12d0fb1d7025ad8fefda9c3df636;hp=5107fe8e30c53320edd7cfb496b23353a66b4424;hpb=ed1fffa086693c62340599065543ee1d5c09ee8f;p=perltidy.git diff --git a/debian/control b/debian/control index 5107fe8..2c8db7c 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: perltidy -Section: interpreters +Section: devel Priority: optional -Maintainer: Steve Hancock -Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.1-7) -Standards-Version: 3.5.1 +Maintainer: Don Armstrong +Build-Depends: debhelper (>= 4), perl (>= 5.6.0-16) +Standards-Version: 3.7.2 Package: perltidy Architecture: all Depends: ${perl:Depends} -Description: A Perl script indenter and reformatter +Description: Perl script indenter and reformatter Perltidy is a Perl script which indents and reformats Perl scripts to make them easier to read. . @@ -16,5 +16,8 @@ Description: A Perl script indenter and reformatter The default parameter settings approximately follow the suggestions in the Perl Style Guide. . - If you write Perl scripts, or spend much time reading them, - you will probably find it useful. + 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/ + . + Homepage: http://perltidy.sourceforge.net/