This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository glfw3.
commit 9eea28982f0e140b3775ce0585f10e44d8911c25 Author: James Cowgill <[email protected]> Date: Sat Jun 20 15:17:23 2015 +0100 Add build dependencies on libxcursor-dev and libxinerama-dev --- debian/control | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 6717586..ffefaf2 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,19 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Mahyuddin Susanto <[email protected]>, Roman Valov <[email protected]>, James Cowgill <[email protected]> -Build-Depends: debhelper (>= 9), cmake, - libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev, - libx11-dev, libxrandr-dev, - libxi-dev, libxxf86vm-dev, - libxext-dev, doxygen +Build-Depends: + cmake, + debhelper (>= 9), + doxygen, + libgl1-mesa-dev | libgl-dev, + libglu1-mesa-dev | libglu-dev, + libx11-dev, + libxcursor-dev, + libxext-dev, + libxi-dev, + libxinerama-dev, + libxrandr-dev, + libxxf86vm-dev Standards-Version: 3.9.6 Homepage: http://www.glfw.org/ Vcs-Git: git://anonscm.debian.org/pkg-games/glfw3.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

