X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/02c378f34a03892e2db0277f6a9a64c1dc38b85a..e34ec1c255cf9c31b322bafc4b396d067c4b558a:/debian/rules diff --git a/debian/rules b/debian/rules index 269f851..0c0cde0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #! /usr/bin/make -f -BUILDDIR = debian/build - -%:; dh $@ --builddirectory=$(BUILDDIR) +DH_OPTIONS = -Bdebian/build +%:; dh $@ $(DH_OPTIONS) --without autoreconf override_dh_auto_install: - make -C$(BUILDDIR) install DESTDIR=../cfd/ + dh_auto_install $(addprefix -O,$(DH_OPTIONS)) rm -f debian/cfd/usr/share/info/dir