Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian packaging forces python2 #2343

Closed
totaam opened this issue Jun 29, 2019 · 5 comments
Closed

debian packaging forces python2 #2343

totaam opened this issue Jun 29, 2019 · 5 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Jun 29, 2019

Issue migrated from trac ticket # 2343

component: packaging | priority: major | resolution: fixed

2019-06-29 15:27:36: antoine created the issue


$ 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]

@totaam
Copy link
Collaborator Author

totaam commented Jun 29, 2019

2019-06-29 15:29:33: antoine changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Jun 29, 2019

2019-06-29 15:29:33: antoine commented


Hopefully fixed in r23042.

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2019

2019-07-03 16:47:58: antoine changed status from assigned to closed

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2019

2019-07-03 16:47:58: antoine set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jul 3, 2019

2019-07-03 16:47:58: antoine commented


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

@totaam totaam closed this as completed Jul 3, 2019
@totaam totaam added the v2.5.x label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant