diffstat of debian/ for wine_1.6.2-8 wine_1.6.2-8endless1 changelog | 9 +++++++++ control | 3 ++- control.in | 3 ++- 3 files changed, 13 insertions(+), 2 deletions(-) diff -Nru wine-1.6.2/debian/changelog wine-1.6.2/debian/changelog --- wine-1.6.2/debian/changelog 2014-03-29 21:39:52.000000000 +0000 +++ wine-1.6.2/debian/changelog 2014-09-03 18:04:06.000000000 +0000 @@ -1,3 +1,12 @@ +wine (1.6.2-8endless1) eos; urgency=low + + * debian/control.in: + - Move wine-gecko to Recommends for initial spike of wine. This requires + a whole mingw build infrastructure that we don't have right now. + [endlessm/eos-shell#2487] + + -- Dan Nicholson Wed, 03 Sep 2014 11:03:43 -0700 + wine (1.6.2-8) unstable; urgency=medium * Use a .maintscript file to handle symlink-to-folder transitions in diff -Nru wine-1.6.2/debian/control wine-1.6.2/debian/control --- wine-1.6.2/debian/control 2014-03-29 21:40:28.000000000 +0000 +++ wine-1.6.2/debian/control 2014-09-03 18:04:18.000000000 +0000 @@ -104,6 +104,7 @@ ${misc:Depends}, ${shlibs:Depends}, x11-utils, +Recommends: libwine-gecko-2.21 Breaks: wine (<< 1.6.1-9), @@ -125,13 +126,13 @@ ${misc:Depends}, ${shlibs:Depends}, x11-utils, - libwine-gecko-2.21 Breaks: wine (<< 1.6.1-9), Replaces: wine (<< 1.6.1-9), Recommends: wine32 (>= ${source:Version}), + libwine-gecko-2.21 Description: Windows API implementation - 64-bit binary loader Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. diff -Nru wine-1.6.2/debian/control.in wine-1.6.2/debian/control.in --- wine-1.6.2/debian/control.in 2014-03-29 20:05:42.000000000 +0000 +++ wine-1.6.2/debian/control.in 2014-09-03 17:48:42.000000000 +0000 @@ -104,6 +104,7 @@ ${misc:Depends}, ${shlibs:Depends}, x11-utils, +Recommends: libwine-gecko-2.21 Breaks: wine (<< 1.6.1-9), @@ -125,13 +126,13 @@ ${misc:Depends}, ${shlibs:Depends}, x11-utils, - libwine-gecko-2.21 Breaks: wine (<< 1.6.1-9), Replaces: wine (<< 1.6.1-9), Recommends: wine32 (>= ${source:Version}), + libwine-gecko-2.21 Description: Windows API implementation - 64-bit binary loader Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work.