X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e24857fe5d8776a5afc81d3a05cf1e66784b26ea..37342632a8bb95fe68ece90d18b8b69263edb83b:/debian/rules diff --git a/debian/rules b/debian/rules index bbbc852..4bd7c2c 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ DH_BUILD_OVERRIDES = configure clean build install test ## How to perform build action for a particular library flavour. define flavour-build-action dh_auto_$1 -Bdebian/build-$2 \ - $(DH_OPTIONS) $(DH_OPTIONS_$2) \ + $(addprefix -O, $(DH_OPTIONS)) $(DH_OPTIONS_$2) \ $(DH_$1_OPTIONS) $(DH_$1_OPTIONS_$2) endef @@ -58,6 +58,9 @@ DH_install_OPTIONS_adns = --destdir=debian/tmp-adns ###-------------------------------------------------------------------------- ### Additional tweaks. +## Don't try to rebuild our configure script. +DH_OPTIONS += --without=autoreconf + ## Some of the install lists need to be generated. This is a little ## annoying. GEN_INSTALL_PKGS = mlib2-adns