diff --git a/debian/changelog b/debian/changelog index df9497c..a14d416 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bsdgames (2.17-10) unstable; urgency=low + + * Fix menu entry for worms. + + -- Joey Hess Thu, 02 Aug 2007 13:03:11 -0400 + bsdgames (2.17-9) unstable; urgency=low * De-hardcode paths to /usr/games in menu file. diff --git a/debian/menu b/debian/menu index 299662f..de37165 100644 --- a/debian/menu +++ b/debian/menu @@ -32,7 +32,7 @@ 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" \ +?package(bsdgames):needs="text" section="Games/Toys" \ title="Worms" command="worms" ?package(bsdgames):needs="text" section="Games/Adventure" \ title="Hunt the Wumpus" command="wump"