[SCM] Atari 2600 Emulator for SDL & the X Window System branch, master, updated. debian/3.2-1-4-gba9f2b2

Stephen Kitt steve at sk2.org
Tue Aug 24 21:35:35 UTC 2010


The following commit has been merged in the master branch:
commit 8ed18c455ad59f6f299aa392db01825a657f7b65
Author: Stephen Kitt <steve at sk2.org>
Date:   Tue Aug 24 23:20:34 2010 +0200

    Generate the menu using /usr/bin/stella.

diff --git a/debian/changelog b/debian/changelog
index d0b69cd..41f4f9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ stella (3.2-2) UNRELEASED; urgency=low
   * Change debian-menus to scan ~/.stella/roms rather than ~/.stella.
   * Avoid having to run configure when cleaning (thanks to Piotr Ożarowski
     for suggesting these two changes!).
+  * Fix debian-menus to start /usr/bin/stella, not /usr/games/stella.
 
  -- Stephen Kitt <steve at sk2.org>  Tue, 24 Aug 2010 22:54:30 +0200
 
diff --git a/debian/debian-menus b/debian/debian-menus
index d3766e1..8b7cc25 100755
--- a/debian/debian-menus
+++ b/debian/debian-menus
@@ -45,7 +45,7 @@ foreach $path (@ROMPATHS) {
 ?package(stella):needs=x11 \\
                  section="Games/Arcade/Stella" \\
 		 title="%s" \\
-		 command="/usr/games/stella %s"
+		 command="/usr/bin/stella %s"
 MENU
     }
   }

-- 
Atari 2600 Emulator for SDL & the X Window System



More information about the Pkg-games-commits mailing list