[SCM] calf/master: Fix add delimiting comma to (potentially, even if not currently) continued build-dependency list.

js at users.alioth.debian.org js at users.alioth.debian.org
Wed May 29 10:12:37 UTC 2013


The following commit has been merged in the master branch:
commit ad8012a33cedcca144fbb3fa02d3d6bc6c6ef0ed
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed May 29 12:12:31 2013 +0200

    Fix add delimiting comma to (potentially, even if not currently) continued build-dependency list.

diff --git a/debian/rules b/debian/rules
index e0f5000..0f50d23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ libdev-deps = glib2.0 gtk2.0 readline expat1 jack fftw3 fluidsynth cairo2
 deps = $(patsubst %,$(comma) lib%-dev,$(libdev-deps))
 deps +=, libasound2-dev [linux-any], lv2-dev
 
-CDBS_BUILD_DEPENDS += $(deps)
+CDBS_BUILD_DEPENDS +=, $(deps)
 
 # enable experimental plugins
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-experimental

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list