[mapnik] 06/06: Disable parallel builds on alpha, hurd-i386 & kfreebsd-* too.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Feb 7 00:47:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapnik.
commit 485ddfb878df5856ab8287ea95a275c886af76a9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Feb 7 01:44:39 2016 +0100
Disable parallel builds on alpha, hurd-i386 & kfreebsd-* too.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 58232f8..9b9d923 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mapnik (3.0.9+ds-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.7, no changes.
* Override dh_strip to not generate automatic dbgsym packages,
those debug files have no debug symbols.
+ * Disable parallel builds on alpha, hurd-i386 & kfreebsd-* too.
-- Bas Couwenberg <sebastic at debian.org> Fri, 05 Feb 2016 21:12:05 +0100
diff --git a/debian/rules b/debian/rules
index 8bdf14a..f63cb3b 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 armhf"
+NO_PARALLEL_ARCHS = "arm64 armel armhf alpha hurd-i386 kfreebsd-i386 kfreebsd-amd64"
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
More information about the Pkg-grass-devel
mailing list