[Bug 40217] New: Ubuntu vivid / wily use libgnutls 28 instead of 26

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 25 10:25:00 CST 2016


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 at fds-team.de
          Reporter: michael at fds-team.de
                CC: michael at fds-team.de, sebastian at 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.

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