X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Frules;h=cea6176ad37d2dad1a80c428a50238d0e3eb539f;hp=94c635f8253c8bbae0ed7a26f3576bca83c2b3f8;hb=refs%2Ftags%2Fdebian%2F1%251.0.7-4;hpb=4b00650283c8e87e9e0326a4bd42faae2d69f9f0 diff --git a/debian/rules b/debian/rules index 94c635f..cea6176 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Copyright (c) 2005 by Anibal Monsalve Salazar. -# Uncomment this to turn on verbose mode. +#export DH_COMPAT=5 export DH_VERBOSE=1 # You can use gcc 2.7.2 if it's installed, @@ -23,6 +22,9 @@ build-stamp: dh_testdir # Add here commands to compile the package. + -test -r /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess config.guess + autoconf $(SETGCC) ./configure \ --mandir='$${prefix}/share/man' \ --enable-secure-statd @@ -34,7 +36,10 @@ clean: dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. + -test -r /usr/share/misc/config.sub && rm -f config.sub + -test -r /usr/share/misc/config.guess && rm -f config.guess -$(MAKE) distclean + rm -f config.log configure dh_clean # Build architecture-independent files here. @@ -63,7 +68,7 @@ binary-arch: build rm -rf tmp/var/lib/nfs/*; \ cp --preserve=timestamps etc.exports tmp/etc/exports # Fixups End Here # - dh_installdocs -A README + dh_installdocs -A dh_installexamples # dh_installmenu dh_installinit -n @@ -74,7 +79,6 @@ binary-arch: build dh_strip dh_compress dh_fixperms - dh_installdebconf dh_installdeb # dh_makeshlibs dh_shlibdeps