r16035 - packages/trunk/0ad/debian
Ludovic Rousseau
rousseau at moszumanska.debian.org
Fri Oct 27 20:55:00 UTC 2017
Author: rousseau
Date: 2017-10-27 20:55:00 +0000 (Fri, 27 Oct 2017)
New Revision: 16035
Modified:
packages/trunk/0ad/debian/changelog
packages/trunk/0ad/debian/control
Log:
Fix "0ad FTBFS with on armhf with gcc 7: error: call of overloaded
'abs(unsigned int)' is ambiguous" by removing support of armhf
(Closes: #879071)
Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2017-10-27 14:23:57 UTC (rev 16034)
+++ packages/trunk/0ad/debian/changelog 2017-10-27 20:55:00 UTC (rev 16035)
@@ -1,5 +1,8 @@
0ad (0.0.22-2) unstable; urgency=medium
+ * Fix "0ad FTBFS with on armhf with gcc 7: error: call of overloaded
+ 'abs(unsigned int)' is ambiguous" by removing support of armhf
+ (Closes: #879071)
* remove support of arm64 because of FTBFS in spidermonkey/mozjs-38.0.0
https://buildd.debian.org/status/fetch.php?pkg=0ad&arch=arm64&ver=0.0.22-1&stamp=1508351579&raw=0
Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control 2017-10-27 14:23:57 UTC (rev 16034)
+++ packages/trunk/0ad/debian/control 2017-10-27 20:55:00 UTC (rev 16035)
@@ -35,7 +35,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/0ad/
Package: 0ad
-Architecture: amd64 armhf i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
0ad-data (>= ${source:Upstream-Version}),
More information about the Pkg-games-commits
mailing list