[SCM] Debian packaging of libtest-nowarnings-perl branch, master, updated. debian/1.04-1-2-ge1b6a6d

gregor herrmann gregoa at debian.org
Thu Jul 5 21:00:54 UTC 2012


The following commit has been merged in the master branch:
commit 38f0862269506b804680f112c34eca3e7899364b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:59:57 2012 -0600

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

diff --git a/debian/control b/debian/control
index 0fa9bf5..afb15df 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: libtest-nowarnings-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>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-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>
+Build-Depends-Indep: perl,
+                     libtest-tester-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-NoWarnings/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-nowarnings-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-nowarnings-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-nowarnings-perl.git
+Homepage: http://search.cpan.org/dist/Test-NoWarnings/
 
 Package: libtest-nowarnings-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl
 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
@@ -27,3 +31,4 @@ Description: module to make sure you didn't emit any warnings while testing
  .
  The test is run by an END block in Test::NoWarnings. It will not be run when
  any forked children exit.
+

-- 
Debian packaging of libtest-nowarnings-perl



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