-
Notifications
You must be signed in to change notification settings - Fork 5
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
Snapshot PPA installs older snapshot over newer release #12
Comments
I think this is a problem of PPAs and not Mumble, isn't it? I guess as soon as you switch the PPA, it doesn't know about the newer version anymore and thus wants to "update" to the newer one. Did you verify that this is not the case with other PPAs? |
I mean, a PPA is just a repo with syntax glitter, and dpkg is going to resolve upgradability the same way it always does. I'm pretty sure this problem is due to how the packages are versioned. dpkg sees "1.3.1-1..." installed and thinks the available version "1.3.1-rc1..." is newer because "r" has a higher value than "1". Either a semantic versioning scheme or appending "-dev" to the snapshot version number and "-stable" or "-release" to the release version number (because "s" and "r" have higher values than "d"; e.g. "1.3.1-stable") would fix this. |
Also, to clarify: I did not remove the release PPA from |
Describe the bug
When a user already has the latest release installed from the Ubuntu PPA, attempting to switch to development snapshots results in the user receiving an older snapshot.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
The installed mumble package should be no older than the latest version from the release PPA.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: