mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
releasing version 2.17-9
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@13204 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
bsdgames (2.17-9) unstable; urgency=low
|
||||
|
||||
* De-hardcode paths to /usr/games in menu file.
|
||||
* Menu section transition.
|
||||
* Current policy version.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 08 Jul 2007 16:17:43 -0400
|
||||
|
||||
bsdgames (2.17-8) unstable; urgency=low
|
||||
|
||||
* Patch from Alan Curry to backgammon to fix a bug that caused the computer
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: games
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 4), libncurses5-dev, flex, bison, wamerican, wbritish, dpkg-dev (>= 1.9.0)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.6.2
|
||||
Standards-Version: 3.7.2
|
||||
XS-Vcs-Svn: svn://svn.kitenet.net/joey/trunk/src/packages/bsdgames
|
||||
|
||||
Package: bsdgames
|
||||
|
||||
60
debian/menu
vendored
60
debian/menu
vendored
@@ -1,55 +1,51 @@
|
||||
?package(bsdgames):needs="text" section="Apps/Education" \
|
||||
title="Arithmetic Quiz" command="sh -c '/usr/games/arithmetic;echo PRESS ENTER;read line'"
|
||||
title="Arithmetic Quiz" command="sh -c 'arithmetic;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Strategy" \
|
||||
title="Air Traffic Controller" \
|
||||
command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read line'"
|
||||
command="sh -c 'atc ; echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Battlestar" command="sh -c '/usr/games/battlestar;echo PRESS ENTER;read line'"
|
||||
title="Battlestar" command="sh -c 'battlestar;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Hack" command="/usr/games/hack"
|
||||
title="Hack" command="hack"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Canfield" command="/usr/games/canfield"
|
||||
title="Canfield" command="canfield"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Cribbage" command="/usr/games/cribbage"
|
||||
title="Cribbage" command="cribbage"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Go Fish" \
|
||||
command="sh -c '/usr/games/go-fish;echo;echo PRESS ENTER;read line'"
|
||||
command="sh -c 'go-fish;echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Mille Bornes" command="/usr/games/mille"
|
||||
title="Mille Bornes" command="mille"
|
||||
?package(bsdgames):needs="text" section="Games/Board" \
|
||||
title="Monopoly" command="/usr/games/monop"
|
||||
title="Monopoly" command="monop"
|
||||
?package(bsdgames):needs="text" section="Games/Board" hints="Backgammon" \
|
||||
title="Backgammon" command="/usr/games/backgammon -pb"
|
||||
title="Backgammon" command="backgammon -pb"
|
||||
?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"
|
||||
title="Rain" command="rain"
|
||||
?package(bsdgames):needs="text" section="Games/Action" \
|
||||
title="Robots" command="robots"
|
||||
?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'"
|
||||
?package(bsdgames):needs="text" section="Games/Arcade" \
|
||||
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'"
|
||||
title="Sail" command="sail"
|
||||
?package(bsdgames):needs="text" section="Games/Action" \
|
||||
title="Snake" command="sh -c 'snake;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Action" \
|
||||
title="Star Trek" command="trek"
|
||||
?package(bsdgames):needs="text" section="Games/Action" \
|
||||
title="Worm" command="sh -c 'worm;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="vc" section="Games/Toys" \
|
||||
title="Worms" command="/usr/games/worms"
|
||||
title="Worms" command="worms"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Hunt the Wumpus" command="/usr/games/wump"
|
||||
title="Hunt the Wumpus" command="wump"
|
||||
?package(bsdgames):needs="text" section="Games/Tetris-like" \
|
||||
title="Bsd Tetris" \
|
||||
command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read line'"
|
||||
command="sh -c 'tetris-bsd;echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Board" hints="Go" \
|
||||
title="Gomoku" \
|
||||
command="/usr/games/gomoku"
|
||||
title="Gomoku" command="gomoku"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Phantasia" \
|
||||
command="/usr/games/phantasia"
|
||||
title="Phantasia" command="phantasia"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Adventure" \
|
||||
command="/usr/games/adventure"
|
||||
title="Adventure" command="adventure"
|
||||
?package(bsdgames):needs="text" section="Games/Puzzles" \
|
||||
title="Hangman" command="/usr/games/hangman"
|
||||
title="Hangman" command="hangman"
|
||||
?package(bsdgames):needs="text" section="Games/Puzzles" \
|
||||
title="Boggle" \
|
||||
command="/usr/games/boggle"
|
||||
title="Boggle" command="boggle"
|
||||
|
||||
Reference in New Issue
Block a user