[libtest-consistentversion-perl] 07/10: Add build dependency on libmodule-build-perl.

gregor herrmann gregoa at debian.org
Sat Jun 6 16:02:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-consistentversion-perl.

commit 4feeff10fec37bb7bc02dac80dea7df9792b0eed
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 6 17:55:20 2015 +0200

    Add build dependency on libmodule-build-perl.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9bb5d9f..20fe56f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl (>= 0.42)
 Build-Depends-Indep: perl,
                      libtest-pod-content-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-consistentversion-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-consistentversion-perl.git
@@ -17,8 +18,7 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libtest-pod-content-perl,
-         perl,
-         perl (>= 5.11.1) | libtest-simple-perl
+         perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-consistentversion-perl.git



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