[SCM] Debian Packaging of Test::Class::Most branch, master, updated. debian/0.06-1-2-ga0527e7

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


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

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

diff --git a/debian/control b/debian/control
index a2e5768..10cdf0a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libtest-class-most-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
- libtest-class-perl (>= 0.33),
- libtest-most-perl
+                     perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
+                     libtest-class-perl,
+                     libtest-most-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-class-most-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-class-most-perl.git
@@ -15,8 +15,12 @@ Homepage: http://search.cpan.org/dist/Test-Class-Most/
 
 Package: libtest-class-most-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtest-class-perl (>= 0.33), libtest-most-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtest-class-perl,
+         libtest-most-perl
 Description: module to reduce boilerplate code when testing classes
  Test::Class::Most acts as a combination of Test::Class, Test::Most and
  Modern::Perl, thus saving a lot of typing boilerplate code when writing
  tests for Perl classes.
+

-- 
Debian Packaging of Test::Class::Most



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