r72328 - in /trunk/libconfig-model-itself-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 7 17:21:49 UTC 2011


Author: gregoa
Date: Thu Apr  7 17:21:35 2011
New Revision: 72328

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72328
Log:
Add a patch to fix a spelling mistake.

Added:
    trunk/libconfig-model-itself-perl/debian/patches/
    trunk/libconfig-model-itself-perl/debian/patches/series
    trunk/libconfig-model-itself-perl/debian/patches/spelling.patch
Modified:
    trunk/libconfig-model-itself-perl/debian/changelog

Modified: trunk/libconfig-model-itself-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/changelog?rev=72328&op=diff
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/changelog (original)
+++ trunk/libconfig-model-itself-perl/debian/changelog Thu Apr  7 17:21:35 2011
@@ -11,6 +11,7 @@
 
   [ gregor herrmann ]
   * Set Standards-Version to 3.9.2 (no changes).
+  * Add a patch to fix a spelling mistake.
 
  -- Dominique Dumont <domi.dumont at free.fr>  Thu, 07 Apr 2011 14:15:15 +0200
 

Added: trunk/libconfig-model-itself-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/patches/series?rev=72328&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/patches/series (added)
+++ trunk/libconfig-model-itself-perl/debian/patches/series Thu Apr  7 17:21:35 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libconfig-model-itself-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-itself-perl/debian/patches/spelling.patch?rev=72328&op=file
==============================================================================
--- trunk/libconfig-model-itself-perl/debian/patches/spelling.patch (added)
+++ trunk/libconfig-model-itself-perl/debian/patches/spelling.patch Thu Apr  7 17:21:35 2011
@@ -1,0 +1,39 @@
+Description: fix a spelling error
+Origin: vendor
+Forwarded: yes (IRC + svn)
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-07
+
+--- a/lib/Config/Model/models/Itself/Class.pl
++++ b/lib/Config/Model/models/Itself/Class.pl
+@@ -240,7 +240,7 @@
+                 refer_to   => '- - element',
+                 level      => 'hidden',
+                 description =>
+-'Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP adresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by Augeas',
++'Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP addresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by Augeas',
+                 warp => {
+                     follow => '- backend',
+                     rules  => [ augeas => { level => 'normal', } ],
+--- a/lib/Config/Model/models/Itself/ConfigRead.pod
++++ b/lib/Config/Model/models/Itself/ConfigRead.pod
+@@ -42,7 +42,7 @@
+ 
+ =head2 C<set_in>
+ 
+-Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP adresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by AugeasOptional. Type reference.
++Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP addresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by AugeasOptional. Type reference.
+ 
+ =head2 C<sequential_lens>
+ 
+--- a/lib/Config/Model/models/Itself/ConfigWrite.pod
++++ b/lib/Config/Model/models/Itself/ConfigWrite.pod
+@@ -42,7 +42,7 @@
+ 
+ =head2 C<set_in>
+ 
+-Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP adresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by AugeasOptional. Type reference.
++Sometimes, the structure of a file loaded by Augeas starts directly with a list of items. For instance, /etc/hosts structure starts with a list of lines that specify hosts and IP addresses. This parameter specifies an element name in Config::Model root class that will hold the configuration data retrieved by AugeasOptional. Type reference.
+ 
+ =head2 C<sequential_lens>
+ 




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