[nethack] 01/02: Add semicolon to the end of lists in the desktop files

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 23 19:28:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 7736f075d3ac7a24e8a8ed7f148acbf83000edb6
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Wed Mar 23 19:20:46 2016 +0000

    Add semicolon to the end of lists in the desktop files
---
 debian/nethack-console.desktop | 4 ++--
 debian/nethack-x11.desktop     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/nethack-console.desktop b/debian/nethack-console.desktop
index 0303ff5..bdc7023 100644
--- a/debian/nethack-console.desktop
+++ b/debian/nethack-console.desktop
@@ -4,5 +4,5 @@ Name=NetHack (No GUI)
 Icon=nethack
 Exec=/usr/games/nethack-console
 Terminal=true
-Categories=Game;AdventureGame;ConsoleOnly
-Keywords=adventure;roguelike;maze;dungeon
+Categories=Game;AdventureGame;ConsoleOnly;
+Keywords=adventure;roguelike;maze;dungeon;
diff --git a/debian/nethack-x11.desktop b/debian/nethack-x11.desktop
index b9b37dd..d143ad9 100644
--- a/debian/nethack-x11.desktop
+++ b/debian/nethack-x11.desktop
@@ -4,5 +4,5 @@ Name=X NetHack
 Icon=nethack
 Exec=/usr/games/xnethack
 Terminal=false
-Categories=Game;AdventureGame
-Keywords=adventure;roguelike;maze;dungeon
+Categories=Game;AdventureGame;
+Keywords=adventure;roguelike;maze;dungeon;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list