[libperl5i-perl] 01/02: Switch order of alternative (build) depends for autodie.

gregor herrmann gregoa at debian.org
Fri Aug 30 15:24:23 UTC 2013


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

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

commit 9aebf7d3a77f99a49a3e389f3240d8afc4163e52
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 30 17:22:07 2013 +0200

    Switch order of alternative (build) depends for autodie.
---
 debian/control |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e9a1b5b..b7dce02 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9.20120312),
                libautobox-dump-perl,
                libautobox-list-util-perl,
                libautobox-perl,
-               libautodie-perl (>= 2.12) | perl (>= 5.17.2),
                libautovivification-perl,
                libcapture-tiny-perl,
                libcarp-fix-1-25-perl,
@@ -44,7 +43,8 @@ Build-Depends: debhelper (>= 9.20120312),
                libutf8-all-perl,
                libwant-perl,
                libyaml-perl,
-               perl (>= 5.15.3)
+               perl (>= 5.15.3),
+               perl (>= 5.17.2) | libautodie-perl (>= 2.12)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperl5i-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl5i-perl.git
@@ -59,7 +59,6 @@ Depends: ${shlibs:Depends},
          libautobox-dump-perl,
          libautobox-list-util-perl,
          libautobox-perl,
-         libautodie-perl (>= 2.12) | perl (>= 5.17.2),
          libautovivification-perl,
          libcapture-tiny-perl,
          libcarp-fix-1-25-perl,
@@ -86,7 +85,8 @@ Depends: ${shlibs:Depends},
          libtry-tiny-perl,
          libutf8-all-perl,
          libwant-perl,
-         libyaml-perl
+         libyaml-perl,
+         perl (>= 5.17.2) | libautodie-perl (>= 2.12)
 Provides: libperl5i-0-perl,
           libperl5i-1-perl,
           libperl5i-2-perl

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



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