Pierre Gruet pushed to branch master at Debian Med / libsis-jhdf5-java


Commits:
4337eba4 by Pierre Gruet at 2022-09-19T23:13:05+02:00
Adding a missing directive from H5private.h

- - - - -
434a7c93 by Pierre Gruet at 2022-09-19T23:13:42+02:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/patches/avoid_using_private_hdf5_header.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libsis-jhdf5-java (19.04.1+dfsg-2) unstable; urgency=medium
+
+  * Adding a missing directive from removed H5private.h file of hdf5
+    (Closes: #1019393, #1020139)
+
+ -- Pierre Gruet <[email protected]>  Mon, 19 Sep 2022 23:13:29 +0200
+
 libsis-jhdf5-java (19.04.1+dfsg-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/patches/avoid_using_private_hdf5_header.patch
=====================================
@@ -7,7 +7,7 @@ Forwarded: not-needed
 
 --- a/source/c/jni/h5jni.h
 +++ b/source/c/jni/h5jni.h
-@@ -20,7 +20,54 @@
+@@ -20,7 +20,57 @@
  #include <jni.h>
  #include "H5version.h"
  #include <string.h>
@@ -49,6 +49,9 @@ Forwarded: not-needed
 +#ifndef HDfclose
 +    #define HDfclose(F)    fclose(F)
 +#endif /* HDfclose */
++#ifndef HDfprintf
++    #define HDfprintf    fprintf
++#endif /* HDfprintf */
 +
 +/*
 + * HDF Boolean type.



View it on GitLab: 
https://salsa.debian.org/med-team/libsis-jhdf5-java/-/compare/d3aeee6baf9871351218d69035d40928235f2b6c...434a7c939fe2dbe75092f20dce7d67643b3fc015

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libsis-jhdf5-java/-/compare/d3aeee6baf9871351218d69035d40928235f2b6c...434a7c939fe2dbe75092f20dce7d67643b3fc015
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to