[Python-modules-commits] r11245 - in packages/pyside/trunk/debian (changelog rules)
odyx-guest at users.alioth.debian.org
odyx-guest at users.alioth.debian.org
Fri Jan 22 14:40:36 UTC 2010
Date: Friday, January 22, 2010 @ 14:40:34
Author: odyx-guest
Revision: 11245
Allow parallel commit.
Modified:
packages/pyside/trunk/debian/changelog
packages/pyside/trunk/debian/rules
Modified: packages/pyside/trunk/debian/changelog
===================================================================
--- packages/pyside/trunk/debian/changelog 2010-01-22 09:28:14 UTC (rev 11244)
+++ packages/pyside/trunk/debian/changelog 2010-01-22 14:40:34 UTC (rev 11245)
@@ -12,8 +12,10 @@
- Add Vcs-* and Homepage fields.
- Change binary packages names from pyside-$module to
python-pyside.qt$module to fit with Debian Python Policy.
- * debian/rules: Add tweaks to get multiple python versions built.
- - It does not build on python 2.4, but is ready for 2.6.
+ * debian/rules
+ - Add tweaks to get multiple python versions built. It does not build on
+ python 2.4, but is ready for 2.6.
+ - Allow parallel build.
* debian/patches:
- multiple_python_versions.patch: Add
- use_cmake_no_config.patch : Add
Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules 2010-01-22 09:28:14 UTC (rev 11244)
+++ packages/pyside/trunk/debian/rules 2010-01-22 14:40:34 UTC (rev 11245)
@@ -43,5 +43,5 @@
rm -rf build-*
%:
- dh --buildsystem=cmake $@
+ dh --buildsystem=cmake --parallel $@
More information about the Python-modules-commits
mailing list