[Bug 46356] Debian testing wine-hq repo is misconfigured on the server

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 29 13:04:09 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46356

--- Comment #16 from Michael Müller <michael at fds-team.de> ---
As package maintainer, you can always adjust the version string of the package
to match the version scheme of the distribution:

> dpkg --compare-versions 4.0.0~buster gt 4.0~rc7~buster && echo true
true

> dpkg --compare-versions 4.0-0~buster gt 4.0~rc7~buster && echo true
true

> dpkg --compare-versions 4.0-buster gt 4.0~rc7-buster && echo true
true

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list