This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openarena.
commit ab97e54b9ccbd076cce0450b5ae282dcc304b4dd Author: Simon McVittie <[email protected]> Date: Sun Feb 8 17:13:46 2015 +0000 Fix upgrades of openarena-server on systems that do not have quake3-server, which were broken by insufficient edits to the code taken from src:quake in 0.8.8-10 (Closes: #777468) --- debian/changelog | 8 ++++++++ debian/openarena-server.postinst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0452670..95be0ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openarena (0.8.8-11) experimental; urgency=medium + + * Fix upgrades of openarena-server on systems that do not have + quake3-server, which were broken by insufficient edits to the + code taken from src:quake in 0.8.8-10 (Closes: #777468) + + -- Simon McVittie <[email protected]> Sun, 08 Feb 2015 17:13:31 +0000 + openarena (0.8.8-10) experimental; urgency=low * Link to readme_088.txt.gz and LINUXNOTES.gz, which are compressed by diff --git a/debian/openarena-server.postinst b/debian/openarena-server.postinst index 0a7ed55..8793127 100644 --- a/debian/openarena-server.postinst +++ b/debian/openarena-server.postinst @@ -16,7 +16,7 @@ case "$1" in if [ -d /var/games/openarena-server/.openarena ] && ! [ -e /var/games/openarena-server/server.oa ]; then # we use com_homepath to redirect server stuff to a non-hidden # directory and be ready for multi-instance; migrate old configuration - ln -s .openarena /var/games/quake3-server/server.oa + ln -s .openarena /var/games/openarena-server/server.oa fi ;; abort-upgrade|abort-remove|abort-deconfigure) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

