Re: Some thoughts about py{support,central} - dh_python2 conversion

2013-11-12 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2012-05-03, 21:41: 2) Do not skip the Before you begin[0] step. This is very important: if two packages share a namespace, either both or none of them must use python-support. Also, it's not enough just to convert them all to dh_python2: you must make sure (using

problem with python-qt4 and python-qwt5-qt4

2013-11-12 Thread PICCA Frederic-Emmanuel
Hello, I am working on this bug [1] , after some investigration it seems that this is a problem of incompatibility between python-qwt5 and python-qt4. I do not know what is the best way to solve this issue. rebuild python-qwt5-qt4 but python-qt4 should be fixed also to set the right Breaks.

Re: debian/rules for packages using Cython

2013-11-12 Thread Tim Michelsen
That's crazily complicated and looks like it's been cargo-culted from multiple other packages? I recommend pybuild for sanity. OK, I followed that style guie but still get failures in the build: dpkg-source -i -I --before-build recipe-1.0.1~ppa7~revno-{revno} fakeroot debian/rules clean

Re: debian/rules for packages using Cython

2013-11-12 Thread Piotr Ożarowski
[Tim Michelsen, 2013-11-12] That's crazily complicated and looks like it's been cargo-culted from multiple other packages? I recommend pybuild for sanity. OK, I followed that style guie but still get failures in the build: dpkg-source -i -I --before-build recipe-1.0.1~ppa7~revno-{revno}

Re: debian/rules for packages using Cython

2013-11-12 Thread Tim Michelsen
multiple other packages? I recommend pybuild for sanity. OK, I followed that style guie but still get failures in the build: dpkg-source -i -I --before-build recipe-1.0.1~ppa7~revno-{revno} oh, paths with {foo} will not work, sorry (will be fixed in next dh-python upload). I bet you

Re: debian/rules for packages using Cython

2013-11-12 Thread Dmitrijs Ledkovs
On 12 November 2013 21:56, Tim Michelsen timmichel...@gmx-topmail.de wrote: multiple other packages? I recommend pybuild for sanity. OK, I followed that style guie but still get failures in the build: dpkg-source -i -I --before-build recipe-1.0.1~ppa7~revno-{revno} oh, paths with {foo} will

Re: debian/rules for packages using Cython

2013-11-12 Thread Tim Michelsen
This one is not use pybuild at clean, but rather python_distutils dh clean --buildsystem=python_distutils OK, but where can I find an example on how to configure the corresponding pybuild-based rule correctly? Sorry, I am lost here. And this packaging is full of style rules but no trouble

Re: debian/rules for packages using Cython

2013-11-12 Thread Dmitrijs Ledkovs
On 12 November 2013 22:54, Tim Michelsen timmichel...@gmx-topmail.de wrote: This one is not use pybuild at clean, but rather python_distutils dh clean --buildsystem=python_distutils OK, but where can I find an example on how to configure the corresponding pybuild-based rule correctly?