[SCM] libnetsds-util-perl Debian packaging branch, master, updated. debian/1.044-2-9-gbb796db

gregor herrmann gregoa at debian.org
Tue Jun 4 15:58:59 UTC 2013


The following commit has been merged in the master branch:
commit 442971ea9a52b38607eea6a0416faa9d93f48162
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 4 17:56:24 2013 +0200

    Add patch to fix a POD error, which causes a test failure in Perl 5.18.
    
    Closes: #710958

diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
new file mode 100644
index 0000000..cb82f64
--- /dev/null
+++ b/debian/patches/fix-pod.patch
@@ -0,0 +1,19 @@
+Description: fix POD, causes a test failure in perl 5.18
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/710958
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85853
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85853
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-04
+
+--- a/lib/NetSDS/Util/FileImport.pm
++++ b/lib/NetSDS/Util/FileImport.pm
+@@ -49,6 +49,8 @@
+ Returns a structure like this 
+ 	[ { last_name => undef, first_name => yana, ... }, { last_name => kornienko, first_name => test, ... } .. ]
+ 
++=back
++
+ =cut 
+ 
+ sub import_table($;$$) {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3928105
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod.patch

-- 
libnetsds-util-perl Debian packaging



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