From 28670a135234435ee489b0f4fb6e2ec622baa423 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 16 Jun 2013 00:04:24 +0100 Subject: [PATCH] debian/rules: Spruce up somewhat. --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 269f851..4cf60b1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #! /usr/bin/make -f -BUILDDIR = debian/build - -%:; dh $@ --builddirectory=$(BUILDDIR) +DH_OPTIONS = --parallel -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 -- 2.11.0