[SCM] supercollider/master: One cmake flag per line

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Jan 3 16:24:28 UTC 2014


The following commit has been merged in the master branch:
commit c6930e589b8ce8246bc235ee7e6cf4a64414384a
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Jan 3 12:10:02 2014 -0300

    One cmake flag per line

diff --git a/debian/rules b/debian/rules
index cb21598..814f3d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,14 @@ else
 	endif
 endif
 
-DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on -DENABLE_TESTSUITE=off -DLIBSCSYNTH=on -DSYSTEM_YAMLCPP=off -DSUPERNOVA="$(DEB_BUILD_SUPERNOVA)"
+DEB_CMAKE_EXTRA_FLAGS = \
+	-DDSO_VISIBILITY=on \
+	-DSC_EL_BYTECOMPILE=off \
+	-DSYSTEM_BOOST=on \
+	-DENABLE_TESTSUITE=off \
+	-DLIBSCSYNTH=on \
+	-DSYSTEM_YAMLCPP=off \
+	-DSUPERNOVA="$(DEB_BUILD_SUPERNOVA)"
 
 # Exclude external libs from the source package if unused on linux or using system-supplied
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = \

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list