Comment 25 for bug 1558480

Revision history for this message
Bryan Quigley (bryanquigley) wrote : Re: Make Wine packages synced from Debian

Been working on this a bit, the Debian package is quite close to just being able to be synced, I had to change:
 * Add breaks/replaces to fonts-wineVERSION specifying wine1.6
 * Add breaks/replaces to libwineVERSION specifying wine1.6,wine1.6-amd64,wine1.6-i386
 * Add breaks/replaces to wine64VERSION specifying wine1.6-amd64
 * Add breaks/replaces to wine32VERSION specifying wine1.6-i386
 * Bump version to 1:1.8.3... so upgrades work (added the 1: to the Debian version)
 * Make it include the .orig file (debuild -S -sa) - PPA Issue?
 * Comment out override_dh_shlibdeps in rules which fails with:
    /usr/bin/ld: cannot find libGL.so.1
 (*I believe this will be fixed in yakkety as we pull the latest debian build stuff)

Upgrades require that you do a apt full-upgrade for package removal. wine-mono,gecko are not removed by the new packages, but an autoremove does remove them. I haven't looked into wine-binfmt, but I think there is a good argument to just follow what Debian does there...

You can try and break it here (Yakkety only): https://launchpad.net/~bryanquigley/+archive/ubuntu/wine-sync-testing.

*Wine-development packages is broken on the same thing for yakkety.