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

X Strike Force XFree86 SVN commit: rev 878 - branches/4.3.0/sid/debian



Author: branden
Date: 2003-12-31 14:34:49 -0500 (Wed, 31 Dec 2003)
New Revision: 878

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/rules
Log:
Fix syntax error in build-server (thanks, David Schmitt).
(Closes: #225408)


Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog	2003-12-31 12:04:01 UTC (rev 877)
+++ branches/4.3.0/sid/debian/changelog	2003-12-31 19:34:49 UTC (rev 878)
@@ -10,8 +10,12 @@
                 (#6006, Matthias Scheler).
     - debian/patches/000_stolen_from_HEAD_i830_driver.diff: resync offsets
 
- -- Branden Robinson <branden@debian.org>  Wed, 24 Dec 2003 18:34:08 -0500
+  * Fix syntax error in build-server (thanks, David Schmitt).
+    (Closes: #225408)
+    - debian/rules
 
+ -- Branden Robinson <branden@debian.org>  Wed, 31 Dec 2003 14:32:57 -0500
+
 xfree86 (4.3.0-0pre1v5) experimental; urgency=low
 
   * Grab fixes to upstream CVS xf-4_3-branch since last pull.

Modified: branches/4.3.0/sid/debian/rules
===================================================================
--- branches/4.3.0/sid/debian/rules	2003-12-31 12:04:01 UTC (rev 877)
+++ branches/4.3.0/sid/debian/rules	2003-12-31 19:34:49 UTC (rev 878)
@@ -505,7 +505,7 @@
 	for DIR in config extras include util \
 	           lib/GL lib/Xau lib/Xdmcp lib/font lib/xkbfile lib/xtrans \
 	           programs/Xserver; do \
-	  mkdir -p $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR); \
+	  mkdir -p $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \
 	  cp -drs $(SOURCE_TREE)/$$DIR $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \
 	done
 ifndef test_rules



Reply to: