diff --git a/debian/changelog b/debian/changelog index 78eb3d6..0a46510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bsdgames (2.12-6) unstable; urgency=low + + * Pause after tetris-bsd exits when run from the menu, to give a chance + for the high scores to be seen. Closes: #96999 + + -- Joey Hess Thu, 10 May 2001 21:49:37 -0400 + bsdgames (2.12-5) unstable; urgency=low * Added AIUI, Closes: #90973 diff --git a/debian/control b/debian/control index e8d0c34..7a01e83 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Build-Depends: debhelper (>= 3), libncurses5-dev, flex, bison, wenglish Maintainer: Joey Hess -Standards-Version: 3.5.2.0 +Standards-Version: 3.5.4.0 Package: bsdgames Architecture: any diff --git a/debian/menu b/debian/menu index d382f8f..b01cfc8 100644 --- a/debian/menu +++ b/debian/menu @@ -36,7 +36,7 @@ title="Hunt the Wumpus" command="/usr/games/wump" ?package(bsdgames):needs="text" section="Games/Tetris-like" \ title="Bsd Tetris" \ - command="/usr/games/tetris-bsd" + 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"