[libextutils-depends-perl] 05/07: Drop 0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch.

gregor herrmann gregoa at debian.org
Sat Oct 18 16:39:32 UTC 2014


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

gregoa pushed a commit to branch master
in repository libextutils-depends-perl.

commit bc9eb37c15aedab939648b6914a3643c1c06d7e8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 18 18:35:52 2014 +0200

    Drop 0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch.
    
    Merged upstream.
---
 ...eys-in-saved-configuration-for-reproducib.patch | 29 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch b/debian/patches/0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch
deleted file mode 100644
index 1eead99..0000000
--- a/debian/patches/0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From cbb18537780f4bef8366f427f34a0b1cdf276d16 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Wed, 1 Oct 2014 22:44:17 +0300
-Subject: [PATCH] Sort hash keys in saved configuration for reproducibility
-
-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763677
-Bug-Debian: https://bugs.debian.org/763677
-
-Having stable saved configuration helps the recent efforts
-for reproducible builds, see https://wiki.debian.org/ReproducibleBuilds
----
- lib/ExtUtils/Depends.pm | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
-index 05ba8d4..2e43411 100644
---- a/lib/ExtUtils/Depends.pm
-+++ b/lib/ExtUtils/Depends.pm
-@@ -114,6 +114,7 @@ sub install {
- sub save_config {
- 	use Data::Dumper;
- 	local $Data::Dumper::Terse = 0;
-+	local $Data::Dumper::Sortkeys = 1;
- 	use IO::File;
- 
- 	my ($self, $filename) = @_;
--- 
-2.1.1
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ba16a78..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch

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



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