r7221 - packages/trunk/adanaxisgpl/debian

Barry deFreese bddebian-guest at alioth.debian.org
Tue Jun 3 18:31:35 UTC 2008


Author: bddebian-guest
Date: 2008-06-03 18:31:34 +0000 (Tue, 03 Jun 2008)
New Revision: 7221

Modified:
   packages/trunk/adanaxisgpl/debian/changelog
   packages/trunk/adanaxisgpl/debian/rules
Log:
  * Move copying config.{sub,guess} to configure. (Closes: #482722).


Modified: packages/trunk/adanaxisgpl/debian/changelog
===================================================================
--- packages/trunk/adanaxisgpl/debian/changelog	2008-06-03 02:31:53 UTC (rev 7220)
+++ packages/trunk/adanaxisgpl/debian/changelog	2008-06-03 18:31:34 UTC (rev 7221)
@@ -1,7 +1,11 @@
 adanaxisgpl (1.2.5.dfsg.1-2) UNRELEASED; urgency=low
 
-  * Fix the watchfile 
+  [ Gonéri Le Bouder ]
+  * Fix the watchfile.
 
+  [ Barry deFreese ]
+  * Move copying config.{sub,guess} to configure. (Closes: #482722).
+
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon, 21 Apr 2008 18:50:36 +0200
 
 adanaxisgpl (1.2.5.dfsg.1-1) unstable; urgency=low

Modified: packages/trunk/adanaxisgpl/debian/rules
===================================================================
--- packages/trunk/adanaxisgpl/debian/rules	2008-06-03 02:31:53 UTC (rev 7220)
+++ packages/trunk/adanaxisgpl/debian/rules	2008-06-03 18:31:34 UTC (rev 7221)
@@ -22,6 +22,14 @@
 
 config.status: patch configure
 	dh_testdir
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
 	# Add here commands to configure the package.
 	# Mushware added bindir to the following line
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
@@ -51,13 +59,9 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
+	rm -f config.sub config.guess
+
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list