[libconfig-grammar-perl] 01/04: Refresh fix-spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Tue Feb 9 05:59:54 UTC 2016


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

carnil pushed a commit to branch master
in repository libconfig-grammar-perl.

commit dd7a6578a3e4ab3cc8b355fb03ff6dbc981884d8
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 9 06:20:45 2016 +0100

    Refresh fix-spelling-error-in-manpage.patch patch
    
    Update patch for offset and new spelling errors.
---
 debian/patches/fix-spelling-error-in-manpage.patch | 24 +++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
index 200e8dd..3fd1715 100644
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -1,13 +1,22 @@
 Description: Fix spelling error in manpage
 Origin: vendor
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110491
-Forwarded: https://rt.cpan.org/Public/Ticket/Attachment/1575068/841046/fix-spelling-error-in-manpage.patch
+Forwarded: https://rt.cpan.org/Ticket/Attachment/1592937/851768/fix-spelling-error-in-manpage.patch
 Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2015-12-21
+Last-Update: 2016-02-09
 
 --- a/lib/Config/Grammar.pm
 +++ b/lib/Config/Grammar.pm
-@@ -892,7 +892,7 @@ space will be inserted between the conca
+@@ -689,7 +689,7 @@ Config::Grammar - A grammar-based, user-
+ 
+  use Config::Grammar;
+ 
+- my $args = { encoding => 'utf8' }; # the second paramter to parse() is optional
++ my $args = { encoding => 'utf8' }; # the second parameter to parse() is optional
+  my $parser = Config::Grammar->new(\%grammar);
+  my $cfg = $parser->parse('app.cfg', $args) or die "ERROR: $parser->{err}\n";
+  my $pod = $parser->makepod();
+@@ -903,7 +903,7 @@ space will be inserted between the conca
  '@include filename' is used to include another file. Include works relative to the
  directory where the parent file is in.
  
@@ -16,3 +25,12 @@ Last-Update: 2015-12-21
  with 'some value'.
  
  Fields in tables that contain white space can be enclosed in either C<'> or C<">.
+@@ -1015,7 +1015,7 @@ The data is interpreted as one or more c
+       },
+    });
+ 
+- my $args = { encoding => 'utf8' }; # the second paramter to parse() is optional
++ my $args = { encoding => 'utf8' }; # the second parameter to parse() is optional
+  my $cfg = $parser->parse('test.cfg', $args) or
+    die "ERROR: $parser->{err}\n";
+  print Dumper($cfg);

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



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