[SCM] Debian packaging of libtest-nowarnings-perl branch, master, updated. upstream/1.03-28-g76ae54a

gregor herrmann gregoa at debian.org
Tue Aug 9 14:28:49 UTC 2011


The following commit has been merged in the master branch:
commit a86b523349b04abec3bc258f88f094617550c730
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 9 16:21:51 2011 +0200

    Update build and runtime dependencies:
     - remove libtest-tester-perl from Depends
     - (build) depend on perl 5.10.1 (for Test::Builder 0.86)

diff --git a/debian/control b/debian/control
index 45d4c65..0fa9bf5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libtest-nowarnings-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-tester-perl
+Build-Depends-Indep: perl (>= 5.10.1), libtest-tester-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.2
@@ -12,7 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-nowar
 
 Package: libtest-nowarnings-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtest-tester-perl
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1)
 Description: module to make sure you didn't emit any warnings while testing
  In general, your tests shouldn't produce warnings. This modules causes any
  warnings to be captured and stored. It automatically adds an extra test that

-- 
Debian packaging of libtest-nowarnings-perl



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