Comment 2 for bug 1272364

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 1272364] Re: needs to build a python 3.4 extension

Stéphane Graber [2014-01-24 16:24 -0000]:
> It should be possible to build the python3 bits with another configure
> call + "make -C src/python-lxc", however please note that the LXC
> packaging must work with precise, quantal, raring, saucy and trusty, so
> hardcoding 3.4 in there isn't an option.

Right, this is a quite well understood process. debian/rules ought to
iterate over "py3versions -s", and in this case do the extra
multi-builds for everything but the default version (py3versions -d).