[SCM] Debian packaging of Test-BDD-Cucumber CPAN distribution branch, master, updated. debian/0.10-1-4-gf8fbefe

intrigeri intrigeri at boum.org
Sun Jun 3 14:22:59 UTC 2012


The following commit has been merged in the master branch:
commit ac8a65f91a0ed1da7c12cc2a5831626fbe36a19c
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Jun 3 14:27:58 2012 +0200

    Add versioned dependency on perl-modules to get Term::ANSIColor 3.00.

diff --git a/debian/control b/debian/control
index de2562f..1a6d407 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends-Indep: libclone-perl,
                      libpath-class-perl,
                      libtest-differences-perl,
                      libyaml-syck-perl,
-                     perl
+                     perl,
+                     perl-modules (>= 5.14.2)
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-bdd-cucumber-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-bdd-cucumber-perl.git
@@ -35,7 +36,8 @@ Depends: ${misc:Depends},
          libouch-perl,
          libpath-class-perl,
          libtest-differences-perl,
-         libyaml-syck-perl
+         libyaml-syck-perl,
+         perl-modules (>= 5.14.2)
 Description: Cucumber-style acceptance testing framework in Perl
  Behavioral testing tools like Cucumber let software development teams
  describe in plain text how software should behave. The text is

-- 
Debian packaging of Test-BDD-Cucumber CPAN distribution



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