r73627 - in /trunk/libconfig-model-perl/debian: changelog patches/fix-spelling-error-in-manpage.patch patches/series
carnil at users.alioth.debian.org
carnil at users.alioth.debian.org
Wed Apr 27 06:30:39 UTC 2011
Author: carnil
Date: Wed Apr 27 06:30:14 2011
New Revision: 73627
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73627
Log:
Add fix-spelling-error-in-manpage.patch patch to fix some spelling
errors in manpages.
Added:
trunk/libconfig-model-perl/debian/patches/fix-spelling-error-in-manpage.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=73627&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Wed Apr 27 06:30:14 2011
@@ -11,6 +11,8 @@
[ Salvatore Bonaccorso ]
* Add fix-typo-for-dpkg-source-manpage.patch patch to fix references
to dpkg-source manpage.
+ * Add fix-spelling-error-in-manpage.patch patch to fix some spelling
+ errors in manpages.
-- Dominique Dumont <domi.dumont at free.fr> Tue, 26 Apr 2011 14:21:15 +0200
Added: trunk/libconfig-model-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=73627&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/libconfig-model-perl/debian/patches/fix-spelling-error-in-manpage.patch Wed Apr 27 06:30:14 2011
@@ -1,0 +1,54 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=67784
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-04-27
+
+--- a/lib/Config/Model/Cookbook/CreateModelFromDoc.pod
++++ b/lib/Config/Model/Cookbook/CreateModelFromDoc.pod
+@@ -192,7 +192,7 @@
+
+ HTTP_PROXY:
+ description: >
+- allows to specify an HTTP proxy server, the syntax is
++ allows one to specify an HTTP proxy server, the syntax is
+ "http://proxy:port". This overrides the environment variable
+ http_proxy.
+
+@@ -285,4 +285,4 @@
+
+ =head1 AUTHORS
+
+-Dominique Dumont <ddumont at cpan.org>
+\ No newline at end of file
++Dominique Dumont <ddumont at cpan.org>
+--- a/lib/Config/Model/models/PopCon.pl
++++ b/lib/Config/Model/models/PopCon.pl
+@@ -76,7 +76,7 @@
+ {
+ 'value_type' => 'uniline',
+ 'type' => 'leaf',
+- 'description' => 'Allows to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy.'
++ 'description' => 'Allows one to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy.'
+ },
+ 'MY_HOSTID',
+ {
+--- a/lib/Config/Model/models/PopCon.pod
++++ b/lib/Config/Model/models/PopCon.pod
+@@ -36,7 +36,7 @@
+
+ =head2 HTTP_PROXY
+
+-Allows to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy. I<< Optional. Type uniline. >>
++Allows one to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy. I<< Optional. Type uniline. >>
+
+ =head2 MY_HOSTID
+
+@@ -85,4 +85,4 @@
+
+ =back
+
+-=cut
+\ No newline at end of file
++=cut
Modified: trunk/libconfig-model-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/series?rev=73627&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/series (original)
+++ trunk/libconfig-model-perl/debian/patches/series Wed Apr 27 06:30:14 2011
@@ -2,3 +2,4 @@
bump-standard-version
fix_perl_group_filter
fix-typo-for-dpkg-source-manpage.patch
+fix-spelling-error-in-manpage.patch
More information about the Pkg-perl-cvs-commits
mailing list