[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 -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

