diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-10-02 23:19:14 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-10-02 23:19:14 +0100 |
commit | 187bc8fad70032a688e26e7d6814b5e21fa50123 (patch) | |
tree | fee3f5921d10a5e9175e8a9841d7b665e631717c | |
parent | 0afaee4cf49fc28333eeeefc09653c47e33b88b8 (diff) | |
download | libconfig-187bc8fad70032a688e26e7d6814b5e21fa50123.tar.gz |
Enable parallel build (Closes: 759581)
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
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 <jmccrohan@gmail.com> 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 |