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

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

commit d2c4e2ca7fb1b41b0e37347e149ae9df257c7e16
Author: gregor herrmann <gre...@debian.org>
Date:   Sat May 2 21:25:46 2015 +0200

    Add patch to make build reproducible.
    
    Thanks: Chris Lamb for the bug report and patch.
    Closes: #778953
---
 debian/patches/reproducible_build.patch | 19 +++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/reproducible_build.patch 
b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..89e8fd7
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,19 @@
+Description: make build reproducible by sorting hash keys
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/778953
+Forwarded: not-yet
+Author: Chris Lamb <la...@debian.org>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-05-02
+
+--- a/lib/ElixirFM/Data/Compose.PL
++++ b/lib/ElixirFM/Data/Compose.PL
+@@ -49,7 +49,7 @@
+ }
+ 
+ 
+-printf "%s\t=> %s,\n", Data::Dumper->Dump([$_]), 
Data::Dumper->Dump([$data->{$_}]) foreach keys %{$data};
++printf "%s\t=> %s,\n", Data::Dumper->Dump([$_]), 
Data::Dumper->Dump([$data->{$_}]) foreach sort keys %{$data};
+ 
+ 
+ print << 'PM';
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b2026fe
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible_build.patch

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