[pkg-perl-tools] 01/02: Add missing dependency on curl

dom at earth.li dom at earth.li
Sat Aug 26 13:49:10 UTC 2017


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

dom pushed a commit to branch master
in repository pkg-perl-tools.

commit f5b57866b23c0cd378ddbe8f9b6024c53fe4d4f9
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Aug 26 14:46:37 2017 +0100

    Add missing dependency on curl
---
 debian/changelog | 4 ++++
 debian/control   | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 119960d..8b331f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 pkg-perl-tools (0.40) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * examples/check-build: update autopkgtest section. Drop adt-run
     variant, as stable has autopkgtest, and add --shell-fail option.
   * examples/check-build: add option to run reprotest.
 
+  [ Dominic Hargreaves ]
+  * Add missing dependency on curl
+
  -- gregor herrmann <gregoa at debian.org>  Fri, 18 Aug 2017 17:48:10 +0200
 
 pkg-perl-tools (0.39) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 0678a0e..49131fe 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,8 @@ Depends: ${misc:Depends},
          lintian (>= 2.5.28~),
          openssh-client | ssh-client,
          pristine-tar,
-         quilt
+         quilt,
+         curl,
 Recommends: autodep8,
             autopkgtest,
             libconfig-model-dpkg-perl,

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



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