[med-svn] r3956 - in trunk/packages/dicom3tools/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Sep 11 07:29:23 UTC 2009


Author: malat-guest
Date: 2009-09-11 07:29:22 +0000 (Fri, 11 Sep 2009)
New Revision: 3956

Modified:
   trunk/packages/dicom3tools/trunk/debian/changelog
   trunk/packages/dicom3tools/trunk/debian/patches/configure.patch
Log:
Fix compilation on hurd-i386

Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2009-09-11 06:52:44 UTC (rev 3955)
+++ trunk/packages/dicom3tools/trunk/debian/changelog	2009-09-11 07:29:22 UTC (rev 3956)
@@ -1,3 +1,9 @@
+dicom3tools (1.0~20090716-4) unstable; urgency=low
+
+  * Fix compilation on hurd-i386 
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 11 Sep 2009 09:25:13 +0200
+
 dicom3tools (1.0~20090716-3) unstable; urgency=low
 
   * debian/control: adding dep to x11proto-xext-dev, to find X11/extensions/XShm.h

Modified: trunk/packages/dicom3tools/trunk/debian/patches/configure.patch
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/configure.patch	2009-09-11 06:52:44 UTC (rev 3955)
+++ trunk/packages/dicom3tools/trunk/debian/patches/configure.patch	2009-09-11 07:29:22 UTC (rev 3956)
@@ -7,7 +7,7 @@
  fi
  
 -if [ "$osname" = "Linux" ]
-+if [ "$osname" = "Linux" -o "$osname" = "GNU/kFreeBSD" ]
++if [ "$osname" = "Linux" -o "$osname" = "GNU/kFreeBSD" -o "$osname" = "GNU" ]
  then
  	echo 1>&2 "Configure: we are on $osname"
  




More information about the debian-med-commit mailing list