[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r201 - trunk/debian



Author: branden
Date: 2005-06-14 01:39:35 -0500 (Tue, 14 Jun 2005)
New Revision: 201

Modified:
   trunk/debian/rules
Log:
Drop configure target from debian/rules.  It's not used for anything, isn't
required by Debian Policy, and serves only to make a complicated file more
complex.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-06-14 00:49:37 UTC (rev 200)
+++ trunk/debian/rules	2005-06-14 06:39:35 UTC (rev 201)
@@ -128,7 +128,7 @@
 # over, you would have to remove the stamp manually.  Now, just do
 # 'debian/rules <target> <target> ... FORCE=1', and the stamp files
 # that match the given targets will be removed automagically.
-stampdir_targets=genscripts configure patch-audit check-manifest
+stampdir_targets=genscripts patch-audit check-manifest
 stampdir_targets+=build install binary-arch binary-indep
 stampdir_targets+=build-server install-server binary-server
 ifdef FORCE
@@ -216,10 +216,6 @@
 updatepo: debian/po/pothead
 	debian/scripts/debconf-updatepo --pot-header=pothead --verbose
 
-configure: $(STAMP_DIR)/configure
-$(STAMP_DIR)/configure: setup
-	dh_testdir
-
 # I am more anal than the dbs package maintainer about diffs, it seems.
 patch-audit: $(STAMP_DIR)/patch-audit
 $(STAMP_DIR)/patch-audit: setup
@@ -775,7 +771,7 @@
 .PHONY: genscripts cleanscripts
 .PHONY: updatepo
 .PHONY: patch-audit
-.PHONY: clean configure install
+.PHONY: clean install
 .PHONY: build build-arch-only build-all real-build
 .PHONY: binary binary-arch binary-indep
 .PHONY: check-manifest check-manifest-arch check-manifest-indep



Reply to: