[SCM] x42-plugins/master: Add patch to fix reproducible-builds. (Closes: #828168)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Jun 25 22:15:02 UTC 2016


The following commit has been merged in the master branch:
commit 4aa69658e312916b898c179d35e82010b140f123
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jun 26 00:04:30 2016 +0200

    Add patch to fix reproducible-builds. (Closes: #828168)

diff --git a/debian/patches/0002-unportable-shell-syntax.patch b/debian/patches/0002-unportable-shell-syntax.patch
new file mode 100644
index 0000000..6d6a66a
--- /dev/null
+++ b/debian/patches/0002-unportable-shell-syntax.patch
@@ -0,0 +1,17 @@
+Description: Avoid non-portable shell syntax
+Author: Daniel Shahaf <danielsh at apache.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828168
+Last-Update: 2016-06-25
+Forwarded: robin at gareus.org
+
+--- x42-plugins-20160619.orig/midimap.lv2/Makefile
++++ x42-plugins-20160619/midimap.lv2/Makefile
+@@ -81,7 +81,7 @@ $(BUILDDIR)manifest.ttl: lv2ttl/manifest
+ 			>> $(BUILDDIR)manifest.ttl;\
+ 		head -n 3 $$file \
+ 			>> $(BUILDDIR)manifest.ttl; \
+-		echo "\trdfs:seeAlso <presets.ttl> ." \
++		printf '\trdfs:seeAlso <presets.ttl> .\n' \
+ 			>> $(BUILDDIR)manifest.ttl;\
+ 		done
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4c43a0c..f830c6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-spelling.patch
+0002-unportable-shell-syntax.patch

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list