[SCM] openni-sensor-avin2-sensorkinect/master: Add patch to disable parallel build

jspricke-guest at users.alioth.debian.org jspricke-guest at users.alioth.debian.org
Thu Oct 23 13:44:31 UTC 2014


The following commit has been merged in the master branch:
commit f1bd0db1b7d0f81397d7b2d5b1a51e7d1a3d351b
Author: Jochen Sprickerhof <jochen at sprickerhof.de>
Date:   Wed Jul 11 16:20:01 2012 +0200

    Add patch to disable parallel build

diff --git a/debian/patches/0001-Don-t-build-in-parallel-because-not-all-dependencies.patch b/debian/patches/0001-Don-t-build-in-parallel-because-not-all-dependencies.patch
new file mode 100644
index 0000000..59bfb23
--- /dev/null
+++ b/debian/patches/0001-Don-t-build-in-parallel-because-not-all-dependencies.patch
@@ -0,0 +1,21 @@
+From: Jochen Sprickerhof <jochen at sprickerhof.de>
+Date: Wed, 11 Jul 2012 16:10:16 +0200
+Subject: Don't build in parallel because not all dependencies are correct
+
+---
+ Platform/Linux/CreateRedist/RedistMaker | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Platform/Linux/CreateRedist/RedistMaker b/Platform/Linux/CreateRedist/RedistMaker
+index f812133..6093ed2 100755
+--- a/Platform/Linux/CreateRedist/RedistMaker
++++ b/Platform/Linux/CreateRedist/RedistMaker
+@@ -67,7 +67,7 @@ rm -rf ../$REDIST_DIR
+ # Build Engine
+ echo "Building..."
+ make -C ../Build clean > /dev/null
+-make -j$(calc_jobs_number) -C ../Build
++make -C ../Build
+ 
+ # create redist folder structure
+ echo "Creating redist folder..."
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad9878c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Don-t-build-in-parallel-because-not-all-dependencies.patch

-- 
openni-sensor-avin2-sensorkinect packaging



More information about the pkg-multimedia-commits mailing list