[Python-modules-commits] r13723 - in packages/shiboken/trunk/debian (rules)
odyx-guest at users.alioth.debian.org
odyx-guest at users.alioth.debian.org
Wed Jun 30 13:30:39 UTC 2010
Date: Wednesday, June 30, 2010 @ 13:30:38
Author: odyx-guest
Revision: 13723
Brown-paper-bag re-commit of last: also don't search plugins in debian/cmake
Modified:
packages/shiboken/trunk/debian/rules
Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules 2010-06-30 13:26:55 UTC (rev 13722)
+++ packages/shiboken/trunk/debian/rules 2010-06-30 13:30:38 UTC (rev 13723)
@@ -16,7 +16,6 @@
dh_auto_configure --builddirectory=build-$*-dbg -- \
-DCMAKE_BUILD_TYPE:STRING="Debug" \
-DCMAKE_SKIP_RPATH=true \
- -DCMAKE_MODULE_PATH="$(shell pwd)/debian/cmake" \
-DCMAKE_USE_PYTHON_VERSION="$*-dbg;$*_d;$*" \
-DCMAKE_DEBUG_POSTFIX=$(shell echo -py$*_d | sed -e 's/\.//g' -)
@@ -25,7 +24,6 @@
dh_auto_configure --builddirectory=build-$* -- \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DCMAKE_SKIP_RPATH=true \
- -DCMAKE_MODULE_PATH="$(shell pwd)/debian/cmake" \
-DCMAKE_USE_PYTHON_VERSION=$* \
-DCMAKE_RELEASE_POSTFIX=$(shell echo -py$* | sed -e 's/\.//g' -)
More information about the Python-modules-commits
mailing list