[libtest-aggregate-perl] 04/05: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Sun Sep 8 15:56:39 UTC 2013


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

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

commit 039332ab1a2cbbe29e3e1c28a46ca29ba78a8094
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 8 17:53:41 2013 +0200

    Update (build) dependencies.
    
    Move Module::Build to Build-Depends and switch order of alternatives.
    Remove unversioned perl from Depends.
---
 debian/control |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 2916df8..1e4f39a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
            Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+               perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
 Build-Depends-Indep: perl,
                      libdata-dump-streamer-perl,
-                     libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1),
                      libtest-most-perl,
                      libtest-nowarnings-perl,
                      libtest-trap-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                      perltidy
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-aggregate-perl.git
@@ -23,8 +23,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libtest-most-perl,
-         libtest-nowarnings-perl,
-         perl
+         libtest-nowarnings-perl
 Recommends: libdata-dump-streamer-perl,
             perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
             perltidy

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



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