X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=4dccb139011325878fc68fdcdd1efac2aeb4212e;hb=d892b2a51190975af4790ed4dddb7d2bbfbd5400;hp=0eaf79217980fbabfb172a610eb47d5c9c361132;hpb=6d4b0b17c3b3bfb3af4d402d8d4e21df9fdc9f66;p=nfs-utils.git diff --git a/debian/rules b/debian/rules index 0eaf792..4dccb13 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ build-indep: build-stamp build-arch: build-stamp build-stamp: dh_testdir + dh_autoreconf CFLAGS="$(CFLAGS)" ./configure \ --mandir='$${prefix}/share/man' \ --enable-nfsv41 \ @@ -36,6 +37,7 @@ clean: rm -f build-stamp rm -rf $(DEBTMP) [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean binary-indep: build