r15460 - packages/trunk/garden-of-coloured-lights/debian

Vincent Cheng vcheng at moszumanska.debian.org
Mon Jun 29 05:14:32 UTC 2015


Author: vcheng
Date: 2015-06-29 05:14:32 +0000 (Mon, 29 Jun 2015)
New Revision: 15460

Modified:
   packages/trunk/garden-of-coloured-lights/debian/changelog
   packages/trunk/garden-of-coloured-lights/debian/rules
Log:
garden-of-coloured-lights: fix gcc-5/clang ftbfs by building with -std=gnu89 (to force usage of gnu89 inline semantics)


Modified: packages/trunk/garden-of-coloured-lights/debian/changelog
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/changelog	2015-06-29 05:10:08 UTC (rev 15459)
+++ packages/trunk/garden-of-coloured-lights/debian/changelog	2015-06-29 05:14:32 UTC (rev 15460)
@@ -3,6 +3,8 @@
   * New upstream release.
     - Drop configure-ac.patch, applied upstream.
     - Refresh remaining patches.
+  * Build with -std=gnu89 to force gnu89 inline semantics, fixing FTBFS with
+    both clang and gcc 5. (Closes: #757422, #777859)
   * Document controls and config in man page. Thanks for the patch, Jacob!
     (Closes: #775383)
   * Update to Standards version 3.9.6, no changes required.

Modified: packages/trunk/garden-of-coloured-lights/debian/rules
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/rules	2015-06-29 05:10:08 UTC (rev 15459)
+++ packages/trunk/garden-of-coloured-lights/debian/rules	2015-06-29 05:14:32 UTC (rev 15460)
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_CFLAGS_MAINT_APPEND=-std=gnu89
+
 %:
 	dh $@ --with autoreconf




More information about the Pkg-games-commits mailing list