[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:34 UTC 2010


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

    Avoid having to call configure before cleaning.

diff --git a/debian/changelog b/debian/changelog
index 76de244..d0b69cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 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!).
 
  -- Stephen Kitt <steve at sk2.org>  Tue, 24 Aug 2010 22:54:30 +0200
 
diff --git a/debian/rules b/debian/rules
index 89c7f90..a4ddfcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,8 @@
 	dh $@ --with autotools_dev,quilt
 
 override_dh_auto_clean:
-# We need to configure here to ensure config.mak is generated
-# (the Makefile needs it)
-	./configure --prefix=/usr
+# Generate the minimal config.mak required for "make distclean"
+	test -f config.mak || echo "RM_REC := rm -f -r" > config.mak
 	dh_auto_clean
 
 override_dh_clean:

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



More information about the Pkg-games-commits mailing list