[libnet-dns-perl] 05/07: Drop unnecessary version constraints from (build) dependencies.

gregor herrmann gregoa at debian.org
Wed Aug 27 00:22:42 UTC 2014


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

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

commit 61313ff61fe48fd3460d40199ae6e51f6c3dd11f
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 26 17:19:10 2014 -0700

    Drop unnecessary version constraints from (build) dependencies.
---
 debian/control | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 0fec762..e36d807 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libnet-dns-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
- dpkg-dev (>= 1.16.1~),
- libdigest-hmac-perl (>= 1.01),
- libio-socket-inet6-perl,
- libnet-ip-perl (>= 1.2),
- netbase,
- perl
+               dpkg-dev (>= 1.16.1~),
+               libdigest-hmac-perl,
+               libio-socket-inet6-perl,
+               libnet-ip-perl,
+               netbase,
+               perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-dns-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dns-perl.git
@@ -17,15 +17,16 @@ Homepage: http://www.net-dns.org/
 
 Package: libnet-dns-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdigest-hmac-perl (>= 1.01),
- libio-socket-inet6-perl,
- libmime-base64-perl,
- libnet-ip-perl (>= 1.2),
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libdigest-hmac-perl,
+         libio-socket-inet6-perl,
+         libmime-base64-perl,
+         libnet-ip-perl
 Breaks: fpdns (<< 20130404~),
-	libnet-dns-sec-perl (<< 0.19-1~),
-	spamassassin (<< 3.4.0-2~)
+        libnet-dns-sec-perl (<< 0.19-1~),
+        spamassassin (<< 3.4.0-2~)
 Description: Perform DNS queries from a Perl script
  Net::DNS is a DNS resolver implemented in Perl supporting IPv6.
  It allows the  programmer to perform nearly any type of DNS query

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



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