X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Frules;h=a3dabf7cf9621c30cf0f837fa034b36680a48e57;hp=e98a9d79380c178a71d731dd0ab9e80183156eb0;hb=9965619803b0296be8c5faa541a3a7f5eab9098a;hpb=579ad6946a04432d5e4412e2ea4bc6949f56c974 diff --git a/debian/rules b/debian/rules index e98a9d7..a3dabf7 100755 --- a/debian/rules +++ b/debian/rules @@ -16,13 +16,17 @@ endif # Temporary root DEBTMP := $(CURDIR)/debian/tmp -build: build-stamp +build: build-indep build-arch +build-indep: build-stamp +build-arch: build-stamp build-stamp: dh_testdir + dh_autoreconf CFLAGS="$(CFLAGS)" ./configure \ --mandir='$${prefix}/share/man' \ --enable-nfsv41 \ --enable-ipv6 \ + --enable-libmount-mount \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp @@ -33,6 +37,7 @@ clean: rm -f build-stamp rm -rf $(DEBTMP) [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean binary-indep: build @@ -64,7 +69,7 @@ binary-arch: build dh_installdeb dh_shlibdeps dh_gencontrol - dh_md5sums + dh_md5sums -Xvar/lib dh_builddeb binary: binary-indep binary-arch