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/$*
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:
>
> |
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
3 matches
Mail list logo