Re: Problems moving to dh_python2

2011-04-08 Thread Johannes Ring
JFTR, I ended up adding this in debian/rules: PY_VERSIONS = $(shell pyversions --requested debian/control) install-stamp-%: cd $(DEB_BUILDDIR) && rm CMakeCache.txt && \ cmake $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS) \ -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/$*

Re: Problems moving to dh_python2

2011-04-06 Thread Johannes Ring
On Wed, Apr 6, 2011 at 3:16 PM, Piotr Ożarowski wrote: > You're not building exceptions for all supported Python versions, I made > a small mistake in last upload (/usr/bin/dh_python2:145 - remove comma > at the end of line). After next python-defaults upload you'll get this > error message: > > |

Re: Problems moving to dh_python2

2011-04-06 Thread Piotr Ożarowski
You're not building exceptions for all supported Python versions, I made a small mistake in last upload (/usr/bin/dh_python2:145 - remove comma at the end of line). After next python-defaults upload you'll get this error message: | extension for pythonX.Y is missing. Build extensions for all suppo