[SCM] Debian packaging of libpod-simple-perl branch, master, updated. debian/3.18-1-6-g0a92570

gregor herrmann gregoa at debian.org
Sun Aug 28 18:26:16 UTC 2011


The following commit has been merged in the master branch:
commit 46c504d011cac1c66558aa941047799510e1da13
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 28 20:22:53 2011 +0200

    Add a new patch to fix POD syntax errors,

diff --git a/debian/patches/fix-pod-syntax.patch b/debian/patches/fix-pod-syntax.patch
new file mode 100644
index 0000000..6a2f08a
--- /dev/null
+++ b/debian/patches/fix-pod-syntax.patch
@@ -0,0 +1,25 @@
+Description: "empty L<>" POD errors
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-28
+
+--- a/lib/Pod/Simple/Subclassing.pod
++++ b/lib/Pod/Simple/Subclassing.pod
+@@ -378,13 +378,13 @@
+     "Member Data"
+   </L>
+ 
+-The I<raw> attribute depends on what the raw content of the L<> is, so that is
++The I<raw> attribute depends on what the raw content of the LE<lt>E<gt> is, so that is
+ why the event structure is the same "for the most part".
+ 
+ If you have not guessed it yet, the I<raw> attribute contains the raw,
+-original, unescaped content of the L<> formatting code. In addition to the
++original, unescaped content of the LE<lt>E<gt> formatting code. In addition to the
+ examples above, take notice of the following event structure produced by
+-the following L<> formatting code.
++the following LE<lt>E<gt> formatting code.
+ 
+   L<click B<here>|page/About the C<-M> switch>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5622f22..0224fc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-spelling.patch
+fix-pod-syntax.patch

-- 
Debian packaging of libpod-simple-perl



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