[libdist-zilla-plugin-git-perl] 08/09: Manually switch the order of another versioned alternative (build) dependency.

gregor herrmann gregoa at debian.org
Wed Jan 3 20:36:57 UTC 2018


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

gregoa pushed a commit to branch master
in repository libdist-zilla-plugin-git-perl.

commit 180235e5988abdde80ad30398da793b19ac569a5
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 3 21:28:27 2018 +0100

    Manually switch the order of another versioned alternative (build) dependency.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e82798f..9bfe294 100644
--- a/debian/control
+++ b/debian/control
@@ -26,12 +26,12 @@ Build-Depends-Indep: perl,
                      libmoosex-types-perl,
                      libnamespace-autoclean-perl,
                      libpath-tiny-perl,
-                     libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1),
                      libstring-formatter-perl,
                      libtest-fatal-perl,
                      libtry-tiny-perl,
                      libversion-next-perl,
-                     perl (>= 5.15.7) | libcpan-meta-requirements-perl (>= 2.113640)
+                     perl (>= 5.15.7) | libcpan-meta-requirements-perl (>= 2.113640),
+                     perl (>= 5.25.1) | libscalar-list-utils-perl (>= 1:1.45)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-git-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-git-perl.git
@@ -55,10 +55,10 @@ Depends: ${misc:Depends},
          libmoosex-types-perl,
          libnamespace-autoclean-perl,
          libpath-tiny-perl,
-         libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1),
          libstring-formatter-perl,
          libtry-tiny-perl,
-         libversion-next-perl
+         libversion-next-perl,
+         perl (>= 5.25.1) | libscalar-list-utils-perl (>= 1:1.45)
 Description: Dist::Zilla plugins to update your git repository after release
  Set of plugins for Dist::Zilla intended to help module authors that use
  git to track their work.

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



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