[libtest-cukes-perl] 01/01: drop unversioned "perl" from depends.

gregor herrmann gregoa at debian.org
Wed Dec 23 16:49:23 UTC 2015


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

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

commit 88a37fb163df70b5288ce324d42953835f92b779
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 23 17:46:50 2015 +0100

    drop unversioned "perl" from depends.
    
    (artifact of the mass dependency update)
    
    Gbp-Dch: Ignore
---
 debian/control | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index acaf094..a97cca9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
-                     libcarp-assert-perl,
                      libany-moose-perl,
+                     libcarp-assert-perl,
                      libtry-tiny-perl (>= 0.07)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cukes-perl.git
@@ -19,10 +19,9 @@ Package: libtest-cukes-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libcarp-assert-perl,
          libany-moose-perl,
-         libtry-tiny-perl (>= 0.07),
-         perl
+         libcarp-assert-perl,
+         libtry-tiny-perl (>= 0.07)
 Description: test framework inspired by Cucumber
  Test::Cukes is a Perl test framework inspired by Cucumber, which lets you
  write module tests with scenarios and is compatible with Test::More and other

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



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