This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit e158e27c06df750347157aa4a34c58e5452ee853 Author: Jens Reyer <[email protected]> Date: Mon May 30 00:21:13 2016 +0200 Add generated lists of shared libs to libwine's dependencies. Closes: #823991 (stable) They are used in the Depends (${dlopen:Depends},) and Recommends (${dlopen:Recommends}) of libwineVERSION. Remove hardcoded duplicates. Next to libfontconfig1 and libxcursor1 remove all dependencies recently added in commit 3afa464 (Add missing runtime dependencies to libwine recommends). Not all of them are generated now. Compared to 1.9.8-1 the following dependencies are added (some of them with a minimum version requirement): libcups2 libdbus-1-3 libgl1-mesa-glx|libgl1 libgnutls30 libgsm1 libjpeg62-turbo libodbc1 libosmesa6 libpng16-16 libtiff5 libxcomposite1 libxi6 libxinerama1 libxrandr2 libxrender1 libxslt1.1 libxxf86vm1 --- debian/changelog | 1 - debian/control.in | 26 +------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/debian/changelog b/debian/changelog index e97dbf6..565e406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,6 @@ wine-development (1.9.9-1) UNRELEASED; urgency=medium * Bump recommended fonts-wine version to one with ttf fonts (closes: #818925). * Move some dependencies to libwineVERSION. - * Add missing runtime dependencies to libwine recommends (see: #823991). * Add widl to the -tools packages. Thanks to Andrey Gursky (closes: #824671). * Fix winegcc script to call wineg++/cpp based on its basename. diff --git a/debian/control.in b/debian/control.in index 681da6f..b064c51 100644 --- a/debian/control.in +++ b/debian/control.in @@ -205,36 +205,12 @@ Depends: ${misc:Depends}, ${dlopen:Depends}, ${shlibs:Depends}, - libfontconfig1, Recommends: - libxcursor1, + ${dlopen:Recommends}, libgl1-mesa-dri, libasound2-plugins, fonts-liberation, fonts-wine (>= 1.8.2-1~), - libxi6, - libxt6, - libxmu6, - libxrandr2, - libxrender1, - libxkbfile1, - libxxf86vm1, - libxxf86dga1, - libxinerama1, - libxcomposite1, - libpng16-16, - libssl1.0.2, - libgsm1, - libjpeg62-turbo, - libtiff5, - libxslt1.1, - libodbc1, - libcups2, - libdbus-1-3, - freeglut3, - libosmesa6, - libgnutls30, - libgettextpo0, Suggests: cups-bsd, ttf-mscorefonts-installer, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
