[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:08 UTC 2010


The following commit has been merged in the master branch:
commit 44c0c5b93f071fb9d385c88a35450b20702d4419
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 14 12:21:06 2010 +0200

    Simply expand shell invocations in rules file.

diff --git a/debian/rules b/debian/rules
index 3dcd84a..7100079 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ DEB_SCONS_OPTIONS += \
 	buildImageOpcodes=1
 
 # Language Wrappers
-TCLVERSION=$(shell dpkg -l tcl-dev | sed -n 's/.*\(8\.[45]\)\..*/\1/p')
+TCLVERSION := $(shell dpkg -l tcl-dev | sed -n 's/.*\(8\.[45]\)\..*/\1/p')
 DEB_SCONS_OPTIONS += \
 	buildInterfaces=1 \
 	buildJavaWrapper=1 \
@@ -126,7 +126,7 @@ ifneq "$(filter amd64 i386, $(DEB_HOST_ARCH_CPU))" ""
 	DEB_SCONS_OPTIONS += gcc4opt=generic
 endif
 
-PYVERSION=$(shell pyversions -d)
+PYVERSION := $(shell pyversions -d)
 
 # Python >= 2.6 should install to dist-packages instead of site-packages
 # Since 2.5 is the only version < 2.6 we support, we test for that.

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list