[SCM] Debian packaging of libtest-warn-perl branch, master, updated. upstream/0.24-60-g6e932ae

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:17 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 6007b1f..73ca93c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,31 @@
 Source: libtest-warn-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           gregor herrmann <gregoa at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>, gregor herrmann <gregoa at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libsub-uplevel-perl,
- libtest-simple-perl, libtree-dagnode-perl, libtest-pod-perl
+Build-Depends-Indep: perl,
+                     libsub-uplevel-perl,
+                     libtree-dagnode-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Test-Warn/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-warn-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-warn-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-warn-perl.git
+Homepage: http://search.cpan.org/dist/Test-Warn/
 
 Package: libtest-warn-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libsub-uplevel-perl,
- libtest-simple-perl, libtree-dagnode-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libsub-uplevel-perl,
+         perl,
+         libtree-dagnode-perl
 Description: test module for checking which warnings are generated
  Test::Warn provides an easy way to test which warnings are thrown in some
  perl code. It is compatible with the Test::More family of utilities and
  similar to Test::Exception.
+

-- 
Debian packaging of libtest-warn-perl



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