X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/02c378f34a03892e2db0277f6a9a64c1dc38b85a..51d4c36b227d9bec03a5bf9e049aabd80ad5cb60:/debian/rules diff --git a/debian/rules b/debian/rules index 269f851..028189f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #! /usr/bin/make -f -BUILDDIR = debian/build - -%:; dh $@ --builddirectory=$(BUILDDIR) +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build +%:; dh $@ $(DH_OPTIONS) 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