Backport of Python 3.6 for Debian Stretch?

2018-04-23 Thread Nguyễn Hồng Quân
I'm using Debian 9 on an ARM board (BeagleBone), for our IoT project. We write an application which needs Python 3.6. But we are struggling with packaging Python 3.6 as deb packages for Debian 9. We found the dsc file for Debian buster. But there is difference in dependency hierarchy between Stretc

Re: Profile-guided optimisation / link-time optimisation in Buster

2018-04-23 Thread Matthias Klose
On 22.04.2018 21:31, Matthew Woodcraft wrote: > I noticed that profile-guided optimisation and link-time optimisation > have both been unconditionally disabled in Buster's Python 3.6 and 3.7 > packages, though 3.5 in Stretch had them both enabled (on common > platforms). > > Can anyone tell me why