[nco] 02/03: Limit parallel build (max-parallel=32). (closes: #844865)
Bas Couwenberg
sebastic at debian.org
Sat Nov 19 10:40:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository nco.
commit 8bd84914a1bf3e4c0d373758acaf2d90fd07d9df
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Nov 19 11:15:15 2016 +0100
Limit parallel build (max-parallel=32). (closes: #844865)
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e58965..18c44e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
nco (4.6.2-2) UNRELEASED; urgency=medium
- * Rebuild test for #844865.
+ * Limit parallel build (max-parallel=32).
+ (closes: #844865)
-- Bas Couwenberg <sebastic at debian.org> Sat, 19 Nov 2016 10:56:33 +0100
diff --git a/debian/rules b/debian/rules
index fe1f420..351cccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_configure:
--enable-udunits2
override_dh_auto_build:
- dh_auto_build
+ dh_auto_build --max-parallel=32
cd doc && $(MAKE) clean && $(MAKE) html
cd doc && $(MAKE) nco.info && sed -i 's/xmp\/fgr[0-9].png/\/usr\/share\/doc\/nco\/&/' nco.info*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git
More information about the Pkg-grass-devel
mailing list