[SCM] swh-plugins/master: Added patch to fix reproducible build. (Closes: #792424)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 15:52:52 UTC 2015


The following commit has been merged in the master branch:
commit b0642ce2c4f155e54e8a16e226c0ddc07e2bcedb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 16:57:05 2015 +0200

    Added patch to fix reproducible build. (Closes: #792424)

diff --git a/debian/patches/06-build_reproducible.patch b/debian/patches/06-build_reproducible.patch
new file mode 100644
index 0000000..56d8d49
--- /dev/null
+++ b/debian/patches/06-build_reproducible.patch
@@ -0,0 +1,17 @@
+Description: Make build reproducible.
+Author: Chris Lamb <lamby at debian.org> 
+Forwarded: no
+
+Index: swh-plugins/metadata/Makefile.am
+===================================================================
+--- swh-plugins.orig/metadata/Makefile.am
++++ swh-plugins/metadata/Makefile.am
+@@ -3,7 +3,7 @@ EXTRA_DIST = lxml2rdf.pl txt2scale.pl sc
+ pkgdatadir = $(datadir)/ladspa/rdf
+ 
+ swh-plugins.rdf: @top_srcdir@/*.xml
+-	./lxml2rdf.pl @top_srcdir@/*.xml > swh-plugins.rdf
++	./lxml2rdf.pl $(sort $^) > $@
+ 	xmllint -noout swh-plugins.rdf
+ 
+ swh-scales.rdf: scale-points.txt
diff --git a/debian/patches/series b/debian/patches/series
index 6c50447..c1d5ab8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 03-uptodate-ltmain.diff
 04-nosetlocale.diff
 05-mbeq_crash_fix.diff
+06-build_reproducible.patch

-- 
swh-plugins packaging



More information about the pkg-multimedia-commits mailing list