This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository ioquake3.
commit 614c3108b900454d83a51e46cab764d72f00df5a Author: Simon McVittie <[email protected]> Date: Fri Dec 8 18:53:59 2017 +0000 ioquake3: Explicitly depend on libgl1 Since snapshot 20171016 it's loaded at runtime instead of being linked in the usual way, so it isn't in ${shlibs:Depends}. --- debian/changelog | 3 +++ debian/control | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f2c9e26..700d925 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ ioquake3 (1.36+u20171122~dfsg-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.1.2 + * ioquake3: Explicitly depend on libgl1. Since snapshot 20171016 + 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 12:06:41 +0000 diff --git a/debian/control b/debian/control index 22227be..be6aa4a 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Package: ioquake3 Architecture: any Depends: ioquake3-server (= ${binary:Version}), + libgl1, ${misc:Depends}, ${shlibs:Depends}, Recommends: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

