[perlbrew] 06/07: Build depend on both curl and wget.

gregor herrmann gregoa at debian.org
Wed Nov 1 16:29:42 UTC 2017


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

gregoa pushed a commit to branch master
in repository perlbrew.

commit 25c8e6bcffe455a9a45fd75e766df7e5f64575da
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 1 17:24:07 2017 +0100

    Build depend on both curl and wget.
    
    There's a new test looking for wget (or fetch) in the absence of curl.
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 030fa90..069d5cd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: curl | wget,
+Build-Depends-Indep: curl,
                      libcapture-tiny-perl (>= 0.36),
                      libcpan-perl-releases-perl (>= 3.24),
                      libdevel-patchperl-perl (>= 1.40),
@@ -18,7 +18,8 @@ Build-Depends-Indep: curl | wget,
                      libtest-output-perl (>= 1.03),
                      libtest-spec-perl (>= 0.47),
                      perl (>= 5.23.7),
-                     perl-doc
+                     perl-doc,
+                     wget
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perlbrew.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/perlbrew.git

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



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