Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Yaroslav Halchenko, 2013-08-02] > Do you think it would be feasible to have a backport of dh-python e.g. for > wheezy with corresponding diverts avoiding conflicts here or indeed python3 > (>= > 3.2.3-3~) is required for some functionality (haven't looked inside)? "3.2.3-3~" is generated by dh_p

Re: dh-python in unstable

2013-08-02 Thread Yaroslav Halchenko
This left me puzzling for a bit: $> sudo apt-get install dh-python ... The following packages have unmet dependencies: dh-python : Depends: python3 (>= 3.2.3-3~) but it is not going to be installed E: Unable to correct problems, you have held broken packages. $> apt-cache policy python3 python3

Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Barry Warsaw, 2013-08-02] > On Aug 02, 2013, at 03:15 PM, Piotr Ożarowski wrote: > > export PYBUILD_DESTDIR_python2=debian/python-foo/ > > export PYBUILD_DESTDIR_python2-dbg=debian/python-foo-dbg/ > > export PYBUILD_DESTDIR_python3=debian/python3-foo/ > > export PYBUILD_DESTDIR_pyt

Re: dh-python in unstable

2013-08-02 Thread Barry Warsaw
On Aug 02, 2013, at 03:15 PM, Piotr Ożarowski wrote: >dh-python is already in unstable \o/ Yay! And thanks! >To build/install python3-foo or pypy-foo binary packages, >you can use this in debian/rules: > > %: > dh $@ --with python2,python3,pypy --buildsystem=pybuild > >or if

Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Dmitry Shachnev, 2013-08-02] > On Fri, Aug 2, 2013 at 6:36 PM, Piotr Ożarowski wrote: > > eh, I forgot to replace the one from experimental with a regexp, > > anyway, if you have a better idea, I'm all ears > > (and installing python3 package with `apt-get install python` > > was already proposed

Re: dh-python in unstable

2013-08-02 Thread Dmitry Shachnev
On Fri, Aug 2, 2013 at 6:36 PM, Piotr Ożarowski wrote: > eh, I forgot to replace the one from experimental with a regexp, > anyway, if you have a better idea, I'm all ears > (and installing python3 package with `apt-get install python` > was already proposed :P) Why not just drop python-defaults'

Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Jakub Wilk, 2013-08-02] > * Julien Cristau , 2013-08-02, 15:56: > >So it will rename stuff or not based on the Build-Depends field? > >That seems... wrong. > > Worse, it doesn't even try to parse Build-Depends. The relevant logic > appears to be: > > if [ -f /usr/share/dh-python/dh_python2 ] &&\

Re: dh-python in unstable

2013-08-02 Thread Julien Cristau
On Fri, Aug 2, 2013 at 16:24:00 +0200, Jakub Wilk wrote: > * Julien Cristau , 2013-08-02, 15:56: > >So it will rename stuff or not based on the Build-Depends field? > >That seems... wrong. > > Worse, it doesn't even try to parse Build-Depends. The relevant > logic appears to be: > > if [ -f /us

Re: dh-python in unstable

2013-08-02 Thread Jakub Wilk
* Julien Cristau , 2013-08-02, 15:56: So it will rename stuff or not based on the Build-Depends field? That seems... wrong. Worse, it doesn't even try to parse Build-Depends. The relevant logic appears to be: if [ -f /usr/share/dh-python/dh_python2 ] &&\ grep -q dh-python ./debian/contr

Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Julien Cristau, 2013-08-02] > So it will rename stuff or not based on the Build-Depends field? That > seems... wrong. it will use dh-python's dh_python2 which includes this feature -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: dh-python in unstable

2013-08-02 Thread Julien Cristau
On Fri, Aug 2, 2013 at 15:39:57 +0200, Piotr Ożarowski wrote: > [Julien Cristau, 2013-08-02] > > On Fri, Aug 2, 2013 at 15:15:36 +0200, Piotr Ożarowski wrote: > > > > > Note that adding dh-python to Build-Depends enables multiarch support in > > > dh_python2 > > > > What does that mean? > >

Re: dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
[Julien Cristau, 2013-08-02] > On Fri, Aug 2, 2013 at 15:15:36 +0200, Piotr Ożarowski wrote: > > > Note that adding dh-python to Build-Depends enables multiarch support in > > dh_python2 > > What does that mean? that means dh_python2 will rename /usr/lib/python2.7/dist-packages/foo/bar.so

Re: dh-python in unstable

2013-08-02 Thread Andrey Rahmatullin
On Fri, Aug 02, 2013 at 03:15:36PM +0200, Piotr Ożarowski wrote: > Note that adding dh-python to Build-Depends enables multiarch support in > dh_python2 What does this change exactly? -- WBR, wRAR -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe

Re: dh-python in unstable

2013-08-02 Thread Julien Cristau
On Fri, Aug 2, 2013 at 15:15:36 +0200, Piotr Ożarowski wrote: > Note that adding dh-python to Build-Depends enables multiarch support in > dh_python2 What does that mean? Cheers, Julien -- Julien Cristau Logilab http://www.logilab.fr/ Informatique scientifique & gest

dh-python in unstable

2013-08-02 Thread Piotr Ożarowski
dh-python is already in unstable \o/ To build/install python3-foo or pypy-foo binary packages, you can use this in debian/rules: %: dh $@ --with python2,python3,pypy --buildsystem=pybuild or if you don't want to play with .install files: export PYBUILD_DESTDIR_py

Re: python3.3 status

2013-08-02 Thread Scott Kitterman
python3.3 is the default python3. We're going straight to dropping python3.2 from supported python3 versions. binNMUs were already done for morse- simulator,postgresql-9.1,yafaray,and znc after python3.3 became default. These issues still remain: > libguestfs - No longer FTBFS on amd64, but do

Re: Request to join DPMT

2013-08-02 Thread Jakub Wilk
* Michael Schutte , 2013-07-29, 10:31: I have agreed with Jakub to take over python-docutils and I'm currently preparing the first revision of the 0.11 release. I'd therefore like to be added to the Modules Team. My username on Alioth is michi. Welcome to the team! :-) -- Jakub Wilk -- To