On Saturday, August 24, 2019 5:22:11 AM EDT Salvatore Bonaccorso wrote: > Contorl: tags -1 + help > > Hi > > At the moment I'm somehow a bit time limited to work on src:criu, but > not completely lost track. But if someone wants to help here and on > the FTBFS bug then be my guest, will happily merge proposed changes. > > In any case criu should not block the python2.7 removal, so feel free > to request removal from unstable at any point it is needed for you. > > I plan at the moment to keep it anyway updated in experimental, as it > is still before uploading a new version to unstable at all.
I took a brief look at this. I did not make progress on the FTBFS, so I'm unable to test anything, but I can make some suggestions on the Python bits. At the very least, you'll need the following: In debian/rules chang with python2 to python3 Add PYTHON="python3" to the install override In debian control: Build-depend on python3-all instead of python-all Drop the depends on python-future and python-ipaddr Change python-protobuf to python3-protobuf More generally, there's a missing build-dep on pkg-config. It looks like upstream supports python3, so that's at least a start. Scott K

