From b289d165dbd6b472babb63e6c09d455616007250 Mon Sep 17 00:00:00 2001 From: Carlos Maddela Date: Thu, 31 Jan 2019 05:06:04 +1100 Subject: [PATCH] Fix dh_auto_build overrides to take advantage of parallel builds. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4e5365..dc771b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ dvdisaster (0.79.5-7) UNRELEASED; urgency=medium * Simplify process by which mutable files are backed up and restored. * Build as verbosely as possible. * Fix location of manual. + * Fix dh_auto_build overrides to take advantage of parallel builds. -- Carlos Maddela Thu, 31 Jan 2019 03:58:19 +1100 diff --git a/debian/rules b/debian/rules index 33537cb..8ec46ca 100755 --- a/debian/rules +++ b/debian/rules @@ -44,10 +44,10 @@ override_dh_auto_configure: --with-embedded-src-path=no override_dh_auto_build-arch: - make all + dh_auto_build -a -- all override_dh_auto_build-indep: - make manual + dh_auto_build -i -- manual override_dh_auto_install-arch: dh_auto_install -a -- BUILDROOT=$(BUILDROOT)