[libbind-confparser-perl] 05/05: Update spelling-error.patch to fix one more spelling error

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 06:51:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libbind-confparser-perl.

commit 4ff32fafcf3024fe1f2c806322a9d5e684a6a5f0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 07:50:14 2014 +0100

    Update spelling-error.patch to fix one more spelling error
---
 debian/changelog                    |  1 +
 debian/patches/spelling-error.patch | 20 ++++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5fbf4c..cf86aaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libbind-confparser-perl (0.95-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
     + Gets rid of dh_pysupport deprecation warning
   * Bump Standards-Version to 3.9.5 (no changes)
+  * Update spelling-error.patch to fix one more spelling error
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 22 Dec 2012 08:58:10 +0100
 
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
index af403af..6f5b4aa 100644
--- a/debian/patches/spelling-error.patch
+++ b/debian/patches/spelling-error.patch
@@ -1,11 +1,14 @@
 Description: Spelling error patch
 Author: Xavier Guimard <x.guimard at free.fr>
+Author: Axel Beckert <abe at debian.org>
 Forwarded: no
-Last-Update: 2012-12-22
+Last-Update: 2014-01-01
 
---- libbind-confparser-perl-0.95.orig/lib/BIND/Conf_Parser.pm
-+++ libbind-confparser-perl-0.95/lib/BIND/Conf_Parser.pm
-@@ -1058,7 +1058,7 @@ Comments are not passed to a callback me
+Index: libbind-confparser-perl/lib/BIND/Conf_Parser.pm
+===================================================================
+--- libbind-confparser-perl.orig/lib/BIND/Conf_Parser.pm	2014-01-01 07:47:29.748931491 +0100
++++ libbind-confparser-perl/lib/BIND/Conf_Parser.pm	2014-01-01 07:47:44.289008410 +0100
+@@ -1058,7 +1058,7 @@
  Some callbacks are invoked before the semicolon that terminates the
  corresponding syntactic form is actually recognized.  It is therefore
  possible for a syntax error to not be detected until after a callback
@@ -14,3 +17,12 @@ Last-Update: 2012-12-22
  made to delay the invocation of callbacks to the completion of toplevel
  statements.
  
+@@ -1074,7 +1074,7 @@
+ 
+ A C<BIND::Conf_Parser> object is a blessed anonymous hash.  In an
+ attempt to prevent modules trampling on each other I propose that any
+-subclass that requires persistant state between calls to the callback
++subclass that requires persistent state between calls to the callback
+ routines (handle_foo()) and other subclass methods should prefix its
+ keys names with its own name separated by _'s. For example, a
+ hypothetical C<BIND::Conf_Parser::Keys> module would keep data under

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbind-confparser-perl.git



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