r16065 - in packages/trunk/0ad/debian: . patches
Ludovic Rousseau
rousseau at moszumanska.debian.org
Fri Nov 24 12:43:13 UTC 2017
Author: rousseau
Date: 2017-11-24 12:43:13 +0000 (Fri, 24 Nov 2017)
New Revision: 16065
Modified:
packages/trunk/0ad/debian/changelog
packages/trunk/0ad/debian/control
packages/trunk/0ad/debian/patches/series
Log:
Add armhf back to architecture list
Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2017-11-22 22:26:43 UTC (rev 16064)
+++ packages/trunk/0ad/debian/changelog 2017-11-24 12:43:13 UTC (rev 16065)
@@ -1,3 +1,12 @@
+0ad (0.0.22-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add armhf back to architecture list.
+ * Fix "0ad FTBFS with on armhf with gcc 7: error: call of overloaded
+ 'abs(unsigned int)' is ambiguous" (Closes: #879071)
+
+ -- Peter Michael Green <plugwash at debian.org> Sun, 19 Nov 2017 02:03:24 +0000
+
0ad (0.0.22-3) unstable; urgency=medium
* remove support of kfreebsd-amd64 and kfreebsd-i386 since auto test fails
Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control 2017-11-22 22:26:43 UTC (rev 16064)
+++ packages/trunk/0ad/debian/control 2017-11-24 12:43:13 UTC (rev 16065)
@@ -35,7 +35,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/0ad/
Package: 0ad
-Architecture: amd64 i386
+Architecture: amd64 i386 armhf
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
0ad-data (>= ${source:Upstream-Version}),
Modified: packages/trunk/0ad/debian/patches/series
===================================================================
--- packages/trunk/0ad/debian/patches/series 2017-11-22 22:26:43 UTC (rev 16064)
+++ packages/trunk/0ad/debian/patches/series 2017-11-24 12:43:13 UTC (rev 16065)
@@ -1,3 +1,4 @@
enable-hardening-relro.patch
allow-build-with-root.patch
fix-bindir.patch
+armhf-wchar-signedness.patch
More information about the Pkg-games-commits
mailing list