X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Frules;h=cea6176ad37d2dad1a80c428a50238d0e3eb539f;hp=4c8834b9a972912d7581f23fab1e91b3b357b29b;hb=refs%2Ftags%2Fdebian%2F1%251.0.7-4;hpb=e7c106f6008ab11558e595585fb72872b21ae624 diff --git a/debian/rules b/debian/rules index 4c8834b..cea6176 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,8 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +#export DH_COMPAT=5 +export DH_VERBOSE=1 # You can use gcc 2.7.2 if it's installed, # but I don't think that's necessary any more. @@ -22,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 @@ -33,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. @@ -46,6 +52,7 @@ binary-arch: build dh_testroot dh_clean -k dh_installdirs + dh_install # Add here commands to install the files into debian/tmp $(MAKE) install_prefix='$(DEBTMP)' install dh_movefiles @@ -61,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 @@ -72,7 +79,6 @@ binary-arch: build dh_strip dh_compress dh_fixperms - dh_installdebconf dh_installdeb # dh_makeshlibs dh_shlibdeps