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

X Strike Force XFree86 SVN commit: r1142 - trunk/debian



Author: branden
Date: 2004-03-07 16:04:00 -0500 (Sun, 07 Mar 2004)
New Revision: 1142

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Fix build-server's stamp rule to depend on patch-audit's stamp rule, not
patch-audit itself (thanks, Daniel Jacobowitz).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-03-07 20:40:39 UTC (rev 1141)
+++ trunk/debian/changelog	2004-03-07 21:04:00 UTC (rev 1142)
@@ -6,8 +6,12 @@
     Jacobowitz).
     - debian/rules
 
- -- Branden Robinson <branden@debian.org>  Sun,  7 Mar 2004 15:39:07 -0500
+  * Fix build-server's stamp rule to depend on patch-audit's stamp rule, not
+    patch-audit itself (thanks, Daniel Jacobowitz).
+    - debian/rules
 
+ -- Branden Robinson <branden@debian.org>  Sun,  7 Mar 2004 16:02:54 -0500
+
 xfree86 (4.3.0-5) unstable; urgency=medium
 
   * Urgency due to fix for FTBFS on some architectures.

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-03-07 20:40:39 UTC (rev 1141)
+++ trunk/debian/rules	2004-03-07 21:04:00 UTC (rev 1142)
@@ -498,7 +498,7 @@
 
 # DO NOT CHANGE THIS RULE WITHOUT CHECKING FOR SYNCHRONICITY WITH THE build RULE ABOVE
 build-server: $(STAMP_DIR)/build-server
-$(STAMP_DIR)/build-server: patch-audit $(STAMP_DIR)/genscripts
+$(STAMP_DIR)/build-server: $(STAMP_DIR)/patch-audit $(STAMP_DIR)/genscripts
 	dh_testdir
 	# create source tree for static, debuggable XFree86 server
 	cp -drl $(SOURCE_TREE) $(SOURCE_TREE)-xserver-xfree86-dbg



Reply to: