Xpra: Ticket #2343: debian packaging forces python2

$ wget http://xpra.org/beta/bionic/main/binary-amd64/xpra_3.0-20190622r23019-1_amd64.deb
$ dpkg -x xpra_3.0-20190622r23019-1_amd64.deb ./python3-xpra-deb
$ head python3-xpra-deb/usr/bin/xpra
#!/usr/bin/python2

Despite the fact that the script is python3 by default in source form: browser/xpra/trunk/src/scripts/xpra



Sat, 29 Jun 2019 14:29:32 GMT - Antoine Martin: status changed

Hopefully fixed in r23042.


Wed, 03 Jul 2019 15:47:57 GMT - Antoine Martin: status changed; resolution set

Fix verified using buster beta builds:

$ dpkg -x  xpra_3.0-20190630r23052-1_amd64.deb ./python3-xpra-deb
$ head -n 1 python3-xpra-deb/usr/bin/xpra
#!/usr/bin/python3

Sat, 23 Jan 2021 05:48:46 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2343