Hello Julien, On Tue, Apr 27, 2010 at 09:56, Julien Jehannet <julien.jehan...@logilab.fr> wrote: > Well, I'm back on this. I released a 0.50.1 with the proper fix and the > clarification made by Sylvain about the licensing (LGPL). > > Just check out from ftp site and/or pypi.
great, I'm working on it right now. > I've updated Logilab's debian/rules. Thanks for your useful corrections. > By my side, I only add a new Build-Depends on python-egenix-mxdatetime > as new (or missing?) test dependancy. the Debian package has python-egenix-mxdatetime but in Build-Depends-Indep, since it's not needed in clean target and the built pacakge is an arch:all one. > In the long term, concerning differences between our both versions of > debian/rules, the important part for us is to keep compatibility for all > flavours of Debian (and Ubuntu). Blockers appears with include > directives as python.mk or dpatch.make since these files are not always > existing on our larger target of distributions. well, if you want to build a debian package, all the packages listed in Build-Depends and Build-Depends-Indep has to be installed too (caring also for the version required). So since dpatch was defined, it has to be installed and dpatch.make would have been present. Trying to apply debian packaging to other distribution than debian derivative it's a complex task I don't see benefit. > Do you think It's possible to have old compatibility code into the > official debian/rules or you want to keep it as clean as possible? well, ideally I'd like to keep it clean, but there's room for a deal :) > FYI, the last remaining diff with our version is attached. I've removed dpatch (it's no more needed), I've added python.mk and the ${py_setup_install_args}, moved the removal of __init__.py after make -C doc, but I'd like not to include the python.mk code snipped. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects