mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
* 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:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
2
debian/control
vendored
@@ -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
8
debian/menu
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user