[SCM] Packaging Net::IRR in Debian branch, master, updated. 21a424db4268506006297dfe29a9f61b9ebd8216

Carlos Vicente cvicente at cpan.org
Wed Feb 15 18:59:08 UTC 2012


The following commit has been merged in the master branch:
commit 21a424db4268506006297dfe29a9f61b9ebd8216
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Wed Feb 15 10:58:07 2012 -0800

    Fixed TODO items. Thanks Gregor

diff --git a/debian/changelog b/debian/changelog
index a09bafd..d2e4da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,4 @@
-libnet-irr-perl (0.08-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: missing years of upstream copyright
-  - d/control:
-    + remove unversioned "perl" from Depends: field
-    + not sure if the last paragraph of the long description is really
-      helpful, but that's a matter of personal taste
-  - the package doesn't build due to test failures without internet access.
-    requiring internet access for building is not allowed; either patch the
-    test file to skip (some or all) tests unless some environment variable is
-    set, or skip the tests via d/rules (cf. libnet-nslookup-perl)
+libnet-irr-perl (0.08-1) unstable; urgency=low
 
   * Initial Release (Closes: #659753)
 
diff --git a/debian/control b/debian/control
index 3e6471a..056ce58 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Package: libnet-irr-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         perl
 Description: perl interface to the Internet Route Registry daemon
  Net::IRR provides an object oriented perl interface to the Internet Route
  Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in
@@ -26,10 +25,4 @@ Description: perl interface to the Internet Route Registry daemon
  for intensive queries since only one TCP connection needs to be made for
  multiple queries. The interface also allows for additional queries that
  aren't supported by standard UNIX whois utitilies.
- .
- Hopefully this module will stimulate development of new Route Registry tools
- written in Perl. An example of Route Registry tools can be found by googling
- for RAToolset which is now known as the IRRToolset. The RAToolset was
- originally developed by ISI, http://www.isi.edu/, and is now maintained by
- RIPE, http://www.ripe.net/.
 
diff --git a/debian/copyright b/debian/copyright
index 54dacb0..16db6d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Todd Caine <todd.caine at gmail.com>
 Source: http://search.cpan.org/dist/Net-IRR/
 
 Files: *
-Copyright: Todd Caine <todd.caine at gmail.com>
+Copyright: 2002-2010 Todd Caine <todd.caine at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/rules b/debian/rules
index 2d33f6a..11b7567 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@
+override_dh_auto_test:
+# tests need internet access
+# only run them when MAINTAINER is set
+ifneq ($(strip $(MAINTAINER)),)
+        dh_auto_test
+endif

-- 
Packaging Net::IRR in Debian



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