[SCM] Debian packaging of libpod-simple-perl branch, master, updated. debian/3.19-1-8-g96e33e7

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Mar 4 22:05:53 UTC 2012


The following commit has been merged in the master branch:
commit 47467bd26b94ce39b872f30d5f778debf977dad8
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Mar 4 23:01:46 2012 +0100

    Added fix-pod-spelling2.patch

diff --git a/debian/changelog b/debian/changelog
index b98c9bc..28f03d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libpod-simple-perl (3.20-1) UNRELEASED; urgency=low
   * Forwarded patches to upstream.
   * Fixed a format violation in debian/copyright (files should be separated by
     whitespace, not comma).
+  * Added fix-pod-spelling2.patch.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 04 Mar 2012 22:36:29 +0100
 
diff --git a/debian/patches/fix-pod-spelling2.patch b/debian/patches/fix-pod-spelling2.patch
new file mode 100644
index 0000000..9786b3f
--- /dev/null
+++ b/debian/patches/fix-pod-spelling2.patch
@@ -0,0 +1,19 @@
+Description: fix pod typos discovered by lintian
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75532
+
+--- a/lib/Pod/Simple/Subclassing.pod
++++ b/lib/Pod/Simple/Subclassing.pod
+@@ -725,10 +725,10 @@
+     =end html
+ 
+ ...the parser will ignore these sections unless your subclass has
+-specified that it wants to see sections targetted to "html" (or whatever
++specified that it wants to see sections targeted to "html" (or whatever
+ the formatter name is).
+ 
+-If you want to process all sections, even if they're not targetted for you,
++If you want to process all sections, even if they're not targeted for you,
+ call this before you start parsing:
+ 
+   $parser->accept_targets('*');
diff --git a/debian/patches/series b/debian/patches/series
index 0224fc6..fefe3a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-pod-spelling.patch
 fix-pod-syntax.patch
+fix-pod-spelling2.patch

-- 
Debian packaging of libpod-simple-perl



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