[libpoe-component-client-dns-perl] 03/10: Make dependencies on POE and Test::NoWarnings versioned, and add a dependency on Test::More 0.96

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 20:56:06 UTC 2013


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

fsfs pushed a commit to branch master
in repository libpoe-component-client-dns-perl.

commit 435d7f21c48e82831de6171638e652159f70174f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Nov 2 21:45:50 2013 +0100

    Make dependencies on POE and Test::NoWarnings versioned, and add a dependency on Test::More 0.96
---
 debian/control |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 49072ef..be4ffe4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,9 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      netbase,
                      libnet-dns-perl,
-                     libpoe-perl,
-                     libtest-nowarnings-perl
+                     libpoe-perl (>= 1.2940),
+                     libtest-nowarnings-perl (>= 1.02),
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-dns-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-client-dns-perl.git
@@ -24,7 +25,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libnet-dns-perl,
-         libpoe-perl
+         libpoe-perl (>= 1.2940)
 Description: POE Component for performing asynchronous DNS queries
  POE::Component::Client::DNS is a wrapper for non-blocking DNS queries based on
  Net::DNS (libnet-dns-perl). It lets other tasks run while something is waiting

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-client-dns-perl.git



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