Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Jakub Wilk
* Vincent Bernat ber...@debian.org, 2014-01-31, 08:20: Sandro has orphaned python-concurrent.futures: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 Since it is team maintained, I don't think it really makes sense. Given that he was the only uploader, this makes perfect sense.

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Piotr Ożarowski
[Vincent Bernat, 2014-01-31] Sandro has orphaned python-concurrent.futures: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 sorry to see that, unfortunately people who do something also have to have thick skin to ignore people who talk much Since it is team maintained, I don't think

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Luca Falavigna
2014-01-26 Barry Warsaw ba...@debian.org: I do think we should be switching all team maintained packages to dh_py2 and finally getting rid of py-support and py-central (!). python-central is no longer a problem, see #717091 :) -- To UNSUBSCRIBE, email to

Re: Python library style guide: Building and installing debug objects (was: Simplified library style guide based on pybuild)

2014-01-31 Thread Piotr Ożarowski
[Ben Finney, 2014-01-31] How should the Python library style guide recommend we do this using “pybuild”? add python-all-dbg or python3-all-dbg to Build-Depends, is that simple enough? :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

pybuild: Building and installing debug objects

2014-01-31 Thread Ben Finney
Piotr Ożarowski pi...@debian.org writes: add python-all-dbg or python3-all-dbg to Build-Depends, is that simple enough? :) It's a bit magical and AFAICT undocumented. It also behaves differently from ‘dh_python3’: the debug library files are not in ‘usr/lib/python3/’, but

Re: pybuild: Building and installing debug objects

2014-01-31 Thread Piotr Ożarowski
[Ben Finney, 2014-01-31] Piotr Ożarowski pi...@debian.org writes: add python-all-dbg or python3-all-dbg to Build-Depends, is that simple enough? :) It's a bit magical and AFAICT undocumented. `man pybuild` or

Re: pybuild: Building and installing debug objects

2014-01-31 Thread Barry Warsaw
On Jan 31, 2014, at 01:00 PM, Piotr Ożarowski wrote: PS did I mention that pybuild doesn't replace dh_python2 nor dh_python3? You did, and I try to make sure that's clear when I talk to people about it. This also seems to be *implied* in LibraryStyleGuide but I think it could be made more

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Clint Byrum
Excerpts from Piotr Ożarowski's message of 2014-01-31 02:05:43 -0800: [Vincent Bernat, 2014-01-31] Sandro has orphaned python-concurrent.futures: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 sorry to see that, unfortunately people who do something also have to have thick skin

Re: pybuild: Building and installing debug objects

2014-01-31 Thread Ben Finney
Piotr Ożarowski pi...@debian.org writes: [Ben Finney, 2014-01-31] Piotr Ożarowski pi...@debian.org writes: add python-all-dbg or python3-all-dbg to Build-Depends, is that simple enough? :) It's a bit magical and AFAICT undocumented. `man pybuild` That is a very brief document,