From 1ed351ec62f424339ca48fe66a3fe85d4d540031 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 25 Jan 2007 11:38:01 +0100 Subject: [PATCH] Imported Debian patch 1.0.11~git-20060117-2 --- debian/changelog | 7 +++++++ debian/rules | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c737af3..8960113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nfs-utils (1:1.0.11~git-20060117-2) experimental; urgency=low + + * Give --with-tcp-wrappers to configure; for some reason it is no longer the + default. (Closes: #408365) + + -- Steinar H. Gunderson Thu, 25 Jan 2007 11:38:01 +0100 + nfs-utils (1:1.0.11~git-20060117-1) experimental; urgency=low * New upstream snapshot; only minor changes. diff --git a/debian/rules b/debian/rules index 663e711..877e659 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,8 @@ build-stamp: dh_testdir CFLAGS="-g -O2 -Wall" ./configure \ --mandir='$${prefix}/share/man' \ - --enable-secure-statd + --enable-secure-statd \ + --with-tcp-wrappers $(MAKE) touch build-stamp -- 2.39.2