This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libsfml.
commit b198a037024ed0974b384e9a606b070d1970446e Author: James Cowgill <[email protected]> Date: Thu Oct 27 18:37:37 2016 +0100 Update dependencies SFML 2.4.1 reverts back to libX11 so the XCB libraries are no longer needed. --- debian/control | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 5c85217..26c6b10 100644 --- a/debian/control +++ b/debian/control @@ -18,10 +18,7 @@ Build-Depends: debhelper (>= 9), libusbhid-dev [kfreebsd-any], libvorbis-dev, libx11-dev, - libx11-xcb-dev, - libxcb1-dev, - libxcb-image0-dev, - libxcb-randr0-dev + libxrandr-dev, Standards-Version: 3.9.8 Homepage: http://www.sfml-dev.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/libsfml.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

