]> git.donarmstrong.com Git - perltidy.git/blobdiff - debian/control
update compat level to 12, standards version, and switch to salsa
[perltidy.git] / debian / control
index 5107fe8e30c53320edd7cfb496b23353a66b4424..60aec4035595274e6d0fed68b6f0ed6e348165a3 100644 (file)
@@ -1,14 +1,18 @@
 Source: perltidy
-Section: interpreters
+Section: devel
 Priority: optional
-Maintainer: Steve Hancock <perltidy@users.sourceforge.net>
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.1-7)
-Standards-Version: 3.5.1
+Maintainer: Don Armstrong <don@debian.org>
+Build-Depends: debhelper (>= 12)
+Build-Depends-Indep: perl
+Standards-Version: 4.3.0
+Homepage: http://perltidy.sourceforge.net/
+Vcs-Git: https://salsa.debian.org/debian/perltidy.git
+Vcs-Browser: https://salsa.debian.org/debian/perltidy.git
 
 Package: perltidy
 Architecture: all
-Depends: ${perl:Depends}
-Description: 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 +20,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/
+ .