r64777 - in /trunk/libconfig-model-perl/debian: changelog patches/fix-manpage-has-bad-whatis-entry.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Nov 12 09:10:53 UTC 2010


Author: carnil
Date: Fri Nov 12 09:10:20 2010
New Revision: 64777

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64777
Log:
Add fix-manpage-has-bad-whatis-entry.patch patch to fix whatis
entries for manpages.

Added:
    trunk/libconfig-model-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
Modified:
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/patches/series

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=64777&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Fri Nov 12 09:10:20 2010
@@ -7,8 +7,10 @@
   * debian/control: Drop libtext-template-perl Build-Depends-Indep.
   * Add fix-spelling-error-in-manpage.patch to fix small spelling error
     in manpage.
-
- -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 12 Nov 2010 09:33:40 +0100
+  * Add fix-manpage-has-bad-whatis-entry.patch patch to fix whatis
+    entries for manpages.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 12 Nov 2010 10:09:46 +0100
 
 libconfig-model-perl (1.217-1) unstable; urgency=low
 

Added: trunk/libconfig-model-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch?rev=64777&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch (added)
+++ trunk/libconfig-model-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch Fri Nov 12 09:10:20 2010
@@ -1,0 +1,36 @@
+--- a/lib/Config/Model/Cookbook/CreateModelFromDoc.pod
++++ b/lib/Config/Model/Cookbook/CreateModelFromDoc.pod
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Create a configuration model for application documentation
++Config::Model::Cookbook::CreateModelFromDoc - Create a configuration model for application documentation
+ 
+ =head1 VERSION
+ 
+@@ -273,4 +273,4 @@
+ 
+ 
+ 
+-=head1 The resulting editor
+\ No newline at end of file
++=head1 The resulting editor
+--- a/lib/Config/Model/Manual/ModelCreationIntroduction.pod
++++ b/lib/Config/Model/Manual/ModelCreationIntroduction.pod
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Introduction to model creation with Config::Model
++Config::Model::Manual::ModelCreationIntroduction - Introduction to model creation with Config::Model
+ 
+ =head1 VERSION
+ 
+@@ -1004,4 +1004,4 @@
+ 
+ =head1 AUTHORS
+ 
+-Dominique Dumont <ddumont at cpan.org>
+\ No newline at end of file
++Dominique Dumont <ddumont at cpan.org>

Modified: trunk/libconfig-model-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/series?rev=64777&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/series (original)
+++ trunk/libconfig-model-perl/debian/patches/series Fri Nov 12 09:10:20 2010
@@ -1,2 +1,3 @@
 add_dh_config
 fix-spelling-error-in-manpage.patch
+fix-manpage-has-bad-whatis-entry.patch




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