[libhttp-tiny-perl] 03/06: Remove unnecessary versioned dependencies (cme fix)
Nick Morrott
nickm-guest at moszumanska.debian.org
Mon Jul 25 00:00:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libhttp-tiny-perl.
commit 3e537894ece1cfb9d6b304aae30deaf3ffcff1e8
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Mon Jul 25 00:46:25 2016 +0100
Remove unnecessary versioned dependencies (cme fix)
---
debian/control | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index eb64e47..5dd46c4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,14 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>,
gregor herrmann <gregoa at debian.org>,
Nick Morrott <knowledgejunkie at gmail.com>
Section: perl
+Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhttp-cookiejar-perl,
- perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
-Standards-Version: 3.9.6
+ perl
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-tiny-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-tiny-perl.git
-Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/HTTP-Tiny
Package: libhttp-tiny-perl
@@ -22,9 +21,9 @@ Depends: ${misc:Depends},
${perl:Depends}
Recommends: ca-certificates,
libhttp-cookiejar-perl,
- libio-socket-ssl-perl (>= 1.56),
+ libio-socket-ssl-perl,
libnet-ssleay-perl (>= 1.49),
- perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.25)
+ libio-socket-ip-perl (>= 0.25) | perl (>= 5.19.8)
Description: Perl module that implements a small, simple, correct HTTP/1.1 client
HTTP::Tiny is a very simple HTTP/1.1 client, designed primarily for doing
simple GET requests without the overhead of a large framework like
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list