The following commit has been merged in the master branch:
commit 48944bd4434f80ed1d038fbfa98e624248e5ae61
Author: Gonéri Le Bouder <[email protected]>
Date:   Thu Feb 12 23:06:41 2009 +0100

    The Debian menu file wasn't using the correct section

diff --git a/debian/changelog b/debian/changelog
index b218876..fa0f722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xboard (4.2.7-9) unstable; urgency=low
   * Add a .desktop file, thanks Nathan Handler and Daniel Dickinson
     (Closes: #487667, #478948) 
   * Adjust the debian/copyright to point on the correct common-license file
+  * The Debian menu file wasn't using the correct section
   * Add myself in Uploaders:
 
  -- Gonéri Le Bouder <[email protected]>  Thu, 12 Feb 2009 22:41:17 +0100
diff --git a/debian/menu b/debian/menu
index f38cfdb..39d3c1e 100644
--- a/debian/menu
+++ b/debian/menu
@@ -3,15 +3,15 @@
 ?package(xboard):needs="x11" section="Games/Board" \
        hints="Chess" title="XBoard (passive chessboard)" \
        command="/usr/games/xboard -ncp"
-?package(xboard):needs="text" section="Games/Board/XBoard-ICS" \
+?package(xboard):needs="text" section="Games/Board" \
        title="Default" hints="Chess" \
        command="/usr/games/xboard -ics"
-?package(xboard):needs="text" section="Games/Board/XBoard-ICS" \
+?package(xboard):needs="text" section="Games/Board" \
        title="Internet Chess Club" hints="Chess" \
        command="/usr/games/xboard -ics -icshost chessclub.com"
-?package(xboard):needs="text" section="Games/Board/XBoard-ICS" \
+?package(xboard):needs="text" section="Games/Board" \
        title="Chess Net" hints="Chess" \
        command="/usr/games/xboard -ics -icshost chess.net"
-?package(xboard):needs="text" section="Games/Board/XBoard-ICS" \
+?package(xboard):needs="text" section="Games/Board" \
        title="Free I.C.S." hints="Chess" \
        command="/usr/games/xboard -ics -icshost freechess.org"

-- 
UNNAMED PROJECT

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to