[SCM] supercollider/master: Do not unconditionallly pass -j2 to scons

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Nov 1 21:21:13 UTC 2010


The following commit has been merged in the master branch:
commit 5e2c40cec19586b287b938554390a207d74f54bf
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Oct 22 18:56:52 2010 -0300

    Do not unconditionallly pass -j2 to scons

diff --git a/debian/rules b/debian/rules
index d1ef761..90998b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_INSTALL_DIRS_supercollider             = usr/share/SuperCollider/Extensions
 DEB_BUILDDIR=common
 # SCVIM/SCED=0 here, because we install them by hand below
 # (so that the build won't break)
-DEB_SCONS_OPTIONS = DEVELOPMENT=yes PREFIX=/usr CROSSCOMPILE=1 STRIP=1 CURL=0 SCVIM=0 SCED=0 -j2
+DEB_SCONS_OPTIONS = DEVELOPMENT=yes PREFIX=/usr CROSSCOMPILE=1 STRIP=1 CURL=0 SCVIM=0 SCED=0
 DEB_SCONS_INSTALL_TARGET = --install-sandbox=$(DEB_DESTDIR) install
 
 # The build system apparently can't handle this

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list