[SCM] Debian packaging of libdata-validate-ip-perl branch, master, updated. 13f60a9e5b0b43d71a71813772fd84abff542a17

Xavier Guimard x.guimard at free.fr
Thu Mar 7 16:20:40 UTC 2013


The following commit has been merged in the master branch:
commit 91381151c125a39075a2f8862ce5c9a19cde7fce
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Mar 7 17:19:32 2013 +0100

    Bump S-V to 3.9.4 + dh to 8 + add libnetaddr-ip-perl and libtest-requires-perl in deps

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 93f65ac..b223965 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,35 @@
 Source: libdata-validate-ip-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libnet-ipv6addr-perl, libnet-netmask-perl,
- libtest-pod-coverage-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
- Ryan Niebur <ryan at debian.org>, gregor herrmann <gregoa at debian.org>
-Homepage: https://metacpan.org/release/Data-Validate-IP/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-validate-ip-perl.git
+           Ryan Niebur <ryan at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libnet-ipv6addr-perl,
+                     libnet-netmask-perl,
+                     libnetaddr-ip-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtest-requires-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-validate-ip-perl.git
-Standards-Version: 3.9.1
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-validate-ip-perl.git
+Homepage: https://metacpan.org/release/Data-Validate-IP/
 
 Package: libdata-validate-ip-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libnet-ipv6addr-perl,
- libnet-netmask-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libnet-ipv6addr-perl,
+         libnet-netmask-perl,
+         libnetaddr-ip-perl
 Description: Perl module for IP validation
  Data::Validate::IP collects IP validation routines to make input validation
  and untainting easier and more readable. All functions return an untainted
  value if the test passes, and undef if it fails. This means that you should
  always check for a defined status explicitly. Don't assume the return value
  will be true.
+

-- 
Debian packaging of libdata-validate-ip-perl



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