https://bugs.winehq.org/show_bug.cgi?id=40217
Bug ID: 40217 Summary: Ubuntu vivid / wily use libgnutls 28 instead of 26 Product: Packaging Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wine-packages Assignee: michael@fds-team.de Reporter: michael@fds-team.de CC: michael@fds-team.de, sebastian@fds-team.de Distribution: Ubuntu
The Ubuntu builds use the correct build dependencies for libgnutls but the "Recommends" entry is wrong:
{{ =" libgnutls-deb0-28,\n" if debian_version >= 8 else "" }} {{ =" libgnutls26,\n" if debian_version < 8 else "" }}
Ubuntu vivid/wily also use libgnutls 28, so we need to change this construct to be compatible with launchpad and recommend the correct version.
https://bugs.winehq.org/show_bug.cgi?id=40217
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Michael Müller michael@fds-team.de --- Should be fixed since the last release (1.9.5).
https://bugs.winehq.org/show_bug.cgi?id=40217
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Sebastian Lackner sebastian@fds-team.de --- Closing fixed packaging bugs.