This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 3afa4648542268844a23eb17940051452dbb9f43 Author: Jens Reyer <[email protected]> Date: Fri May 13 16:07:53 2016 +0200 Add missing runtime dependencies to libwine recommends. Closes in stable: #823991. --- debian/changelog | 1 + debian/control.in | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index c7e55ea..7768e25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ 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. -- Jens Reyer <[email protected]> Fri, 13 May 2016 15:36:46 +0200 diff --git a/debian/control.in b/debian/control.in index b2efb44..988c7c1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -213,6 +213,29 @@ Recommends: 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
