* 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
This commit is contained in:
joey
2003-05-28 17:26:37 +00:00
parent c41d4c9d2e
commit 608349dc00
3 changed files with 13 additions and 5 deletions

8
debian/changelog vendored
View File

@@ -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 <joeyh@debian.org> 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. :-)

2
debian/control vendored
View File

@@ -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 <joeyh@debian.org>
Standards-Version: 3.5.9.0
Standards-Version: 3.5.10.0
Package: bsdgames
Architecture: any

8
debian/menu vendored
View File

@@ -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"