[SCM] csound packaging branch, master, updated. debian/5.11.1.dfsg-4-31-g6f9eda2

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Apr 14 10:28:09 UTC 2010


The following commit has been merged in the master branch:
commit 6f9eda29187a46b1762cb87654fe6806b8a6006a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 14 12:28:04 2010 +0200

    Recursively expand CDBS_BUILD_DEPENDS.

diff --git a/debian/rules b/debian/rules
index 3d663dc..42bc5e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -327,11 +327,11 @@ endif
 
 # Needed by upstream build process
 # First, the core dependencies
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	libsndfile1-dev
 
 # Needed for I/O plugins
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	libasound2-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386], \
 	libjack-dev, \
 	portaudio19-dev, \
@@ -339,7 +339,7 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
 	libpulse-dev
 
 # Language bindings
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	swig, \
 	liblua5.1-0-dev, \
 	tk-dev, \
@@ -349,11 +349,11 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
 #  * Only build-depend on Java JDK for supported archs
 #  * JAVA_ARCHS will be empry when not in maintainer mode... but we don't care,
 #    since CDBS_BUILD_DEPENDS is irrelevant unless in it
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	default-jdk-builddep [$(JAVA_ARCHS)]
 
 # Opcodes and other features
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	libfltk1.1-dev, \
 	libfluidsynth-dev, \
 	liblo-dev, \
@@ -368,11 +368,11 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
 
 # Needed for documentation build process
 # (should go to Build-Depends-Indep when we have proper build-arch support)
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	doxygen, \
 	graphviz, \
 	ttf-dejavu
 
 # Needed for debian packaging features
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), \
+CDBS_BUILD_DEPENDS += , \
 	python-central (>= 0.5.6)

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list