From f3c9d86cf79c4736eaee91ceb2b1c1cb7857b87c Mon Sep 17 00:00:00 2001
From: "Steinar H. Gunderson" <sesse@debian.org>
Date: Thu, 4 Jan 2007 15:56:42 +0100
Subject: [PATCH] Imported Debian patch 1.0.10-6~quilt.6

---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bfdfc64..98c0e05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nfs-utils (1:1.0.10-6~quilt.6) experimental; urgency=low
+
+  * Make build depend on "patch build-stamp", not "build-stamp patch", which
+    would build without _any_ patches -- ouch.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 15:56:42 +0100
+
 nfs-utils (1:1.0.10-6~quilt.5) experimental; urgency=low
 
   * Make quilt build-dependency versioned to (>= 0.40), as per lintian
diff --git a/debian/rules b/debian/rules
index 197c3fc..663e711 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/quilt/quilt.make
 # Temporary root
 DEBTMP := $(CURDIR)/debian/tmp
 
-build: build-stamp patch
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 	CFLAGS="-g -O2 -Wall" ./configure \
-- 
2.39.5