[SCM] Debian packaging of libnet-dhcp-perl branch, master, updated. 1e8eb759162690b4a2de91b5cbefc8531d8b72b9

gregor herrmann gregoa at debian.org
Fri Jan 20 16:45:56 UTC 2012


The following commit has been merged in the master branch:
commit 0f499e07d7005f3dc69017badbe17c5a5ee467eb
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 17:43:28 2012 +0100

    Add patch tests.patch: fix skipping of tests.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6726658
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tests.patch
diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
new file mode 100644
index 0000000..f0a6eca
--- /dev/null
+++ b/debian/patches/tests.patch
@@ -0,0 +1,14 @@
+--- a/t/30-net-dhcp-constants-coverage.t
++++ b/t/30-net-dhcp-constants-coverage.t
+@@ -21,8 +21,9 @@
+     %iana = %$VAR1;
+ };
+ 
+-plan skip_all => "Couldnt load iana details, skipping coverage"
+-  if $@;
++SKIP: {
++    skip "Couldn't load iana details, skipping coverage", 206, $@;
++}
+ 
+ # check that all iana codes are included
+ 

-- 
Debian packaging of libnet-dhcp-perl



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