This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 4c889af633a73166b2710d325f291e6068e491a7
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Wed Nov 11 22:23:34 2015 +0100

    Disable parallel builds on armhf too.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 79a9793..09c4a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.9~rc2+ds-1~exp2) UNRELEASED; urgency=medium
+
+  * Disable parallel builds on armhf too.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Wed, 11 Nov 2015 22:23:13 +0100
+
 mapnik (3.0.9~rc2+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/rules b/debian/rules
index 649fcaf..31ceb06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ endif
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 # Disable parallel builds for problematic architectures
-NO_PARALLEL_ARCHS = "arm64 armel"
+NO_PARALLEL_ARCHS = "arm64 armel armhf"
 
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
        # From mapnik (3.0.8+ds-1ubuntu1):

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to