From f928435274e4e1325daa90fc051650115f0256b8 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 4 Jan 2016 15:09:41 -0500 Subject: [PATCH] debian/rules: Allow parallel build Signed-off-by: Anders Kaseorg --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5dc64be..dbfe544 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector -include /usr/share/dpkg/buildflags.mk %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- \