Bug#912892: pybuild confuses host and target

2019-03-06 Thread Helmut Grohne
Hi Piotr, On Wed, Mar 06, 2019 at 02:04:52PM +0100, Piotr Ożarowski wrote: > > | try: > > | # Set _PYTHON_HOST_PLATFORM to ensure debugging symbols on, f.e. > > i386 > > | # emded a constant name regardless of the 32/64-bit kernel. > > | env.setdefault( > > |

Bug#912892: pybuild confuses host and target

2019-03-06 Thread Piotr Ożarowski
Hi, > | try: > | # Set _PYTHON_HOST_PLATFORM to ensure debugging symbols on, f.e. > i386 > | # emded a constant name regardless of the 32/64-bit kernel. > | env.setdefault( > | '_PYTHON_HOST_PLATFORM', > | >

Bug#912892: pybuild confuses host and target

2018-11-04 Thread Helmut Grohne
Package: dh-python Version: 3.20180927 File: /usr/bin/pybuild /usr/bin/pybuild has: | try: | # Set _PYTHON_HOST_PLATFORM to ensure debugging symbols on, f.e. i386 | # emded a constant name regardless of the 32/64-bit kernel. | env.setdefault( |