#2343 closed defect (fixed)
debian packaging forces python2
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | packaging | Version: | 2.5.x |
Keywords: | Cc: |
Description
$ 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
Change History (3)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2343
Note: See
TracTickets for help on using
tickets.
Hopefully fixed in r23042.