[SCM] Debian packaging of libnet-nslookup-perl branch, master, updated. upstream/2.00-11-gf46e4d8

gregor herrmann gregoa at debian.org
Tue Aug 16 16:46:12 UTC 2011


The following commit has been merged in the master branch:
commit f46e4d8612ae067823759fb268dafaa9b709d657
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 16 18:45:52 2011 +0200

    back to UNRELEASED, TODO added to changelog

diff --git a/debian/changelog b/debian/changelog
index 6c0aa90..14c7efc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,31 @@
-libnet-nslookup-perl (2.00-1) unstable; urgency=low
+libnet-nslookup-perl (2.00-1) UNRELEASED; urgency=low
+
+  TODO:
+  - I'd remove debian/libnet-nslookup-perl.docs, the README looks like pod2txt
+    output
+  - d/copyright: s/GPL-2\+/GPL-2/
+  - (totally cosmetic) quite a few files in debian/ don't have a trailing
+    newline
+  - d/control:
+    + short description is not lower-cased and not a noun phrase
+    + remove unversioned 'perl' from Depends
+    + I'd indent the 3 code samples at the bottom with 2 spaces (to make sure
+      they are not wrapped)
+  - and the real problem: the tests fail horribly without an internet
+    connection. usually we would patch them to access the net only with a
+    special environment variable. in this case, since all need internet
+    access, nothing would be left after patching, so I'd rather go the simpler
+    route and turn them off (with an empty override_dh_auto_test target (+
+    comment) in d/rules. (or turn them off unless a variable is set for
+    maintainer builds; not sure how this works best in makefiles.))
+    oh, the following seems to work:
+
+    override_dh_auto_test:
+    # tests need internet access
+    # only run them when MAINTAINER is set
+    ifneq ($(strip $(MAINTAINER)),)
+        dh_auto_test
+    endif
 
   * Team upload.
   * Imported Upstream version 2.00

-- 
Debian packaging of libnet-nslookup-perl



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