[SCM] lives/master: Add 9990-buildsystem.patch to prevent FTBFS
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jun 4 07:06:33 UTC 2015
The following commit has been merged in the master branch:
commit 75be1a28a749382fb90d4d9b03f8c043b4ed34d9
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jun 4 07:37:14 2015 +0100
Add 9990-buildsystem.patch to prevent FTBFS
diff --git a/debian/patches/9990-buildsystem.patch b/debian/patches/9990-buildsystem.patch
new file mode 100644
index 0000000..b1ab533
--- /dev/null
+++ b/debian/patches/9990-buildsystem.patch
@@ -0,0 +1,18 @@
+Description: Fix broken dependency to avoid FTBFS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: salsaman at gmail.com
+---
+ libOSC/sendOSC/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- lives.orig/libOSC/sendOSC/Makefile.am
++++ lives/libOSC/sendOSC/Makefile.am
+@@ -22,7 +22,7 @@ sendOSC_PROGRAMS = sendOSC
+ installdirs:
+ $(MKDIR_P) "$(DESTDIR)$(bindir)"
+
+-install-exec-local:
++install-exec-local: installdirs
+ cp -f $(sendOSC) "$(DESTDIR)$(bindir)" && chmod a+rx "$(DESTDIR)$(bindir)/$(sendOSC)"
+
+
diff --git a/debian/patches/series b/debian/patches/series
index 3e12d82..3c5dbf2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02-drop_py3_multiencoder.patch
03-libav10.patch
parallel-build.patch
+9990-buildsystem.patch
--
lives packaging
More information about the pkg-multimedia-commits
mailing list