[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.36-174-g5d06b73

Damyan Ivanov dmn at debian.org
Fri Jun 12 13:23:56 UTC 2009


The following commit has been merged in the master branch:
commit 00f3db4571c8140b2b2934339cc16bc9be0f91e9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jun 12 16:13:21 2009 +0300

    add fix-pod2man-errors.patch fixing pod2man error in Padre::Wx::Main

diff --git a/debian/patches/fix-pod2man-errors.patch b/debian/patches/fix-pod2man-errors.patch
new file mode 100644
index 0000000..8cc35ee
--- /dev/null
+++ b/debian/patches/fix-pod2man-errors.patch
@@ -0,0 +1,23 @@
+# Author: Damyan Ivanov <dmn at debian.org>
+# Description: fix a trivial pod2man error (=item must come right after =over)
+#              Not sure if pod2man is eight here or just buggy
+# Upstream-Bug: http://padre.perlide.org/trac/ticket/389
+--- a/lib/Padre/Wx/Main.pm
++++ b/lib/Padre/Wx/Main.pm
+@@ -546,14 +546,14 @@ sub freezer {
+ Padre embeds a small network server to handle single instance. Here are
+ the methods that allow to control this embedded server.
+ 
+-=over 4
+-
+ =cut
+ 
+ my $single_instance_port = 4444;
+ 
+ =pod
+ 
++=over 4
++
+ =item * $main->single_instance_start;
+ 
+ Start the embedded server. Create it if it doesn't exist. Return true on
diff --git a/debian/patches/series b/debian/patches/series
index ee6e88c..f562cda 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 #fix-config-error-exit-code.patch
 lower-wx-requirement-to-2.8.7.patch
 disable-tcp-server.patch
+fix-pod2man-errors.patch

-- 
Packaging of padre perl editor



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