This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository bzflag.
commit 426d699fd40c87338a7c6d70b86521b966aeafda Author: Markus Koschany <[email protected]> Date: Mon Dec 14 20:31:41 2015 +0100 Update bzflag-client.README.Debian as well. --- debian/bzflag-client.README.Debian | 12 +++++------- debian/changelog | 9 ++++----- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/debian/bzflag-client.README.Debian b/debian/bzflag-client.README.Debian index 283bd86..f735558 100644 --- a/debian/bzflag-client.README.Debian +++ b/debian/bzflag-client.README.Debian @@ -7,13 +7,11 @@ If you wish to: - play by yourself - play amongst a small group of people on a private network - provide a server so that anyone on the Internet may play with you -you will need to install the package bzflag-server. Since the bzflag server, -bzfs, can be started from the bzflag client, it is not started by default on -Debian systems. To have init(8) start bzflag by default, please change the value -of the 'RUN_AT_STARTUP' flag in /etc/default/bzflag to 'yes'. You can customise -this server by modifying the 'OPTIONS' flag in /etc/default/bzflag. By default, -we start a free-for-all server which does not advertise itself on the bzflag -server list. +you will need to install the package bzflag-server. The server is enabled by +default. If you wish to start the server from within BZFlag, you can disable +the server by using the systemctl command + + systemctl disable bzflag.service bzflag uses XFree86's VidMode extension to change resoultions `on the fly'. Some people have reported problems with this but we have diff --git a/debian/changelog b/debian/changelog index 0a7506a..b7e30cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,10 @@ bzflag (2.4.2+ds1-7) unstable; urgency=medium * Team upload. * bzflag-data: Fix typo in short description. * Remove Environment and EnvironmentFile lines from service file. The server - is enabled by default but it will not advertise itself. This behavior can be - overridden by creating a custom service file in /etc/systemd/system. These - changes are now documented in bzflag-server.README.Debian. The server will - also be restarted on-failure. - (Closes: #807911) + is enabled by default but it will not advertise itself. This behavior can + be overridden by creating a custom service file in /etc/systemd/system. + These changes are now documented in README.Debian. The server will also be + restarted on-failure. (Closes: #807911) * debian/rules: export CCACHE_DIR=$(CURDIR)/ccache to prevent a FTBFS due to a nonexistent home directory. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

