[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.25-81-g79cd187

Damyan Ivanov dmn at debian.org
Fri Feb 13 12:53:11 UTC 2009


The following commit has been merged in the master branch:
commit 306478130fcf09e4becc972e0d54b5a82746e5b4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Feb 13 14:50:35 2009 +0200

    add manpage-whatis.patch fixing several bad/missing whatis entries

diff --git a/debian/patches/manpage-whatis.patch b/debian/patches/manpage-whatis.patch
new file mode 100644
index 0000000..1761b75
--- /dev/null
+++ b/debian/patches/manpage-whatis.patch
@@ -0,0 +1,56 @@
+Author: Damyan Ivanov <dmn at debian.org>
+Description: add missing/fix bad whatis (NAME) entries of some manpages
+Upstream-Bug: http://padre.perlide.org/ticket/247
+--- a/lib/Padre/DocBrowser.pm
++++ b/lib/Padre/DocBrowser.pm
+@@ -26,7 +26,7 @@ use Class::XSAccessor
+ 
+ =head1 NAME
+ 
+-Padre::DocBrowser
++Padre::DocBrowser -- documentation browser for Padre
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Padre/Wx/Dialog.pm
++++ b/lib/Padre/Wx/Dialog.pm
+@@ -10,7 +10,7 @@ use base 'Wx::Perl::Dialog';
+ 
+ =head1 NAME
+ 
+-Padre::Wx::Dialog
++Padre::Wx::Dialog - dummy Padre wrapper around Wx::Perl::Dialog
+ 
+ =cut
+ 
+--- a/lib/Padre/Wx/DocBrowser.pm
++++ b/lib/Padre/Wx/DocBrowser.pm
+@@ -32,10 +32,12 @@ our %VIEW = (
+ 
+ =pod
+ 
+-=head1 Welcome to Padre DocBrowser
+-
+ =head1 NAME
+ 
++Padre::Wx::DowBrowser - Wx front-end for Padre::DocBrowser
++
++=head1 Welcome to Padre DocBrowser
++
+ Padre::Wx::DocBrowser ( Wx::Frame )
+ 
+ =head1 DESCRIPTION
+--- a/lib/Padre/Wx/Main.pm
++++ b/lib/Padre/Wx/Main.pm
+@@ -1,5 +1,11 @@
+ package Padre::Wx::Main;
+ 
++=head1 NAME
++
++Padre::Wx::Main - Main window of Padre
++
++=cut
++
+ use 5.008;
+ use strict;
+ use warnings;
diff --git a/debian/patches/series b/debian/patches/series
index ef21eb7..3b6c6cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+manpage-whatis.patch
 lower-wx-requirement-to-2.8.7.patch

-- 
Packaging of padre perl editor



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