[med-svn] r15177 - in trunk/packages/libg2/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Sun Nov 10 07:32:45 UTC 2013


Author: tille
Date: 2013-11-10 07:32:45 +0000 (Sun, 10 Nov 2013)
New Revision: 15177

Modified:
   trunk/packages/libg2/trunk/debian/changelog
   trunk/packages/libg2/trunk/debian/patches/010_configure_in.diff
Log:
Patch to build on hurd


Modified: trunk/packages/libg2/trunk/debian/changelog
===================================================================
--- trunk/packages/libg2/trunk/debian/changelog	2013-11-10 07:29:21 UTC (rev 15176)
+++ trunk/packages/libg2/trunk/debian/changelog	2013-11-10 07:32:45 UTC (rev 15177)
@@ -15,6 +15,9 @@
   * debian/patches/series: drop patch stabelise_makefile.diff because
     it seems to originate from improper use of autotools-dev which is
     void now after using dh.
+  * debian/patches/010_configure_in.diff: Add change from Samuel Thibault to the
+    patch to build on HURD as well (thanks to Samuel)
+    Closes: #729186
 
  -- Andreas Tille <tille at debian.org>  Sun, 10 Nov 2013 08:12:07 +0100
 

Modified: trunk/packages/libg2/trunk/debian/patches/010_configure_in.diff
===================================================================
--- trunk/packages/libg2/trunk/debian/patches/010_configure_in.diff	2013-11-10 07:29:21 UTC (rev 15176)
+++ trunk/packages/libg2/trunk/debian/patches/010_configure_in.diff	2013-11-10 07:32:45 UTC (rev 15177)
@@ -1,7 +1,9 @@
-Author: Aurelien Jarno <aurel32 at debian.org>
-LastChanged: Tue, 1 Nov 2005 22:48:43 UTC
-BugsDebian: http://bugs.debian.org/336952
-Description: Build on FreeBSD
+Author: Aurelien Jarno <aurel32 at debian.org>,
+        Samuel Thibault <sthibault at debian.org>
+LastChanged: Sat, 9 Nov 2013 23:53:01 +0100
+BugsDebian: http://bugs.debian.org/336952,
+            http://bugs.debian.org/729186
+Description: Build on FreeBSD and Hurd
 
 --- a/configure.in
 +++ b/configure.in
@@ -10,7 +12,7 @@
  AC_CANONICAL_HOST
  case "$host" in
 -  *-linux*)
-+  *-linux* | *-k*bsd*-gnu)
++  *-linux* | *-k*bsd*-gnu | *-gnu*)
  		LD_SHARED='ld'
  		LD_SHARED_FLAGS='-shared -soname libg2.so.0'
 -		LD_SHARED_OPT=''




More information about the debian-med-commit mailing list