[SCM] Debian packaging of libset-object-perl branch, master, updated. 2bcd6e306440d89d5bcc7820c2052d70b669e97c
gregor herrmann
gregoa at debian.org
Mon May 13 20:29:14 UTC 2013
The following commit has been merged in the master branch:
commit d7fc0aef7aa28dd30f3536c24637e5cd8e109998
Author: gregor herrmann <gregoa at debian.org>
Date: Mon May 13 22:25:20 2013 +0200
Add a patch to fix some POD glitches.
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..b9b67df
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,34 @@
+Description: POD fixes:
+ - typo
+ - add a NAME section, otherwise pod2man is sad and misses a proper whatis
+ entry in the generated manage
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85244
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85244
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-13
+
+--- a/Changes.pod
++++ b/Changes.pod
+@@ -1,7 +1,11 @@
+
+ =encoding utf8
+
+-=head1 REVISION HISTORY FOR Set::Object
++=
++
++=head1 NAME
++
++Set::Object - REVISION HISTORY
+
+ =head1 1.30, 2013-04-04 rurban (new maintainer)
+
+@@ -446,7 +450,7 @@
+
+ Some of these functions were in the XS code anyway, and they are
+ extremely small, so I didn't see a problem with duplicating them -
+-saves an extra dependancy. Plus, Graham Barr won't let me put
++saves an extra dependency. Plus, Graham Barr won't let me put
+ C<ish_int> or C<is_key> in his module.
+
+ Knowing that they are available will also assist in fixing some longer
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch
--
Debian packaging of libset-object-perl
More information about the Pkg-perl-cvs-commits
mailing list