[Python-modules-commits] r15273 - in packages/pycairo/trunk/debian (changelog rules)

jmw at users.alioth.debian.org jmw at users.alioth.debian.org
Sun Jan 9 02:22:01 UTC 2011


    Date: Sunday, January 9, 2011 @ 02:22:00
  Author: jmw
Revision: 15273

Build python-cairo for all supported versions of Python

Modified:
  packages/pycairo/trunk/debian/changelog
  packages/pycairo/trunk/debian/rules

Modified: packages/pycairo/trunk/debian/changelog
===================================================================
--- packages/pycairo/trunk/debian/changelog	2011-01-08 23:11:05 UTC (rev 15272)
+++ packages/pycairo/trunk/debian/changelog	2011-01-09 02:22:00 UTC (rev 15273)
@@ -1,3 +1,10 @@
+pycairo (1.8.8-2) UNRELEASED; urgency=low
+
+  * Build python-cairo for all supported versions of Python
+    (Closes: #609360)
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Sun, 09 Jan 2011 02:19:05 +0000
+
 pycairo (1.8.8-1) unstable; urgency=low
 
   [ Loïc Minier ]

Modified: packages/pycairo/trunk/debian/rules
===================================================================
--- packages/pycairo/trunk/debian/rules	2011-01-08 23:11:05 UTC (rev 15272)
+++ packages/pycairo/trunk/debian/rules	2011-01-09 02:22:00 UTC (rev 15273)
@@ -7,6 +7,12 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb
 
+build/python-cairo::
+       set -e; \
+       for i in $(cdbs_python_build_versions); do \
+         python$$i ./setup.py build; \
+       done
+
 install/python-cairo-dev::
 	python setup.py install_data --install-dir=$(CURDIR)/debian/tmp/usr
 	sphinx-build -bhtml doc build/html




More information about the Python-modules-commits mailing list