[SCM] csound/master: List new configuration variables

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Oct 23 16:16:03 UTC 2011


The following commit has been merged in the master branch:
commit a63e413e1b67539238722fae829975db77300361
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Oct 21 19:20:40 2011 -0300

    List new configuration variables
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 045da99..d01f98e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,7 @@ DEB_SCONS_OPTIONS = \
 	useDouble=1 \
 	buildNewParser=0 \
 	NewParserDebug=0 \
+	buildMultiCore=0 \
 	useGettext=1 \
 	buildRelease=1 \
 	buildUtilities=1 \
@@ -67,6 +68,8 @@ DEB_SCONS_OPTIONS = \
 	generatePdf=0 \
 	generateTags=0 \
 	bufferoverflowu=0 \
+	buildCatalog=0 \
+	includeSerial=0 \
 	LINKFLAGS='-Wl,-as-needed' \
 	SHLINKFLAGS='-Wl,-as-needed'
 
@@ -112,6 +115,7 @@ DEB_SCONS_OPTIONS += \
 	buildPythonWrapper=1 \
 	pythonVersion=$(cdbs_python_current_version) \
 	buildLuaWrapper=1 \
+	buildLuaOpcodes=0 \
 	buildTclcsound=1 \
 	tclversion=$(TCLVERSION) \
 	buildPDClass=1

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list