This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit c1325df2cf5a7df0b92c6656961850c53ed95fe7 Author: Jens Reyer <[email protected]> Date: Fri Jan 19 14:46:14 2018 +0100 Explicitly build-depend on libxfixes-dev. It was already installed indirectly before. Xfixes is used for receiving clipboard change notifications since Wine 2.9. --- debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control.in b/debian/control.in index 3cd0fb3..ab4a729 100644 --- a/debian/control.in +++ b/debian/control.in @@ -13,6 +13,7 @@ Build-Depends: libxmu-dev, libx11-dev, libxext-dev, + libxfixes-dev, libxrandr-dev, libxcursor-dev, libxrender-dev, -- 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
