[libcatalyst-perl] 01/03: switch order of alternative (b) dep with `cme fix dpkg-control'

gregor herrmann gregoa at debian.org
Mon Jul 25 16:46:28 UTC 2016


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

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

commit 976c6bfdcf3b9ecaf9c9b8547bb500d6b5b1b2b3
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 25 18:00:44 2016 +0200

    switch order of alternative (b) dep with `cme fix dpkg-control'
    
    and sort deps afterwards
    
    Gbp-Dch: Ignore
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 54e0725..483ef36 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends-Indep: libcatalystx-leakchecker-perl,
                      libclass-load-perl,
                      libdata-dump-perl,
                      libdata-optlist-perl,
-                     libencode-perl (>= 2.49) | perl (>= 5.17.10),
                      libextutils-autoinstall-perl,
                      libfcgi-perl,
                      libfcgi-procmanager-perl,
@@ -73,7 +72,8 @@ Build-Depends-Indep: libcatalystx-leakchecker-perl,
                      libtype-tiny-perl (>= 1.000005),
                      liburi-perl (>= 1.65),
                      libwww-perl,
-                     perl (>= 5.15.8)
+                     perl (>= 5.15.8),
+                     perl (>= 5.17.10) | libencode-perl (>= 2.49)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-perl.git
@@ -93,7 +93,6 @@ Depends: ${misc:Depends},
          libclass-load-perl,
          libdata-dump-perl,
          libdata-optlist-perl,
-         libencode-perl (>= 2.49) | perl (>= 5.17.10),
          libextutils-autoinstall-perl,
          libfile-copy-recursive-perl,
          libfile-modified-perl,
@@ -132,7 +131,8 @@ Depends: ${misc:Depends},
          libtry-tiny-perl (>= 0.17),
          liburi-perl (>= 1.65),
          libwww-perl,
-         perl (>= 5.15.8)
+         perl (>= 5.15.8),
+         perl (>= 5.17.10) | libencode-perl (>= 2.49)
 Recommends: libcatalyst-dispatchtype-regex-perl
 Suggests: libcatalyst-devel-perl,
           libcatalyst-engine-apache-perl,

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



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