This is an automated email from the git hooks/post-receive script. nicobou-guest pushed a commit to branch master in repository oolite.
commit 5f28c4aca2635ad3e6131fdcf32f8904e6c4c538 Author: Nicolas Boulenguez <[email protected]> Date: Fri Sep 4 08:59:28 2015 +0200 README: avoid nvidia drivers without nvidia card. Closes: #702092. --- debian/README | 5 +++++ debian/changelog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/debian/README b/debian/README index c71d3ba..4bdaf13 100644 --- a/debian/README +++ b/debian/README @@ -2,6 +2,11 @@ Here are some selected parts of the online documentation, that in my opinion deserve to be delivered with the executable. ---------------------------------------------------------------------- +Oolite (at least 1.76.1) may refuse to start if GLX/NVIDIA drivers are +installed without NVIDIA card. This can be fixed by removing the +unneeded packages. More details at https://bugs.debian.org/702092. + +---------------------------------------------------------------------- https://raw.githubusercontent.com/OoliteProject/oolite-linux-dependencies/master/README.TXT Keyboard shortcut F12 toggles full screen/windowed mode. diff --git a/debian/changelog b/debian/changelog index 1add9f6..d3801ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oolite (1.82-2) UNRELEASED; urgency=medium + + * README: avoid nvidia drivers without nvidia card. Closes: #702092. + + -- Nicolas Boulenguez <[email protected]> Fri, 04 Sep 2015 08:59:07 +0200 + oolite (1.82-1) unstable; urgency=medium * New upstream release, splitting sound and images. License update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/oolite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

