X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=7a234f342875942a72482cb5214fdce619389693;hb=e12c2abf0ba9310c13e0e485cf09e9905d10ff5b;hp=5107fe8e30c53320edd7cfb496b23353a66b4424;hpb=b2d8cef8551aa63c2718732e53392e7ebdd6c75f;p=perltidy.git diff --git a/debian/control b/debian/control index 5107fe8..7a234f3 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,19 @@ 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 (>= 9) +Build-Depends-Indep: perl +Standards-Version: 3.9.3 +Homepage: http://perltidy.sourceforge.net/ +Vcs-Git: http://git.donarmstrong.com/perltidy.git +Vcs-Browser: http://git.donarmstrong.com/perltidy.git + Package: perltidy Architecture: all -Depends: ${perl:Depends} -Description: A Perl script indenter and reformatter +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. . @@ -16,5 +21,7 @@ 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/ + .