r15509 - in packages/trunk/gnujump/debian: . patches

Evgeni Golov evgeni at moszumanska.debian.org
Sun Aug 16 10:39:49 UTC 2015


Author: evgeni
Date: 2015-08-16 10:39:49 +0000 (Sun, 16 Aug 2015)
New Revision: 15509

Added:
   packages/trunk/gnujump/debian/patches/ax_check_glu-typo.patch
Modified:
   packages/trunk/gnujump/debian/changelog
   packages/trunk/gnujump/debian/patches/series
Log:
Fix a typo in acinclude.m4 which led to FTBFS


Modified: packages/trunk/gnujump/debian/changelog
===================================================================
--- packages/trunk/gnujump/debian/changelog	2015-08-16 10:34:18 UTC (rev 15508)
+++ packages/trunk/gnujump/debian/changelog	2015-08-16 10:39:49 UTC (rev 15509)
@@ -7,6 +7,14 @@
   * Fix build reproducibility issues due to use of imagemagick
     Closes: #778968
 
+  [ Evgeni Golov ]
+  * Fix a typo in acinclude.m4 which led to FTBFS when autoconf-archive
+    was installed.
+    Thanks to Martin Michlmayr <tbm at hp.com> for reporting and
+    James Cowgill <james410 at cowgill.org.uk> for debugging and providing
+    the patch.
+    Closes: #791540
+
  -- Bas Wijnen <wijnen at debian.org>  Mon, 06 Oct 2014 00:04:48 -0400
 
 gnujump (1.0.8-2) unstable; urgency=medium

Added: packages/trunk/gnujump/debian/patches/ax_check_glu-typo.patch
===================================================================
--- packages/trunk/gnujump/debian/patches/ax_check_glu-typo.patch	                        (rev 0)
+++ packages/trunk/gnujump/debian/patches/ax_check_glu-typo.patch	2015-08-16 10:39:49 UTC (rev 15509)
@@ -0,0 +1,12 @@
+diff -u -r a/acinclude.m4 b/acinclude.m4
+--- a/acinclude.m4	2008-08-11 14:04:47.000000000 +0100
++++ b/acinclude.m4	2015-08-14 12:22:49.825670506 +0100
+@@ -273,7 +273,7 @@
+ AC_SUBST([GL_LIBS])
+ ])dnl
+ 
+-C_DEFUN([AX_CHECK_GLU],
++AC_DEFUN([AX_CHECK_GLU],
+ [AC_REQUIRE([AX_CHECK_GL])dnl
+ AC_REQUIRE([AC_PROG_CXX])dnl
+ GLU_CFLAGS="${GL_CFLAGS}"

Modified: packages/trunk/gnujump/debian/patches/series
===================================================================
--- packages/trunk/gnujump/debian/patches/series	2015-08-16 10:34:18 UTC (rev 15508)
+++ packages/trunk/gnujump/debian/patches/series	2015-08-16 10:39:49 UTC (rev 15509)
@@ -5,3 +5,4 @@
 05_full_build.patch
 06_link_against_-lm_.patch
 07_getenv_NULL.patch
+ax_check_glu-typo.patch




More information about the Pkg-games-commits mailing list