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 <[email protected]>  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"
  


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to