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

X Strike Force X.Org X11 SVN commit: r583 - branches/6.9/debian



Author: dnusinow
Date: 2005-09-03 13:19:20 -0500 (Sat, 03 Sep 2005)
New Revision: 583

Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/rules
Log:
+ Typofix to allow dpkg-buildpackage -nc to work


Modified: branches/6.9/debian/changelog
===================================================================
--- branches/6.9/debian/changelog	2005-09-03 18:16:27 UTC (rev 582)
+++ branches/6.9/debian/changelog	2005-09-03 18:19:20 UTC (rev 583)
@@ -71,9 +71,10 @@
   * Tighten up debian/rules to allow more flexibility
     + Test things in prepare and patch targets so they don't fail when we've
       interrupted a build for some reason and we attempt to re-run them
+    + Typofix to allow dpkg-buildpackage -nc to work
   * We no longer build or ship xlibs-dev
 
- -- David Nusinow <dnusinow@debian.org>  Thu,  1 Sep 2005 23:39:33 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sat,  3 Sep 2005 14:17:36 -0400
 
 xorg-x11 (6.8.2.dfsg.1-5+SVN) UNRELEASED; urgency=low
 

Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules	2005-09-03 18:16:27 UTC (rev 582)
+++ branches/6.9/debian/rules	2005-09-03 18:19:20 UTC (rev 583)
@@ -198,7 +198,7 @@
 	if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
 	  echo "successful."; \
 	else \
-	  if [ ! grep '^File series fully applied' $(STAMP_DIR)/log/patch > /dev/null]; then \
+	  if [ ! grep '^File series fully applied' $(STAMP_DIR)/log/patch > /dev/null ]; then \
 		echo "failed! (check $(STAMP_DIR)/log/patch for details)"; \
 		exit 1; \
 	  fi; \



Reply to: