[SCM] Debian packaging of libdist-zilla-plugins-cjm-perl branch, master, updated. debian/4.02-1-1-gc0b4bcd

gregor herrmann gregoa at debian.org
Wed Nov 23 18:23:53 UTC 2011


The following commit has been merged in the master branch:
commit c0b4bcd6acdb43ddab2513c66062ea6c7322ac97
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 23 19:05:16 2011 +0100

    Swap order of alternative (build) dependencies after the perl 5.14 transition.

diff --git a/debian/control b/debian/control
index ddb28ef..a442574 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libcpan-meta-perl | perl (>= 5.13.10),
+Build-Depends-Indep: perl (>= 5.13.10) | libcpan-meta-perl,
                      libdist-zilla-perl,
                      libfile-homedir-perl,
                      libfile-pushd-perl,
@@ -12,7 +12,7 @@ Build-Depends-Indep: libcpan-meta-perl | perl (>= 5.13.10),
                      libmoose-perl,
                      libpath-class-perl,
                      perl (>= 5.10.1),
-                     libmodule-metadata-perl | perl (>= 5.13.9)
+                     perl (>= 5.13.9) | libmodule-metadata-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git
@@ -22,14 +22,14 @@ Package: libdist-zilla-plugins-cjm-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libcpan-meta-perl | perl (>= 5.13.10),
+         perl (>= 5.13.10) | libcpan-meta-perl,
          libdist-zilla-perl,
          libfile-homedir-perl,
          libmoose-autobox-perl,
          libmoose-perl,
          libpath-class-perl,
          perl (>= 5.10.1),
-         libmodule-metadata-perl | perl (>= 5.13.9)
+         perl (>= 5.13.9) | libmodule-metadata-perl
 Description: collection of CJM's plugins for Dist::Zilla
  Collection of Dist::Zilla plugins. This package features the 
  following Perl modules:

-- 
Debian packaging of libdist-zilla-plugins-cjm-perl



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