Hi POX! Thanks for parsing this report (that, btw gmail believed it is spam, does it mean something? ;) ).
On Tue, May 5, 2009 at 12:09, Piotr Ożarowski <[email protected]> wrote: > [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 >> <[email protected]> >> +Maintainer: Ubuntu MOTU Developers <[email protected]> >> +XSBC-Original-Maintainer: Python Applications Packaging Team >> <[email protected]> > > 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 I think there was a reason I set 2.5 only (probably because it is not compatible with 2.4). Anyhow, I've do this change while preparing 1.4 release (which I'm already doing, really slow, on my machine). Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

