Re: Python3 -dbg packages

2021-09-13 Thread Matthias Klose
On 9/13/21 4:02 PM, Scott Talbert wrote: > On Fri, 3 Sep 2021, Matthias Klose wrote: > >>> Python 3.8 upstream now has a common ABI for normal and debug extension >>> builds, >>> so it is technically possible to load a debug extension in the normal >>> interpreter, or to load a normal extension i

Multiple package versions in PPA

2021-09-13 Thread Francis Murtagh
Hi, I've added a python package called python3-pyarmnn to Debian (https://tracker.debian.org/pkg/armnn) but also have it pushed to a Ubuntu Launchpad PPA (https://launchpad.net/~armnn/+archive/ubuntu/ppa/+packages). When I push new versions of the packaging it seems to overwrite the previous,

Re: Python3 -dbg packages

2021-09-13 Thread Scott Talbert
On Fri, 3 Sep 2021, Matthias Klose wrote: Python 3.8 upstream now has a common ABI for normal and debug extension builds, so it is technically possible to load a debug extension in the normal interpreter, or to load a normal extension in the debug interpreter. In Debian, debug extensions are sh