[SCM] Debian packaging of libtest-taint-perl branch, master, updated. 6f54f819e5a41eacfea03afd1ba72e87473d980a

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:55 UTC 2012


The following commit has been merged in the master branch:
commit 46ec4c480ed72bd31ed6bb177e01c67060038cfd
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:42 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 05b5966..44aca24 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: libtest-taint-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Neyron <pierre.neyron at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl,
+               libtest-pod-perl,
+               libtest-pod-coverage-perl 
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Test-Taint/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-taint-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-taint-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-taint-perl.git
+Homepage: http://search.cpan.org/dist/Test-Taint/
 
 Package: libtest-taint-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description:  Module to test taintedness
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: Module to test taintedness
  The Test::Taint module provides tools to test taintedness.
  Tainted data is data that comes from an unsafe source, such as the
  command line, or, in the case of web apps, any GET or POST transactions.
@@ -23,3 +28,4 @@ Description:  Module to test taintedness
  you'll want to have a way to provide tainted data for your routines to
  handle, and easy ways to check and report on the taintedness of your data,
  in standard Test::More style.
+

-- 
Debian packaging of libtest-taint-perl



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