[SCM] Debian packaging of libwx-perl branch, master, updated. debian/0.9901-1

Damyan Ivanov dmn at debian.org
Fri Aug 19 08:12:25 UTC 2011


The following commit has been merged in the master branch:
commit 7e5316495953660666a3cadd27cbeaa68b01c836
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 19 10:38:43 2011 +0300

    add fix-fake-pod.patch fixing unintentionally created manual page

diff --git a/debian/changelog b/debian/changelog
index 73f0340..044beba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ libwx-perl (1:0.9901-1) UNRELEASED; urgency=low
   * allow parallel building
   * describe interface/wx in debian/copyright
   * rules: consistently make all examples executable
+  * add fix-fake-pod.patch fixing unintentionally created manual page
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 11 Jun 2011 10:55:39 +0200
 
diff --git a/debian/patches/fix-fake-pod.patch b/debian/patches/fix-fake-pod.patch
new file mode 100644
index 0000000..ae3efa9
--- /dev/null
+++ b/debian/patches/fix-fake-pod.patch
@@ -0,0 +1,17 @@
+Description: fix =pod usege where '=for comment' is meant
+ Having it as POD makes it into man page, which is incomplete and useless
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=70362
+Forwarded: yes
+
+--- a/build/Wx/XSP/Overload.pm
++++ b/build/Wx/XSP/Overload.pm
+@@ -52,7 +52,7 @@ sub post_process {
+     }
+ }
+ 
+-=pod
++=for comment
+ 
+ void
+ wxCaret::Move( ... )
diff --git a/debian/patches/series b/debian/patches/series
index c4e07e3..c92fc1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 skip-splashfast-tests.patch
 hashbang.patch
+fix-fake-pod.patch

-- 
Debian packaging of libwx-perl



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