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

Stephen Kitt steve at sk2.org
Sat Sep 4 22:49:22 UTC 2010


The following commit has been merged in the master branch:
commit 5a43ae7dccbd844794db7402b3235ebfb36cd843
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Sep 5 00:39:29 2010 +0200

    Explicitly call configure to avoid warnings due to unknown options.

diff --git a/debian/rules b/debian/rules
index a4ddfcb..5212686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_auto_clean:
 override_dh_clean:
 	dh_clean tags
 
+override_dh_auto_configure:
+	./configure --prefix=/usr
+
 override_dh_auto_install:
 	dh_auto_install
 	rm $(CURDIR)/debian/stella/usr/share/doc/stella/License.txt

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



More information about the Pkg-games-commits mailing list