[libmodule-build-perl] 03/04: Drop output-data-in-stable-order.patch, merged upstream.

gregor herrmann gregoa at debian.org
Tue Jul 7 16:44:42 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmodule-build-perl.

commit 19d07dcb9d447d9f88372536f626139b7a899a2f
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 18:38:44 2015 +0200

    Drop output-data-in-stable-order.patch, merged upstream.
---
 debian/patches/output-data-in-stable-order.patch | 20 --------------------
 debian/patches/series                            |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/output-data-in-stable-order.patch b/debian/patches/output-data-in-stable-order.patch
deleted file mode 100644
index 51e6134..0000000
--- a/debian/patches/output-data-in-stable-order.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: output data in a stable order
- In order to make builds reproducible, we sort keys when dumping
- data.
-Bug: https://rt.cpan.org/Ticket/Display.html?id=104581
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104581
-Bug-Debian: https://bugs.debian.org/785708
-Author: Jérémy Bobbio <lunar at debian.org>
-Last-Update: 2015-01-08
-
---- libmodule-build-perl-0.421000.orig/lib/Module/Build/Dumper.pm
-+++ libmodule-build-perl-0.421000/lib/Module/Build/Dumper.pm
-@@ -12,7 +12,7 @@ use Data::Dumper;
- sub _data_dump {
-   my ($self, $data) = @_;
-   return ("do{ my "
--	  . Data::Dumper->new([$data],['x'])->Purity(1)->Terse(0)->Dump()
-+	  . Data::Dumper->new([$data],['x'])->Purity(1)->Terse(0)->Sortkeys(1)->Dump()
- 	  . '$x; }')
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index 56c0760..4218d4a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 man-ext
 0001-Allow-loading-from-system-path-when-running-under-au.patch
-output-data-in-stable-order.patch

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



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