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 4d0a012b336545d9d9f670508f56885c27d7b1f4
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Fri Sep 9 16:27:46 2016 +0200

    Drop fix-spelling-error-in-manpage.patch patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 36 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index 3fd1715..0000000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Fix spelling error in manpage
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110491
-Forwarded: 
https://rt.cpan.org/Ticket/Attachment/1592937/851768/fix-spelling-error-in-manpage.patch
-Author: Salvatore Bonaccorso <car...@debian.org>
-Last-Update: 2016-02-09
-
---- a/lib/Config/Grammar.pm
-+++ b/lib/Config/Grammar.pm
-@@ -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.
- 
--'@define a some value' will replace all occurences of 'a' in the following 
text
-+'@define a some value' will replace all occurrences of 'a' in the following 
text
- 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);
diff --git a/debian/patches/series b/debian/patches/series
index 0dc82a1..06117aa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-spelling-error-in-manpage.patch
 close-correct-file-on-parse-failure.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to