[med-svn] r9554 - in trunk/packages/gdcm/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Feb 2 21:45:17 UTC 2012


Author: malat-guest
Date: 2012-02-02 21:45:17 +0000 (Thu, 02 Feb 2012)
New Revision: 9554

Added:
   trunk/packages/gdcm/trunk/debian/libgdcm-cil.installcligac
   trunk/packages/gdcm/trunk/debian/libvtkgdcm-cil.installcligac
Modified:
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch
Log:
preparation for next release. wont upload

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2012-02-02 17:49:57 UTC (rev 9553)
+++ trunk/packages/gdcm/trunk/debian/changelog	2012-02-02 21:45:17 UTC (rev 9554)
@@ -1,3 +1,10 @@
+gdcm (2.2.0-6) unstable; urgency=low
+
+  * Yet another compilation fix for hurd-i386.
+  * add missing *.installcligac files.
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Thu, 02 Feb 2012 22:44:47 +0100
+
 gdcm (2.2.0-5) unstable; urgency=low
 
   * Another compilation fix for hurd-i386.

Added: trunk/packages/gdcm/trunk/debian/libgdcm-cil.installcligac
===================================================================
--- trunk/packages/gdcm/trunk/debian/libgdcm-cil.installcligac	                        (rev 0)
+++ trunk/packages/gdcm/trunk/debian/libgdcm-cil.installcligac	2012-02-02 21:45:17 UTC (rev 9554)
@@ -0,0 +1 @@
+/usr/lib/cli/gdcm-sharp-2.2/gdcm-sharp.dll

Added: trunk/packages/gdcm/trunk/debian/libvtkgdcm-cil.installcligac
===================================================================
--- trunk/packages/gdcm/trunk/debian/libvtkgdcm-cil.installcligac	                        (rev 0)
+++ trunk/packages/gdcm/trunk/debian/libvtkgdcm-cil.installcligac	2012-02-02 21:45:17 UTC (rev 9554)
@@ -0,0 +1 @@
+/usr/lib/cli/vtkgdcm-sharp-2.2/Kitware.VTK.GDCM.dll

Modified: trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch	2012-02-02 17:49:57 UTC (rev 9553)
+++ trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch	2012-02-02 21:45:17 UTC (rev 9554)
@@ -28,3 +28,29 @@
  const char *Global::Locate(const char *resfile) const
  {
  #ifdef _WIN32
+Index: gdcm-2.2.0/Utilities/socketxx/socket++/sockstream.h
+===================================================================
+--- gdcm-2.2.0.orig/Utilities/socketxx/socket++/sockstream.h	2012-02-02 21:58:30.000000000 +0100
++++ gdcm-2.2.0/Utilities/socketxx/socket++/sockstream.h	2012-02-02 21:58:59.000000000 +0100
+@@ -165,7 +165,7 @@
+             msg_peek            = MSG_PEEK,
+             msg_dontroute    = MSG_DONTROUTE
+ 
+-#if !(defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
++#if !(defined(__FreeBSD__) || defined(__GNU_HURD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
+             ,msg_maxiovlen    = MSG_MAXIOVLEN
+ #endif
+         };
+Index: gdcm-2.2.0/Utilities/socketxx/socket++/local.h
+===================================================================
+--- gdcm-2.2.0.orig/Utilities/socketxx/socket++/local.h	2012-02-02 21:59:35.000000000 +0100
++++ gdcm-2.2.0/Utilities/socketxx/socket++/local.h	2012-02-02 21:59:53.000000000 +0100
+@@ -97,7 +97,7 @@
+ //  extern "C" int gethostname (char* hostname, size_t len);
+ // the above breaks on some old MacOSX system where prototype is:
+ //  extern "C" int gethostname (char* hostname, int len);
+-#if !(defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
++#if !(defined(__FreeBSD__) || defined(__GNU_HURD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
+   extern char* SYS_SIGLIST [];
+ #endif
+ #endif




More information about the debian-med-commit mailing list