This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository darkplaces.
commit 5cad43d5063456d0d1d4639194ac12c6b4d9a346 Author: Simon McVittie <[email protected]> Date: Fri Dec 8 18:56:54 2017 +0000 darkplaces: Explicitly depend on libgl1 In this game engine it's loaded at runtime rather than being linked in the usual way, so it isn't in ${shlibs:Depends}. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index f1d4a76..4c3df0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +darkplaces (0~20140513+svn12208-7) UNRELEASED; urgency=medium + + * darkplaces: Explicitly depend on libgl1. In this game engine it's + loaded at runtime rather than being linked in the usual way, + so it isn't in ${shlibs:Depends}. + + -- Simon McVittie <[email protected]> Fri, 08 Dec 2017 18:56:17 +0000 + darkplaces (0~20140513+svn12208-6) unstable; urgency=medium * Use correct Format URL for machine-readable copyright diff --git a/debian/control b/debian/control index 3c347a0..75c400c 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Homepage: http://icculus.org/twilight/darkplaces/ Package: darkplaces Architecture: any Depends: + libgl1, ${misc:Depends}, ${shlibs:Depends}, Provides: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

