[SCM] Debian packaging of libtest-consistentversion-perl branch, master, updated. 480723724a0acfd257a19a46ed51df77af908ea3

gregor herrmann gregoa at debian.org
Thu Jul 5 20:58:38 UTC 2012


The following commit has been merged in the master branch:
commit 2e86b061af8873931dd46a66d3dcd63d2f14a6bc
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:58:32 2012 -0600

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

diff --git a/debian/control b/debian/control
index 2cf32dd..abc0dc4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libtest-consistentversion-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, 
- libtest-pod-content-perl,
- perl (>= 5.10.1) | libautodie-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libtest-pod-content-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-ConsistentVersion/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-consistentversion-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-consistentversion-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-consistentversion-perl.git
+Homepage: http://search.cpan.org/dist/Test-ConsistentVersion/
 
 Package: libtest-consistentversion-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libtest-pod-content-perl,
- perl (>= 5.10.1) | libautodie-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-pod-content-perl,
+         perl,
+         perl (>= 5.11.1) | libtest-simple-perl
 Description: module to ensure consistent versions in a package
  Test::ConsistentVersion is a Perl module that ensures consistent versioning
  in all modules of a package. It also checks that the README and Changes files
  match the module version.
+

-- 
Debian packaging of libtest-consistentversion-perl



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