tags 552050 +patch
thanks
>pyversions: missing XS-Python-Version in control file, fall back to
debian/pyversions
>pyversions: missing debian/pyversions file, fall back to supported
versions
>test -x debian/rules
>mkdir -p "."
>mkdir -p debian/python-module-stampdir
>set -e; for buildver in 2.4 2.5; do \
> cd /switzerland-0.1.0 && cd . && python$buildver
setup.py build --build-base="/switzerland-0.1.0/./build"; \
> done
>/bin/sh: python2.4: not found
So it's trying to build for all supported python versions but the
build-depends only pull in the current default python version.
Since afaict this package does not provide a module for another package
to use IMO the correct soloution is to build only for the default python
version. This can be acomplished by adding "XS-Python-Version: current"
to debian/rules.
There also seems to be a missing dependency on net-tools for the binary
package (and possiblly on some ntp stuff too but i'm not sure if that is
really essential, i'm just doing flyby rc bugsquashing here).
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org