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

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit 75e2236ad954a8f5abea697eb3499a8638c3ec31
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Jul 3 00:49:19 2016 +0200

    Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.
---
 debian/changelog                        |  8 ++++++++
 debian/patches/reproducible_build.patch | 16 ++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67e2813..92f3c98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpdl-io-hdf5-perl (1:0.73-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.
+    (closes: #829320)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 03 Jul 2016 00:48:36 +0200
+
 libpdl-io-hdf5-perl (1:0.73-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/reproducible_build.patch 
b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..418c4ad
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,16 @@
+Description: Sort hash keys while printing RETVALs
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Bug-Debian: https://bugs.debian.org/829320
+Forwarded: https://sourceforge.net/p/pdl/patches/83/
+
+--- a/hdf5.pd
++++ b/hdf5.pd
+@@ -1201,7 +1201,7 @@ sub create_low_level {
+     $xsout .= ");\n";
+     $xsout .= "OUTPUT:\n";
+     $xsout .= "\tRETVAL\n";
+-    foreach $var (keys %output) {
++    foreach $var (sort keys %output) {
+       $xsout .= "\t$var\n";
+     }
+     $xsout .= "\n\n";
diff --git a/debian/patches/series b/debian/patches/series
index 38d06a4..d08672f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 remove-interpreter-from-package.patch
 clean_newFile_hd5.patch
 support-hdf5-1.8.13.patch
+reproducible_build.patch

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