Re: Building Python debug extensions with dh

2013-11-04 Thread Barry Warsaw
On Nov 03, 2013, at 07:32 AM, Ben Finney wrote: >Could those who understand what the Debhelper Python tools are doing, >please update https://wiki.debian.org/Python/DbgBuilds> so that it >contains the consensus recommendations for building debug Python >extension packages? > >Currently it recommen

Re: Building Python debug extensions with dh

2013-11-02 Thread Ben Finney
Jakub Wilk writes: > True. It works out-of-the-box if use you python-central, dh_python3, > dh_python2, dh_python(1), or if you don't use any helper at all. Could those who understand what the Debhelper Python tools are doing, please update https://wiki.debian.org/Python/DbgBuilds> so that it co

Re: Building Python debug extensions with dh

2010-08-10 Thread Jakub Wilk
* Yaroslav Halchenko , 2010-08-10, 11:48: * It appears that more packages have gotten the issue in #576014 wrong that right. as I've heard at debconf10 but haven't looked into/tried myself, dh_python2 (instead of support) might be doing the right thing out of the box... True. It works out-of-t

Re: Building Python debug extensions with dh

2010-08-10 Thread Yaroslav Halchenko
Thank you Christian and Jakub for the nice wiki! > * It appears that more packages have gotten the issue in #576014 wrong > that right. as I've heard at debconf10 but haven't looked into/tried myself, dh_python2 (instead of support) might be doing the right thing out of the box... --

Building Python debug extensions with dh

2010-08-10 Thread Christian Kastner
A mentor recently proposed that I ship -dbg versions of a Python extension. Researching on how to properly do so, it appeared that there was no standard approach to this. On the contrary, I found numerous differing implementations, with quite a few exhibiting some flaws. I chose to follow the appr