[libnet-rblclient-perl] 09/15: Make (build) dependency on libnet-dns-perl versioned.

gregor herrmann gregoa at debian.org
Fri Jul 15 14:13:55 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-rblclient-perl.

commit af761ac055f38c57f5ef1fe95b3b15618f7741a3
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 15 15:58:38 2016 +0200

    Make (build) dependency on libnet-dns-perl versioned.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3856751..fd8e516 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libnet-dns-perl,
+Build-Depends-Indep: libnet-dns-perl (>= 1.01),
                      perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-rblclient-perl.git
@@ -18,7 +18,7 @@ Package: libnet-rblclient-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libnet-dns-perl
+         libnet-dns-perl (>= 1.01)
 Description: queries multiple Realtime Blackhole Lists in parallel
  The Net::RBLClient module is used to discover what RBL's are listing a
  particular IP address. It parallelizes requests for fast response.

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



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