[hdf-eos5] 05/10: Patch for type failure

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 12:29:01 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository hdf-eos5.

commit bac3dd1752299b7002da55c93c33376fcc6f449d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 20 07:05:45 2017 +0100

    Patch for type failure
---
 debian/patches/fix-type-errors.patch | 13 +++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix-type-errors.patch b/debian/patches/fix-type-errors.patch
new file mode 100644
index 0000000..b6f2816
--- /dev/null
+++ b/debian/patches/fix-type-errors.patch
@@ -0,0 +1,13 @@
+Index: hdf-eos5-5.1.15.dfsg.1/src/GDapi.c
+===================================================================
+--- hdf-eos5-5.1.15.dfsg.1.orig/src/GDapi.c
++++ hdf-eos5-5.1.15.dfsg.1/src/GDapi.c
+@@ -89,7 +89,7 @@ int HE5_szip_can_encode(void );
+ void HE5_GDgetEastAndNorthFiles(char *eastFile, char *northFile);
+ 
+ static herr_t HE5_GDflddiminfo(int gridID, char *fieldname, int *rank,  hsize_t dims[], hsize_t maxdims[]);
+-static herr_t HE5_GDupdatedim(int gridhID,  char *dimname, hsize_t dim);
++static herr_t HE5_GDupdatedim(hid_t gridhID,  char *dimname, hsize_t dim);
+ 
+ /* FORTRAN wrappers */
+ /* ================ */
diff --git a/debian/patches/series b/debian/patches/series
index 824f125..a49aa5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ gctp_remove.patch
 libtool_fixes.patch
 hdf5_transition.patch
 hdf_hl.patch
+fix-type-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-eos5.git



More information about the debian-science-commits mailing list