X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=d612ec578325925edd040c1e217edf6aaee6c261;hb=410aa3c45a5bc76741d68b83e93ceedb08e84854;hp=1386ba1d852008e102e3188c2384b238f273017c;hpb=2dd083c5bdb5b38729b46dc65c886c77aa5a82b9;p=nfs-utils.git diff --git a/debian/rules b/debian/rules index 1386ba1..d612ec5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #! /usr/bin/make -f -include /usr/share/quilt/quilt.make - # Parsing of DEB_BUILD_OPTIONS flags. # Note that nostrip is handled automatically by debhelper. CFLAGS := -g -Wall @@ -18,17 +16,17 @@ endif # Temporary root DEBTMP := $(CURDIR)/debian/tmp -build: patch build-stamp +build: build-stamp build-stamp: dh_testdir CFLAGS="$(CFLAGS)" ./configure \ --mandir='$${prefix}/share/man' \ - --enable-secure-statd \ + --disable-tirpc \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp