[SCM] Debian packaging of libtest-cukes-perl branch, master, updated. 518d9ba079e7cb072509e5b18ff53507b8cc356e

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


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

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

diff --git a/debian/control b/debian/control
index 79642c8..6549c0b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libtest-cukes-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christine Spang <christine at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.92),
- libcarp-assert-perl, libany-moose-perl, libtry-tiny-perl (>= 0.07)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christine Spang <christine at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libcarp-assert-perl,
+                     libany-moose-perl,
+                     libtry-tiny-perl (>= 0.07)
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Test-Cukes/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-cukes-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-cukes-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-cukes-perl.git
+Homepage: http://search.cpan.org/dist/Test-Cukes/
 
 Package: libtest-cukes-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl,
- libany-moose-perl, libtry-tiny-perl (>= 0.07),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libcarp-assert-perl,
+         libany-moose-perl,
+         libtry-tiny-perl (>= 0.07),
+         perl
 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
@@ -25,3 +30,4 @@ Description: test framework inspired by Cucumber
  .
  For more information about how to define features and scenarios, please read
  the Cucumber documentation from <URL:http://cukes.info/>
+

-- 
Debian packaging of libtest-cukes-perl



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