[med-svn] r11284 - in trunk/packages/maqview/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Fri Jun 8 07:22:54 UTC 2012


Author: tille
Date: 2012-06-08 07:22:53 +0000 (Fri, 08 Jun 2012)
New Revision: 11284

Added:
   trunk/packages/maqview/trunk/debian/patches/fix-hurd-build.patch
Modified:
   trunk/packages/maqview/trunk/debian/changelog
   trunk/packages/maqview/trunk/debian/patches/series
Log:
FIx FTBFS under Hurd


Modified: trunk/packages/maqview/trunk/debian/changelog
===================================================================
--- trunk/packages/maqview/trunk/debian/changelog	2012-06-08 07:18:17 UTC (rev 11283)
+++ trunk/packages/maqview/trunk/debian/changelog	2012-06-08 07:22:53 UTC (rev 11284)
@@ -2,6 +2,10 @@
 
   * debian/watch: call debian/get-orig-source
   * debian/get-orig-source: Enable download directly from uscan
+  * debian/patches/fix-hurd-build.patch: Enable building under
+    GNU/Hurd (Thanks to Cyril Roelandt <tipecaml at gmail.com> for the
+    patch)
+    Closes: #675622
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Jun 2012 09:13:46 +0200
 

Added: trunk/packages/maqview/trunk/debian/patches/fix-hurd-build.patch
===================================================================
--- trunk/packages/maqview/trunk/debian/patches/fix-hurd-build.patch	                        (rev 0)
+++ trunk/packages/maqview/trunk/debian/patches/fix-hurd-build.patch	2012-06-08 07:22:53 UTC (rev 11284)
@@ -0,0 +1,16 @@
+Description: Enable build under GNU/Hurd
+Author: Cyril Roelandt <tipecaml at gmail.com>
+Last-Update: Sat, 2 Jun 2012 15:21:02 UTC
+Bug-Closed: http://bugs.debian.org/675622
+
+--- maqview-0.2.5.orig/configure.ac
++++ maqview-0.2.5/configure.ac
+@@ -24,7 +24,7 @@
+   darwin*)
+     GLLIBS="-framework OpenGL -framework GLUT"
+ 	AC_CHECK_HEADER(GLUT/glut.h, [isgl=1], [isgl=0]);;
+-  linux*)
++  linux*|gnu*)
+     AC_CHECK_HEADER(GL/glut.h, [isgl=1], [isgl=0])
+     case "${host_cpu}" in
+ 	  i?86) CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64";;

Modified: trunk/packages/maqview/trunk/debian/patches/series
===================================================================
--- trunk/packages/maqview/trunk/debian/patches/series	2012-06-08 07:18:17 UTC (rev 11283)
+++ trunk/packages/maqview/trunk/debian/patches/series	2012-06-08 07:22:53 UTC (rev 11284)
@@ -1,3 +1,4 @@
 fix-gcc-4.5.patch
 gcc-4.7.patch
 use-dpkg-buildflags.patch
+fix-hurd-build.patch




More information about the debian-med-commit mailing list