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

carnil pushed a commit to branch master
in repository libparse-recdescent-perl.

commit 23a8eaac9e1faae0ec6e9a20214b662f295e52bf
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Sun Sep 27 08:18:41 2015 +0200

    Drop reproducible_grammar.patch patch
---
 debian/patches/reproducible_grammar.patch | 27 ---------------------------
 debian/patches/series                     |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/reproducible_grammar.patch 
b/debian/patches/reproducible_grammar.patch
deleted file mode 100644
index c44276b..0000000
--- a/debian/patches/reproducible_grammar.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: produce reproducible grammar files
-Bug-Debian: https://bugs.debian.org/778575
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=102160
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102160
-Author: Reiner Herrmann <rei...@reiner-h.de>
-Reviewed-by: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-05-01
-
---- a/lib/Parse/RecDescent.pm
-+++ b/lib/Parse/RecDescent.pm
-@@ -144,6 +144,7 @@
-     print OUT "my ";
- 
-     require Data::Dumper;
-+    $Data::Dumper::Sortkeys = 1;
-     $code = Data::Dumper->Dump([$self], [qw(self)]);
-     if ($opt{-standalone}) {
-         $code =~ s/Parse::RecDescent/$runtime_package/gs;
-@@ -3082,7 +3083,7 @@
-     $self->{"startcode"} = '';
- 
-     my $rule;
--    foreach $rule ( values %{$self->{"rules"}} )
-+    foreach $rule ( sort { $a->{name} cmp $b->{name} } values 
%{$self->{"rules"}} )
-     {
-         if ($rule->{"changed"})
-         {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d2c4421..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-reproducible_grammar.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-recdescent-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