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

Issue with debian packaging version numbers ... #307

Closed
kif opened this issue Jun 15, 2016 · 0 comments · Fixed by #326
Closed

Issue with debian packaging version numbers ... #307

kif opened this issue Jun 15, 2016 · 0 comments · Fixed by #326
Assignees
Labels
bug Serious issue, to be addressed in priority !
Milestone

Comments

@kif
Copy link
Member

kif commented Jun 15, 2016

In [1]: import apt_pkg
In [2]: apt_pkg.init_system()
In [6]: apt_pkg.version_compare("0.12.0-1bpo8+1", "0.12.0a0-1bpo8+1")
Out[6]: -1
In [7]: apt_pkg.version_compare("0.12.0-1bpo8+1", "0.12.0alpha0-1~bpo8+1")
Out[7]: 1

The current version number of the development branch looks superior to the release.
@picca
Fred, could you comment on that ? shall we switch to the second "layout" ?

@vallsv vallsv added this to the 0.12 milestone Jun 15, 2016
@vallsv vallsv added the bug Serious issue, to be addressed in priority ! label Jun 15, 2016
@kif kif self-assigned this Jun 17, 2016
kif added a commit to kif/pyFAI that referenced this issue Jun 28, 2016
kif added a commit to kif/pyFAI that referenced this issue Jun 28, 2016
@kif kif mentioned this issue Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Serious issue, to be addressed in priority !
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants