From 187bc8fad70032a688e26e7d6814b5e21fa50123 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 2 Oct 2014 23:19:14 +0100 Subject: Enable parallel build (Closes: 759581) --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9faf76e..f696ea2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libconfig (1.4.9-3) UNRELEASED; urgency=medium * Split documentation build into -indep target (Closes: #759582) - Thanks to Pino Toscano for the patch + * Enable parallel build (Closes: 759581) + - Thanks to Pino Toscano for the patch -- Jonathan McCrohan Thu, 02 Oct 2014 23:14:30 +0100 diff --git a/debian/rules b/debian/rules index 0c60e34..78649d6 100755 --- a/debian/rules +++ b/debian/rules @@ -11,4 +11,4 @@ override_dh_strip: dh_strip -p libconfig++9 --dbg-package=libconfig++-dbg %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf -- cgit v1.2.3