This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository freeorion.
commit da61f388a79adfb154076c3b4820c20a737c860f Author: Markus Koschany <[email protected]> Date: Mon Aug 24 23:20:56 2015 +0200 Stop building on architectures which regularly fail to build FreeOrion. This includes mips and mipsel. Apparently their auto-builders cannot provide enough memory which causes frequent FTBFS. --- debian/control | 2 +- debian/copyright | 1 - debian/freeorion-data.links | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index ac9bc6e..5677adf 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-games/freeorion.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/freeorion.git Package: freeorion -Architecture: linux-any +Architecture: alpha amd64 arm64 armel armhf hppa i386 powerpc ppc64 ppc64el s390x sparc64 x32 Depends: freeorion-data (= ${source:Version}), ${misc:Depends}, diff --git a/debian/copyright b/debian/copyright index 9e83f1a..de853cf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -656,4 +656,3 @@ License: DejaVu-License . fr. . $Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $ - diff --git a/debian/freeorion-data.links b/debian/freeorion-data.links index df09c29..529ced2 100644 --- a/debian/freeorion-data.links +++ b/debian/freeorion-data.links @@ -1,5 +1,5 @@ -/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf /usr/share/games/freeorion/default/DejaVuSans-BoldOblique.ttf +/usr/share/doc/freeorion-data/copyright /usr/share/games/freeorion/default/COPYING /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf /usr/share/games/freeorion/default/DejaVuSans-Bold.ttf +/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf /usr/share/games/freeorion/default/DejaVuSans-BoldOblique.ttf /usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf /usr/share/games/freeorion/default/DejaVuSans-Oblique.ttf /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf /usr/share/games/freeorion/default/DejaVuSans.ttf -/usr/share/doc/freeorion-data/copyright /usr/share/games/freeorion/default/COPYING -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeorion.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

