[freeorion] 01/03: Reduce amount of parallel jobs to prevent a FTBFS

Markus Koschany apo-guest at moszumanska.debian.org
Sun Aug 30 11:15:21 UTC 2015


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

apo-guest pushed a commit to branch vivid-ppa
in repository freeorion.

commit ddd88c19cc99cec0f91503c2b27d914f71dd5a81
Author: Markus Koschany <apo at gambaru.de>
Date:   Sat Mar 28 12:32:02 2015 +0100

    Reduce amount of parallel jobs to prevent a FTBFS
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 56636d2..7549630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeorion (0.4.4+git20150327-1~ppa1~vivid2) vivid; urgency=medium
+
+  * Reduce amount of parallel jobs to prevent a FTBFS.
+
+ -- Markus Koschany <apo at gambaru.de>  Sat, 28 Mar 2015 12:31:02 +0100
+
 freeorion (0.4.4+git20150327-1~ppa1~vivid1) vivid; urgency=medium
 
   * Rebuild for Vivid Vervet.
diff --git a/debian/rules b/debian/rules
index 95c76fe..2ea4b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
 VER := $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
-WEAK_HOSTS := armel armhf mips mipsel
+WEAK_HOSTS := armel armhf mips mipsel amd64 i386
 UURL := https://github.com/freeorion/freeorion.git
 PKG := freeorion
 COMMIT := cab4aa243552328e71de55f45bc11fc189930494
@@ -12,7 +12,7 @@ REV := $(shell echo $(COMMIT) | cut -c1-6)
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(WEAK_HOSTS)))
 	MAX  := 1
-	TYPE := MinSizeRel
+	TYPE := RelWithDebInfo
 else
 	MAX  := 4
 	TYPE := RelWithDebInfo

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



More information about the Pkg-games-commits mailing list