[libconfig-grammar-perl] 03/06: Drop close-correct-file-on-parse-failure.patch patch

Salvatore Bonaccorso carnil at debian.org
Fri Sep 9 14:36:26 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 2139841ab3743c2f261f7bfb7fb6456aae0b533c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Sep 9 16:28:01 2016 +0200

    Drop close-correct-file-on-parse-failure.patch patch
---
 .../patches/close-correct-file-on-parse-failure.patch  | 18 ------------------
 debian/patches/series                                  |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/close-correct-file-on-parse-failure.patch b/debian/patches/close-correct-file-on-parse-failure.patch
deleted file mode 100644
index 29e125a..0000000
--- a/debian/patches/close-correct-file-on-parse-failure.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fixes 'Name "Config::Grammar::File" used only once'
-Origin: vendor
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2016-02-09
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111891
-Bug: https://rt.cpan.org/Ticket/Display.html?id=111891
-
---- a/lib/Config/Grammar.pm
-+++ b/lib/Config/Grammar.pm
-@@ -614,7 +614,7 @@ sub _parse_file($$)
-         }
- 
-         $self->{line} = $.;
--        $self->_parse_line($_, $source) or do{ close File; return 0; };
-+        $self->_parse_line($_, $source) or do{ close $fh; return 0; };
- 	$source = '';
-     }
-     close $fh;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 06117aa..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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



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