This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 56b2cb86c45da2d9a245d15d4566de9e05b43d2c Author: Jens Reyer <[email protected]> Date: Mon Jun 6 04:07:29 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 of libfontconfig1 and libxcursor1. 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 # Conflicts: # debian/changelog --- debian/changelog | 3 ++- debian/control.in | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f83596d..baed992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,8 @@ wine (1.8.2-2) UNRELEASED; urgency=medium - Change version string to display vendor and version. - Drop obsolete dh_strip exclusion of some files. - Drop obsolete dependency on x11-utils. - - Generate list of used shared libraries. + - Generate list of used shared libraries and let libwine recommend + it (closes: #823991). Also use this mechanism to identify the package names of depended upon libraries. Thanks to Jakub Wilk. diff --git a/debian/control.in b/debian/control.in index a7c35c9..553f2f0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -234,9 +234,8 @@ Depends: ${misc:Depends}, ${dlopen:Depends}, ${shlibs:Depends}, - libfontconfig1, Recommends: - libxcursor1, + ${dlopen:Recommends}, libgl1-mesa-dri, libasound2-plugins, fonts-liberation, -- 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
