r72512 - in /trunk/libconfig-model-openssh-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 11 17:35:56 UTC 2011


Author: gregoa
Date: Mon Apr 11 17:35:47 2011
New Revision: 72512

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

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

Modified: trunk/libconfig-model-openssh-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-openssh-perl/debian/changelog?rev=72512&op=diff
==============================================================================
--- trunk/libconfig-model-openssh-perl/debian/changelog (original)
+++ trunk/libconfig-model-openssh-perl/debian/changelog Mon Apr 11 17:35:47 2011
@@ -11,6 +11,7 @@
   * New upstream release 1.216.
   * Install scripts in demo/ as examples instead of as docs.
   * debian/control: explicitly (build) depend on libany-moose-perl.
+  * Add a patch to fix a tiny spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 11 Apr 2011 19:19:40 +0200
 

Added: trunk/libconfig-model-openssh-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-openssh-perl/debian/patches/series?rev=72512&op=file
==============================================================================
--- trunk/libconfig-model-openssh-perl/debian/patches/series (added)
+++ trunk/libconfig-model-openssh-perl/debian/patches/series Mon Apr 11 17:35:47 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libconfig-model-openssh-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-openssh-perl/debian/patches/spelling.patch?rev=72512&op=file
==============================================================================
--- trunk/libconfig-model-openssh-perl/debian/patches/spelling.patch (added)
+++ trunk/libconfig-model-openssh-perl/debian/patches/spelling.patch Mon Apr 11 17:35:47 2011
@@ -1,0 +1,28 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: yes (IRC)
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-11
+
+--- a/lib/Config/Model/models/Sshd/MatchBlock.pl
++++ b/lib/Config/Model/models/Sshd/MatchBlock.pl
+@@ -25,7 +25,7 @@
+       'Condition',
+       {
+         'type' => 'node',
+-        'description' => 'Specify the condition (User, Group, Host, Adress) necessary for this Match block to be applied',
++        'description' => 'Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied',
+         'config_class_name' => 'Sshd::MatchCondition'
+       },
+       'Settings',
+--- a/lib/Config/Model/models/Sshd/MatchBlock.pod
++++ b/lib/Config/Model/models/Sshd/MatchBlock.pod
+@@ -15,7 +15,7 @@
+ 
+ =head2 Condition
+ 
+-Specify the condition (User, Group, Host, Adress) necessary for this Match block to be applied. I<< Optional. Type node.  >>
++Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied. I<< Optional. Type node.  >>
+ 
+ =head2 Settings
+ 




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