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

Mathieu Malaterre malat at alioth.debian.org
Thu Jul 11 10:10:02 UTC 2013


Author: malat
Date: 2013-07-11 10:10:01 +0000 (Thu, 11 Jul 2013)
New Revision: 14139

Modified:
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch
Log:
Prepare next upload

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2013-07-10 21:38:24 UTC (rev 14138)
+++ trunk/packages/gdcm/trunk/debian/changelog	2013-07-11 10:10:01 UTC (rev 14139)
@@ -1,3 +1,9 @@
+gdcm (2.2.4-1) unstable; urgency=low
+
+  * New upstream. Closes: #713988
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 11 Jul 2013 12:09:37 +0200
+
 gdcm (2.2.3-2) unstable; urgency=low
 
   * Fix compilation with multi-arch python

Modified: trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch	2013-07-10 21:38:24 UTC (rev 14138)
+++ trunk/packages/gdcm/trunk/debian/patches/fixhurd.patch	2013-07-11 10:10:01 UTC (rev 14139)
@@ -3,10 +3,10 @@
  http://www.gnu.org/software/hurd/hurd/porting/guidelines.html#GNU_specific_define_tt_
 Author: Mathieu Malaterre <malat at debian.org>
 
-Index: gdcm-2.2.1/Source/Common/gdcmSystem.cxx
+Index: gdcm-2.2.4/Source/Common/gdcmSystem.cxx
 ===================================================================
---- gdcm-2.2.1.orig/Source/Common/gdcmSystem.cxx	2012-09-20 10:48:46.600116872 +0200
-+++ gdcm-2.2.1/Source/Common/gdcmSystem.cxx	2012-09-20 10:48:51.756116686 +0200
+--- gdcm-2.2.4.orig/Source/Common/gdcmSystem.cxx	2013-07-08 19:20:27.000000000 +0200
++++ gdcm-2.2.4/Source/Common/gdcmSystem.cxx	2013-07-11 12:08:50.000000000 +0200
 @@ -363,6 +363,10 @@
    return Rmdir(source) == 0;
  }
@@ -18,10 +18,10 @@
  // return size of file; also returns zero if no file exists
  size_t System::FileSize(const char* filename)
  {
-Index: gdcm-2.2.1/Source/DataDictionary/gdcmGlobal.cxx
+Index: gdcm-2.2.4/Source/DataDictionary/gdcmGlobal.cxx
 ===================================================================
---- gdcm-2.2.1.orig/Source/DataDictionary/gdcmGlobal.cxx	2012-09-20 10:48:46.616116871 +0200
-+++ gdcm-2.2.1/Source/DataDictionary/gdcmGlobal.cxx	2012-09-20 10:48:51.756116686 +0200
+--- gdcm-2.2.4.orig/Source/DataDictionary/gdcmGlobal.cxx	2013-07-08 19:20:27.000000000 +0200
++++ gdcm-2.2.4/Source/DataDictionary/gdcmGlobal.cxx	2013-07-11 12:08:50.000000000 +0200
 @@ -133,6 +133,10 @@
    return true;
  }
@@ -33,10 +33,10 @@
  const char *Global::Locate(const char *resfile) const
  {
  #ifdef _WIN32
-Index: gdcm-2.2.1/Utilities/socketxx/socket++/sockstream.h
+Index: gdcm-2.2.4/Utilities/socketxx/socket++/sockstream.h
 ===================================================================
---- gdcm-2.2.1.orig/Utilities/socketxx/socket++/sockstream.h	2012-09-20 10:48:46.636116871 +0200
-+++ gdcm-2.2.1/Utilities/socketxx/socket++/sockstream.h	2012-09-20 10:48:51.756116686 +0200
+--- gdcm-2.2.4.orig/Utilities/socketxx/socket++/sockstream.h	2013-07-08 19:20:27.000000000 +0200
++++ gdcm-2.2.4/Utilities/socketxx/socket++/sockstream.h	2013-07-11 12:08:50.000000000 +0200
 @@ -165,7 +165,7 @@
              msg_peek            = MSG_PEEK,
              msg_dontroute    = MSG_DONTROUTE
@@ -46,10 +46,10 @@
              ,msg_maxiovlen    = MSG_MAXIOVLEN
  #endif
          };
-Index: gdcm-2.2.1/Utilities/socketxx/socket++/local.h
+Index: gdcm-2.2.4/Utilities/socketxx/socket++/local.h
 ===================================================================
---- gdcm-2.2.1.orig/Utilities/socketxx/socket++/local.h	2012-09-20 10:48:46.652116870 +0200
-+++ gdcm-2.2.1/Utilities/socketxx/socket++/local.h	2012-09-20 10:48:51.756116686 +0200
+--- gdcm-2.2.4.orig/Utilities/socketxx/socket++/local.h	2013-07-08 19:20:27.000000000 +0200
++++ gdcm-2.2.4/Utilities/socketxx/socket++/local.h	2013-07-11 12:08:50.000000000 +0200
 @@ -97,7 +97,7 @@
  //  extern "C" int gethostname (char* hostname, size_t len);
  // the above breaks on some old MacOSX system where prototype is:
@@ -59,11 +59,11 @@
    extern char* SYS_SIGLIST [];
  #endif
  #endif
-Index: gdcm-2.2.1/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx
+Index: gdcm-2.2.4/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx
 ===================================================================
---- gdcm-2.2.1.orig/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx	2012-09-20 10:48:46.980116858 +0200
-+++ gdcm-2.2.1/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx	2012-09-20 10:48:51.756116686 +0200
-@@ -35,9 +35,7 @@
+--- gdcm-2.2.4.orig/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx	2013-07-08 19:20:27.000000000 +0200
++++ gdcm-2.2.4/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx	2013-07-11 12:08:50.000000000 +0200
+@@ -36,9 +36,7 @@
  #include <arpa/inet.h>
  #endif
  




More information about the debian-med-commit mailing list