This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository glfw3.
commit 0540489fc7f974c4495ed04fec20748086d1f6e7 Author: James Cowgill <[email protected]> Date: Fri Jun 19 22:27:58 2015 +0100 Drop 'Provides: libglfw-dev' from libglfw3-dev The APIs for libglw3-dev and libglfw-dev are completely different so you can expect a library building against libglfw-dev to work with libglfw3-dev. Even the headers are in a different location! Keep the conflicts since the libglfw.so symlink is used by both libraries. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index ffefaf2..e4bb3c2 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,6 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: libglfw3 (= ${binary:Version}), ${misc:Depends}, mesa-common-dev, libglu1-mesa-dev | libglu-dev -Provides: libglfw-dev Conflicts: libglfw-dev Description: portable library for OpenGL, window and input (development files) GLFW is an Open Source, multi-platform library for creating -- 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

