[Python-apps-team] Bug#527047: Bug#527047: Please make snakefood ready to build with Python 2.6

Piotr Ożarowski piotr at debian.org
Tue May 5 10:09:46 UTC 2009


[Alessio Treglia, 2009-05-05]
> -	python setup.py install --root=$(CURDIR)/debian/snakefood --install-lib=/usr/share/snakefood --install-scripts=/usr/share/snakefood
> +	python setup.py install --root=$(CURDIR)/debian/snakefood --install-lib=/usr/share/snakefood --install-scripts=/usr/share/snakefood $(py_setup_install_args)

if you use --install-lib, there's no need to add
$(py_setup_install_args) (and avoid bumping build dependencies' versions)

> -Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
> +Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
> +XSBC-Original-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>

huh?

> -XS-Python-Version: 2.5
> +XS-Python-Version: current

there's no sense to use "current" if you use private directory

> +snakefood (1.3.1-2ubuntu1) karmic; urgency=low

wrong distribution :-P

> +  * Build with Python 2.6:
> +    - debian/control:
> +      + Set XS-Python-Version to current.
> +    - debian/rules:
> +      + Include /usr/share/python/python.mk.
> +      + Append py_setup_install_args macro to setup.py install args list.

all of these changes are not needed, the only required change is to
replace "2.5" with ">= 2.5" in XS-Python-Version

-- 
-=[     Piotr Ożarowski     ]=-
-=[ http://www.ozarowski.pl ]=-





More information about the Python-apps-team mailing list