* Depends on wordlist, Closes: #76331

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5136 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2000-11-05 23:39:40 +00:00
parent 4cd9da8d1a
commit 00e075ae1f
3 changed files with 7 additions and 51 deletions

50
debian/bsdgames vendored
View File

@@ -1,50 +0,0 @@
?package(bsdgames):needs="text" section="Apps/Educational" \
title="Arithmetic Quiz" command="/usr/games/arithmetic"
?package(bsdgames):needs="text" section="Games/Simulation" \
title="Air Traffic Controller" \
command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read'"
?package(bsdgames):needs="text" section="Games/Adventure" \
title="Battlestar" command="/usr/games/battlestar"
?package(bsdgames):needs="text" section="Games/Card" \
title="Canfield" command="/usr/games/canfield"
?package(bsdgames):needs="text" section="Games/Card" \
title="Cribbage" command="/usr/games/cribbage"
?package(bsdgames):needs="text" section="Games/Card" \
title="Go Fish" \
command="sh -c '/usr/games/fish;echo;echo PRESS ENTER;read'"
?package(bsdgames):needs="text" section="Games/Puzzles" \
title="Hangman" command="/usr/games/hangman"
?package(bsdgames):needs="text" section="Games/Card" \
title="Mille Bournes" command="/usr/games/mille"
?package(bsdgames):needs="text" section="Games/Board" \
title="Monopoly" command="/usr/games/monop"
?package(bsdgames):needs="text" section="Games/Board" \
title="Backgammon" command="/usr/games/backgammon -pb"
?package(bsdgames):needs="text" section="Screen/Save/Text" \
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" \
title="Sail" command="/usr/games/sail"
?package(bsdgames):needs="text" section="Games/Arcade" \
title="Snake" command="/usr/games/snake"
?package(bsdgames):needs="text" section="Games/Arcade" \
title="Star Trek" command="/usr/games/trek"
?package(bsdgames):needs="text" section="Games/Arcade" \
title="Worm" command="/usr/games/worm"
?package(bsdgames):needs="text" section="Screen/Save/Text" \
title="Worms" command="/usr/games/worms"
?package(bsdgames):needs="text" section="Games/Adventure" \
title="Hunt the Wumpus" command="/usr/games/wump"
?package(bsdgames):needs="text" section="Games/Tetris-like" \
title="Bsd Tetris" \
command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read'"
?package(bsdgames):needs="text" section="Games/Board" \
title="Gomoku" \
command="/usr/games/gomoku"
?package(bsdgames):needs="text" section="Games/Adventure" \
title="Phantasia" \
command="/usr/games/phantasia"
?package(bsdgames):needs="text" section="Games/Adventure" \
title="Adventure" \
command="/usr/games/adventure"

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
bsdgames (2.12-2) unstable; urgency=low
* Depends on wordlist, Closes: #76331
-- Joey Hess <joeyh@debian.org> Sun, 5 Nov 2000 15:25:06 -0800
bsdgames (2.12-1) unstable; urgency=low bsdgames (2.12-1) unstable; urgency=low
* New upstream release, fixing problems in battlestar. Closes: #70465 * New upstream release, fixing problems in battlestar. Closes: #70465

2
debian/control vendored
View File

@@ -7,7 +7,7 @@ Standards-Version: 3.2.1.0
Package: bsdgames Package: bsdgames
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}, wordlist
Conflicts: bsdgames-nonfree (<< 2.5) Conflicts: bsdgames-nonfree (<< 2.5)
Replaces: bsdgames-nonfree (<< 2.5) Replaces: bsdgames-nonfree (<< 2.5)
Description: collection of text games from BSD systems Description: collection of text games from BSD systems