[SCM] Packaging of padre perl editor branch, master, updated. debian/0.36-3-28-g88150d9

Damyan Ivanov dmn at debian.org
Wed Aug 12 10:00:21 UTC 2009


The following commit has been merged in the master branch:
commit 8ea36433345c80f7d44b89c34e59db9b91d934b3
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Aug 12 12:34:25 2009 +0300

    rework fix-pod2-errors.patch (new release, new errors :))

diff --git a/debian/changelog b/debian/changelog
index 52182bd..203884c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,7 @@ padre (0.42-1) UNRELEASED; urgency=low
         SKIP_WXWIDGETS_VERSION_CHECK=1 when configuring
       - refresh disable-tcp-server.patch
       - drop don't-require-new-file-path.patch (applied upstream)
-      - drop fix-pod2man-errors.patch (upstream reworked that POD and it is OK
-        now)
+      - rework fix-pod2-errors.patch (new release, new errors :))
   * add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
     in three examples (thanks lintian)
   * add more lintian overrides about script-not-executable for scripts that are
diff --git a/debian/patches/fix-pod-errors.patch b/debian/patches/fix-pod-errors.patch
new file mode 100644
index 0000000..f09aebd
--- /dev/null
+++ b/debian/patches/fix-pod-errors.patch
@@ -0,0 +1,52 @@
+Author: Damyan Ivanov <dmn at debian.org>
+Description: fix several POD errors
+Upstream-Status: committed (r7012-7014)
+--- a/lib/Padre/Task/Outline.pm
++++ b/lib/Padre/Task/Outline.pm
+@@ -133,7 +133,7 @@ with L<Storable>.
+ 
+ =head1 AUTHOR
+ 
+-Steffen Mueller E<lt>smueller at cpan.orgR<gt>
++Steffen Mueller E<lt>smueller at cpan.orgE<gt>
+ 
+ Heiko Jansen E<lt>heiko_jansen at web.deE<gt>
+ 
+--- a/lib/Padre/Wx/Main.pm
++++ b/lib/Padre/Wx/Main.pm
+@@ -684,7 +684,7 @@ sub single_instance_connect {
+ 
+ =pod
+ 
+-=heda3 single_instance_command
++=head3 single_instance_command
+ 
+     $main->single_instance_command( $line );
+ 
+@@ -743,8 +743,6 @@ sub single_instance_command {
+ 
+ Those methods allow to query properties about the main window.
+ 
+-=over 4
+-
+ =head3 window_width
+ 
+     my $width = $main->window_width;
+@@ -759,7 +757,7 @@ sub window_width {
+ 
+ =pod
+ 
+-=heda3 window_height
++=head3 window_height
+ 
+     my $width = $main->window_height;
+ 
+@@ -3755,7 +3753,7 @@ sub find_id_of_editor {
+ 
+ =pod
+ 
+-=heda3 run_in_padre
++=head3 run_in_padre
+ 
+     $main->run_in_padre;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f1e8a12..2b7d276 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 #fix-config-error-exit-code.patch
 disable-tcp-server.patch
 fix-perl-interpreter-path.patch
+fix-pod-errors.patch

-- 
Packaging of padre perl editor



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