[SCM] ardour/master: Add build reproducible patch. (Closes: #881872)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Nov 16 18:00:36 UTC 2017


The following commit has been merged in the master branch:
commit 5ac65b545577ea66f9305e6e2cad9aaf4945b9aa
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Nov 16 09:20:03 2017 +0100

    Add build reproducible patch. (Closes: #881872)

diff --git a/debian/patches/0100-build-reproducible.patch b/debian/patches/0100-build-reproducible.patch
new file mode 100644
index 0000000..c3f3888
--- /dev/null
+++ b/debian/patches/0100-build-reproducible.patch
@@ -0,0 +1,17 @@
+Description: make build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Forwarded: Paul Davis <paul at linuxaudiosystems.com>
+
+diff --git a/tools/fmt-bindings b/tools/fmt-bindings
+index d2dd1ad..4940b04 100755
+--- a/tools/fmt-bindings
++++ b/tools/fmt-bindings
+@@ -309,7 +309,7 @@ while (<SOURCE>) {
+ if ($make_accelmap) {
+     print "<BindingSet name=\"" . $bindings_name . "\">\n";
+     
+-    foreach $owner (keys %owner_bindings) {
++    foreach $owner (sort keys %owner_bindings) {
+ 	print " <Bindings name=\"$owner\">\n  <Press>\n";
+ 	$bindings = $owner_bindings{$owner};
+ 	shift (@$bindings); # remove initial empty element
diff --git a/debian/patches/series b/debian/patches/series
index f656c33..6973bbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 060-warn-video-timeline.patch
 0080-more-spelling.patch
 0090-even-more-spelling.patch
+0100-build-reproducible.patch

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list