r4909 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Dec 12 02:04:51 UTC 2007


Author: kibi-guest
Date: 2007-12-12 02:04:50 +0000 (Wed, 12 Dec 2007)
New Revision: 4909

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
Remove configure* targets from debian/rules

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2007-12-12 02:02:31 UTC (rev 4908)
+++ packages/trunk/boswars/debian/changelog	2007-12-12 02:04:50 UTC (rev 4909)
@@ -13,6 +13,7 @@
     more generic (independent of the version number).
   * Copy and rename an icon from the source, to be used as desktop icon.
   * Bump Standards-Version to 3.7.3 (no change needed).
+  * Remove unneeded configure* targets.
 
   [ Barry deFreese ]
   * New upstream release (from 2.4 to 2.4.1).

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-12-12 02:02:31 UTC (rev 4908)
+++ packages/trunk/boswars/debian/rules	2007-12-12 02:04:50 UTC (rev 4909)
@@ -24,27 +24,16 @@
 	CFLAGS += -O2
 endif
 
-configure: configure-stamp
-configure-stamp: patch
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
 #Architecture
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp
-
+build-arch-stamp:
 	scons CCFLAGS=$(CCFLAGS)
-
 	touch $@
 
 build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp
-
+build-indep-stamp:
 	# Adjust the permissions
 	chmod +x languages/makesame.py
 
@@ -56,7 +45,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-arch-stamp build-indep-stamp configure-stamp
+	rm -f build-arch-stamp build-indep-stamp
 
 	# Add here commands to clean up after the build process.
 	-scons -c
@@ -138,4 +127,4 @@
 	rm -rf boswars-$(UPSTREAM_VERSION).orig
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch get-orig-source




More information about the Pkg-games-commits mailing list