[libcgi-untaint-perl] 05/08: Drop version from perl build dependency.

gregor herrmann gregoa at debian.org
Mon Aug 11 16:02:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcgi-untaint-perl.

commit e0848a7e126aa0fbd5f44a23195cf7b97c08bd60
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 11 17:59:23 2014 +0200

    Drop version from perl build dependency.
---
 debian/control | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index e287f76..9a25e5e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: libcgi-untaint-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Bart Martens <bartm at debian.org>
 Section: perl
 Priority: optional
-Build-Depends-Indep: perl (>= 5.8.0), libuniversal-require-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Build-Depends: debhelper (>= 8)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bart Martens <bartm at debian.org>
+Build-Depends-Indep: perl,
+                     libuniversal-require-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-untaint-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-untaint-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-untaint-perl.git
 Homepage: http://search.cpan.org/~tmtm/CGI-Untaint/
 
 Package: libcgi-untaint-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libuniversal-require-perl
 Description: Process CGI input parameters
  Dealing with large web based applications with multiple forms is a
  minefield. It's often hard enough to ensure you validate all your

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-untaint-perl.git



More information about the Pkg-perl-cvs-commits mailing list