Author: vincentc-guest Date: 2013-09-07 07:09:39 +0000 (Sat, 07 Sep 2013) New Revision: 14548
Modified: packages/trunk/0ad/debian/changelog packages/trunk/0ad/debian/control Log: 0ad: Update to release 0.0.14-2; enable build on armel, armhf Modified: packages/trunk/0ad/debian/changelog =================================================================== --- packages/trunk/0ad/debian/changelog 2013-09-07 01:26:48 UTC (rev 14547) +++ packages/trunk/0ad/debian/changelog 2013-09-07 07:09:39 UTC (rev 14548) @@ -1,3 +1,12 @@ +0ad (0.0.14-2) unstable; urgency=low + + * Tighten build dependency on libnvtt-dev to >= 2.0.8-1+dfsg-4 to ensure + that amd64 builds of 0ad do not FTBFS on certain hardware. See #713966 + for details. + * Build 0ad for armel and armhf. + + -- Vincent Cheng <[email protected]> Fri, 06 Sep 2013 23:00:24 -0700 + 0ad (0.0.14-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/0ad/debian/control =================================================================== --- packages/trunk/0ad/debian/control 2013-09-07 01:26:48 UTC (rev 14547) +++ packages/trunk/0ad/debian/control 2013-09-07 07:09:39 UTC (rev 14548) @@ -14,7 +14,7 @@ libenet-dev (>= 1.3), libjpeg-dev, libmozjs185-dev, - libnvtt-dev, + libnvtt-dev (>= 2.0.8-1+dfsg-4), libogg-dev, libopenal-dev, libpng-dev, @@ -31,7 +31,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/0ad/ Package: 0ad -Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 +Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 Pre-Depends: dpkg (>= 1.15.6~) Depends: 0ad-data (>= ${source:Upstream-Version}), @@ -52,7 +52,7 @@ Package: 0ad-dbg Section: debug Priority: extra -Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 +Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 Pre-Depends: dpkg (>= 1.15.6~) Depends: 0ad (= ${binary:Version}), ${misc:Depends} Description: Real-time strategy game of ancient warfare (debug) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

