[SCM] transportation simulator branch, master, updated. debian/100.0+ds1-3-1-g9a4a85c

Ansgar Burchardt ansgar at 2008.43-1.org
Sat Aug 23 00:23:26 UTC 2008


The following commit has been merged in the master branch:
commit 9a4a85c1ccbce25421199b95715c9c03b4c70791
Author: Ansgar Burchardt <ansgar at 2008.43-1.org>
Date:   Sat Aug 23 02:23:09 2008 +0200

    debian/rules: Remove `configure' target

diff --git a/debian/changelog b/debian/changelog
index 681ac86..dafee76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+simutrans (100.0+ds1-4) UNRELEASED; urgency=low
+
+  * debian/rules: Remove `configure' target
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 23 Aug 2008 02:05:35 +0200
+
 simutrans (100.0+ds1-3) unstable; urgency=low
 
   * config.diff: Use <endian.h> header to detect endianness
diff --git a/debian/rules b/debian/rules
index c618419..6f776b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,8 @@
 
 include /usr/share/quilt/quilt.make
 
-configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	touch configure-stamp
-
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	convert simutrans.ico debian/simutrans.xpm
 
@@ -27,7 +22,7 @@ build-stamp: configure-stamp
 
 # `make clean' will fail if there is no config.default, so make sure
 # we have one
-clean: configure clean-patched unpatch
+clean: $(QUILT_STAMPFN) clean-patched unpatch
 clean-patched:
 	dh_testdir
 

-- 
transportation simulator



More information about the Pkg-games-commits mailing list