[SCM] csound/master: Use proper variable to build only for current python version.

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Sep 25 22:42:52 UTC 2011


The following commit has been merged in the master branch:
commit eae75648d100a36047bce38971154730d0bf7965
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sun Sep 25 15:23:24 2011 -0300

    Use proper variable to build only for current python version.

diff --git a/debian/rules b/debian/rules
index a568a91..23521ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ DEB_SCONS_OPTIONS += \
 # TODO: build for all Python versions (not only current default one)
 # Force build of only the default one
 # UGLY HACK: abuse this variable to pass an appropriate -V option
-DEB_PYTHON_PRIVATE_MODULES_DIRS = -V $(shell pyversions -vd)
+DEB_DH_PYTHONHELPER_ARGS_ALL = -V $(shell pyversions -vd)
 TCLVERSION := $(shell dpkg -l tcl-dev | sed -n 's/.*\(8\.[45]\)\..*/\1/p')
 DEB_SCONS_OPTIONS += \
 	buildInterfaces=1 \

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list