From 608349dc001472940fb741de6717545e993a6e2c Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 28 May 2003 17:26:37 +0000 Subject: [PATCH] * Move atc and sail to Games/Strategy in menu, cf #194782 * Move rain and worms to Games/Toys, calling them screen savers is too much of a long shot. git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5209 a4a2c43b-8ac3-0310-8836-e0e880c912e2 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/menu | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd8f0dc..7e4a104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bsdgames (2.14-4) unstable; urgency=low + + * Move atc and sail to Games/Strategy in menu, cf #194782 + * Move rain and worms to Games/Toys, calling them screen savers is too much + of a long shot. + + -- Joey Hess Wed, 28 May 2003 12:46:48 -0400 + bsdgames (2.14-3) unstable; urgency=low * Corrected Bornes typo in menu entry. It's all the bash shell's fault. :-) diff --git a/debian/control b/debian/control index 8413b17..891b011 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Build-Depends: debhelper (>= 4), libncurses5-dev, flex, bison, wenglish, wbritish, dpkg-dev (>= 1.9.0) Maintainer: Joey Hess -Standards-Version: 3.5.9.0 +Standards-Version: 3.5.10.0 Package: bsdgames Architecture: any diff --git a/debian/menu b/debian/menu index 59836d9..165ed64 100644 --- a/debian/menu +++ b/debian/menu @@ -1,6 +1,6 @@ ?package(bsdgames):needs="text" section="Apps/Educational" \ title="Arithmetic Quiz" command="sh -c '/usr/games/arithmetic;echo PRESS ENTER;read line'" -?package(bsdgames):needs="text" section="Games/Simulation" \ +?package(bsdgames):needs="text" section="Games/Strategy" \ title="Air Traffic Controller" \ command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read line'" ?package(bsdgames):needs="text" section="Games/Adventure" \ @@ -20,11 +20,11 @@ title="Monopoly" command="/usr/games/monop" ?package(bsdgames):needs="text" section="Games/Board" hints="Backgammon" \ title="Backgammon" command="/usr/games/backgammon -pb" -?package(bsdgames):needs="text" section="Screen/Save/Text" \ +?package(bsdgames):needs="text" section="Games/Toys" \ title="Rain" command="/usr/games/rain" ?package(bsdgames):needs="text" section="Games/Arcade" \ title="Robots" command="/usr/games/robots" -?package(bsdgames):needs="text" section="Games/Simulation" \ +?package(bsdgames):needs="text" section="Games/Strategy" \ title="Sail" command="/usr/games/sail" ?package(bsdgames):needs="text" section="Games/Arcade" \ title="Snake" command="sh -c '/usr/games/snake;echo PRESS ENTER;read line'" @@ -32,7 +32,7 @@ title="Star Trek" command="/usr/games/trek" ?package(bsdgames):needs="text" section="Games/Arcade" \ title="Worm" command="sh -c '/usr/games/worm;echo PRESS ENTER;read line'" -?package(bsdgames):needs="text" section="Screen/Save/Text" \ +?package(bsdgames):needs="vc" section="Games/Toys" \ title="Worms" command="/usr/games/worms" ?package(bsdgames):needs="text" section="Games/Adventure" \ title="Hunt the Wumpus" command="/usr/games/wump"