r15562 - in /trunk/perlconsole: debian/changelog debian/patches/manpage_name_section.patch debian/patches/series perlconsole

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Sun Feb 24 23:28:00 UTC 2008


Author: sukria
Date: Sun Feb 24 23:27:59 2008
New Revision: 15562

URL: http://svn.debian.org/wsvn/?sc=1&rev=15562
Log:
New patch for a better manpage

Added:
    trunk/perlconsole/debian/patches/manpage_name_section.patch
Modified:
    trunk/perlconsole/debian/changelog
    trunk/perlconsole/debian/patches/series
    trunk/perlconsole/perlconsole

Modified: trunk/perlconsole/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/perlconsole/debian/changelog?rev=15562&op=diff
==============================================================================
--- trunk/perlconsole/debian/changelog (original)
+++ trunk/perlconsole/debian/changelog Sun Feb 24 23:27:59 2008
@@ -7,6 +7,8 @@
   * Added debian/watch file
   * Using quilt for patch-handling
   * new patch: disable Module::Refresh
+  * Added a small phrase in the POD so mandb can parse the resulting manpage
+    (fixed a lintian warning).
 
  -- Alexis Sukrieh <sukria at debian.org>  Mon, 25 Feb 2008 00:05:59 +0100
 

Added: trunk/perlconsole/debian/patches/manpage_name_section.patch
URL: http://svn.debian.org/wsvn/trunk/perlconsole/debian/patches/manpage_name_section.patch?rev=15562&op=file
==============================================================================
--- trunk/perlconsole/debian/patches/manpage_name_section.patch (added)
+++ trunk/perlconsole/debian/patches/manpage_name_section.patch Sun Feb 24 23:27:59 2008
@@ -1,0 +1,13 @@
+Index: perlconsole/perlconsole
+===================================================================
+--- perlconsole.orig/perlconsole	2008-02-25 00:26:13.000000000 +0100
++++ perlconsole/perlconsole	2008-02-25 00:26:21.000000000 +0100
+@@ -51,7 +51,7 @@
+ __END__
+ =pod
+ 
+-=head1 NAME
++=head1 NAME - light program that lets you evaluate Perl code interactively.
+ 
+ perlconsole
+ 

Modified: trunk/perlconsole/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/perlconsole/debian/patches/series?rev=15562&op=diff
==============================================================================
--- trunk/perlconsole/debian/patches/series (original)
+++ trunk/perlconsole/debian/patches/series Sun Feb 24 23:27:59 2008
@@ -1,1 +1,2 @@
+manpage_name_section.patch
 disable_module_refresh.patch

Modified: trunk/perlconsole/perlconsole
URL: http://svn.debian.org/wsvn/trunk/perlconsole/perlconsole?rev=15562&op=diff
==============================================================================
--- trunk/perlconsole/perlconsole (original)
+++ trunk/perlconsole/perlconsole Sun Feb 24 23:27:59 2008
@@ -51,7 +51,7 @@
 __END__
 =pod
 
-=head1 NAME
+=head1 NAME - light program that lets you evaluate Perl code interactively.
 
 perlconsole
 




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