From: Steinar H. Gunderson Date: Thu, 25 Jan 2007 10:38:01 +0000 (+0100) Subject: Imported Debian patch 1.0.11~git-20060117-2 X-Git-Tag: debian/1%1.0.11_git-20060117-2^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=1ed351ec62f424339ca48fe66a3fe85d4d540031;ds=sidebyside Imported Debian patch 1.0.11~git-20060117-2 --- 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