This change was to try to solve another issue: the package builds only for python2.6, while it should build for both 2.6 and 2.7.
I have tracked the issue to the DEB_ARCH_PACKAGES definition, which is used to filter the cdbs_python_build_versions variable. Modifying the order seemed to change the initialisation order of these variables (I may be wrong here, having made too many variations). In the end, it is still not working, but I chose to commit this include order since it is the one used in other example packages. Better safe than sorry. Regards, Olivier On Wed, 2011-06-01 at 02:22 +0200, Jonas Smedegaard wrote: > On 11-05-31 at 09:40pm, oaubert-gu...@users.alioth.debian.org wrote: > > The following commit has been merged in the master branch: > > commit 5bb8fc2c567c163876d89e0dbdece76dffd7d864 > > Author: Olivier Aubert <olivier.aub...@liris.cnrs.fr> > > Date: Fri May 27 16:00:28 2011 +0200 > > > > Modify include order > > > > diff --git a/debian/rules b/debian/rules > > index cecf131..12d8e03 100755 > > --- a/debian/rules > > +++ b/debian/rules > > @@ -2,11 +2,11 @@ > > > > DEB_PYTHON2_MODULE_PACKAGES = advene > > > > -include /usr/share/cdbs/1/rules/debhelper.mk > > include /usr/share/cdbs/1/rules/utils.mk > > include /usr/share/cdbs/1/class/python-distutils.mk > > +include /usr/share/cdbs/1/rules/debhelper.mk > > > > -DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb > > +DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile --install-layout=deb > > DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt > > DEB_INSTALL_DOCS_ALL := doc/* > > > Why change include order? Just cosmetic or what depends on a certain > order? > > Also, why add --no-compile option? > > > Kind regards, > > - Jonas > > _______________________________________________ > pkg-multimedia-maintainers mailing list > pkg-multimedia-maintainers@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers _______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers