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

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



Author: branden
Date: 2003-12-24 18:32:23 -0500 (Wed, 24 Dec 2003)
New Revision: 873

Modified:
   branches/4.3.0/sid/debian/rules
Log:
Check for fuzz or offsets in the patches applied to the build tree, and do
not let the actual build commence if there are any.


Modified: branches/4.3.0/sid/debian/rules
===================================================================
--- branches/4.3.0/sid/debian/rules	2003-12-24 23:16:13 UTC (rev 872)
+++ branches/4.3.0/sid/debian/rules	2003-12-24 23:32:23 UTC (rev 873)
@@ -196,6 +196,11 @@
 $(STAMP_DIR)/stamp-build: $(patched) $(STAMP_DIR)/genscripts
 	dh_testdir
 
+	# I am more anal than the dbs package maintainer about diffs, it seems.
+	if egrep -il '(fuzz|offset)' stampdir/log/patches/*; then \
+	  echo "The above patches had fuzz or offsets.  Please fix." >&2; \
+	  exit 1; \
+	fi
 	# copy Xft stuff into exports/{lib,include} so we don't have to pull
 	# in -L/usr/include and other, similarly ugly, stuff (including, but
 	# not limited to, -I/usr/include).



Reply to: