[med-svn] [gdcm] 03/04: Update patches and drop format-error.patch

Gert Wollny gert-guest at moszumanska.debian.org
Wed Oct 12 10:24:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository gdcm.

commit ccc75e5f8ad19a7dd2d192acb5685c5860665769
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Wed Oct 12 10:08:40 2016 +0000

    Update patches and drop format-error.patch
---
 debian/patches/02_fixhurd.patch   |  2 +-
 debian/patches/format-error.patch | 15 ---------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/patches/02_fixhurd.patch b/debian/patches/02_fixhurd.patch
index ccb0e13..37b6521 100644
--- a/debian/patches/02_fixhurd.patch
+++ b/debian/patches/02_fixhurd.patch
@@ -5,7 +5,7 @@ Author: Mathieu Malaterre <malat at debian.org>
 
 --- a/Source/Common/gdcmSystem.cxx
 +++ b/Source/Common/gdcmSystem.cxx
-@@ -365,6 +365,10 @@
+@@ -367,6 +367,10 @@
  #define PATH_MAX 4096
  #endif
  
diff --git a/debian/patches/format-error.patch b/debian/patches/format-error.patch
deleted file mode 100644
index 5008a79..0000000
--- a/debian/patches/format-error.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Correct the fprintf call to ensure save format string
-Author: Gert Wollny <gw.fossdev at gmail.com>
-Forwarded: https://sourceforge.net/p/gdcm/bugs/401/
-
---- a/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx
-+++ b/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx
-@@ -302,7 +302,7 @@
-   else
- #endif
-     {
--    fprintf( stderr, msg );
-+    fprintf( stderr, "%s", msg );
-     }
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index eb7b849..9e084ff 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 02_fixhurd.patch
 03_linkvtkdoc.patch
 04_multiarch.patch
-format-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git



More information about the debian-med-commit mailing list