This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openarena.
commit 4fb5841241464295532258a56f53f123f9a7d307 Author: Simon McVittie <[email protected]> Date: Wed Feb 4 23:07:42 2015 +0000 In the .desktop file, describe it as an ActionGame, not an ArcadeGame --- debian/changelog | 1 + debian/openarena.desktop | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 75233a0..4bb5069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ openarena (0.8.8-10) UNRELEASED; urgency=low as etc/openarena-server, so "exec etc/openarena-server/server.cfg" now works * Standards-Version: 3.9.6 (no changes needed) + * In the .desktop file, describe it as an ActionGame, not an ArcadeGame -- Simon McVittie <[email protected]> Sat, 18 May 2013 22:03:16 +0100 diff --git a/debian/openarena.desktop b/debian/openarena.desktop index 4aad465..ea3bae6 100644 --- a/debian/openarena.desktop +++ b/debian/openarena.desktop @@ -6,4 +6,4 @@ Exec=/usr/games/openarena Terminal=false Icon=openarena128 Type=Application -Categories=Game;ArcadeGame; +Categories=Game;ActionGame; -- 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

