[SCM] PyKDE4 packaging branch, master, updated. 92473205db185f63421c69d5604329491f5c398c

Modestas Vainius modax at alioth.debian.org
Mon Jun 6 20:19:51 UTC 2011


The following commit has been merged in the master branch:
commit 6e6d7743e198ecf20d147f897c78cd1f63aec739
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jun 6 20:02:29 2011 +0300

    Cosmetic tweak to the way -DDEFAULT_PYTHON_VERSION={true,false} is passed.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 37ebe3a..bff7dc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_configure:
 	$(if $(pyversions),,$(error "no suitable pythonversion found, failing"))
 	$(foreach v,$(pyversions),$(overridden_command) --builddirectory=builddir-$v -- \
 	    -DPYTHON_EXECUTABLE=/usr/bin/python$v \
-	    $(if $(filter $(pydefaultversion),$v),-DDEFAULT_PYTHON_VERSION=true,-DDEFAULT_PYTHON_VERSION=false) \
+	    -DDEFAULT_PYTHON_VERSION=$(if $(filter $(pydefaultversion),$v),true,false) \
 	    $(nl))
 
 override_dh_auto_build override_dh_auto_install override_dh_auto_test override_dh_auto_clean:

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list