Re: pybuild: Building and installing debug objects

2014-01-31 Thread Ben Finney
Piotr Ożarowski writes: > [Ben Finney, 2014-01-31] > > Piotr Ożarowski 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, which doesn't say ho

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 expli

Re: pybuild: Building and installing debug objects

2014-01-31 Thread Piotr Ożarowski
[Ben Finney, 2014-01-31] > Piotr Ożarowski 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 http://anonscm.debian.org/gitweb/?p=dh-python/dh-python.git;a=blob;f=pybuild.rst#l19 > It

pybuild: Building and installing debug objects

2014-01-31 Thread Ben Finney
Piotr Ożarowski 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 ‘usr/lib/python3.3/’. Why the diffe