From: nbk Date: Sun, 27 Nov 2005 15:14:51 +0000 (+0000) Subject: Pull a few downstream fixes: X-Git-Tag: release_2_0_0_pre1~802 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=252031a6386545c24630bac3158e23e804bce77b;p=freeradius.git Pull a few downstream fixes: - don't rerun configure during the build. - don't install CVS files. - add phony targets. --- diff --git a/debian/rules b/debian/rules index 59c5b89..0fcae7f 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,8 @@ endif # Libtool won't play nice, so we won't play at all export RLM_EAP_LINK_MODE = -static -build-simple stamp-build: patch +build-simple: stamp-build +stamp-build: stamp-patch dh_testdir # dh_testroot ./configure \ @@ -83,7 +84,7 @@ binary-indep: stamp-build dh_clean -i -k dh_installdirs -i # Dialup-Admin - dh_installdocs -p freeradius-dialupadmin dialup_admin/README dialup_admin/doc/* + dh_installdocs -p freeradius-dialupadmin -XCVS dialup_admin/README dialup_admin/doc/* dh_installchangelogs -p freeradius-dialupadmin dialup_admin/Changelog dh_installexamples -p freeradius-dialupadmin dialup_admin/bin/dialup_admin.cron dh_install -p freeradius-dialupadmin -XCVS dialup_admin/conf/* etc/freeradius-dialupadmin/ @@ -245,4 +246,4 @@ unpatch: dpatch deapply-all rm -rf stamp-patch debian/patched -.PHONY: binary binary-arch binary-indep clean sanitycheck autotools +.PHONY: binary binary-arch binary-indep clean clean-patched sanitycheck autotools build build-simple patch unpatch