Bas Couwenberg pushed to branch master at Debian GIS Project / hdf4
Commits: 780761ff by Bas Couwenberg at 2023-06-13T22:02:51+02:00 Fix dfi.h by reinstating APOLLO #ifdef. - - - - - bcac2c6d by Bas Couwenberg at 2023-06-13T22:46:32+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/patches/include.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libhdf4 (4.2.16-3) unstable; urgency=medium + + * Team upload. + * Fix dfi.h by reinstating APOLLO #ifdef. + + -- Bas Couwenberg <[email protected]> Tue, 13 Jun 2023 22:44:59 +0200 + libhdf4 (4.2.16-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/include.patch ===================================== @@ -4,11 +4,11 @@ Forwarded: https://github.com/HDFGroup/hdf4/pull/366 --- a/hdf/src/dfi.h +++ b/hdf/src/dfi.h -@@ -90,7 +90,6 @@ - #endif /*DF_STRUCTOK */ - #define DF_CREAT(name, prot) creat(name, prot) - #define DF_MT DFMT_APOLLO --#endif /*APOLLO */ - +@@ -43,6 +43,7 @@ + /* Machine dependencies */ /*--------------------------------------------------------------------------*/ - /* Flexibility parameters */ + ++#ifdef APOLLO + #include <sys/file.h> /* for unbuffered i/o stuff */ + #define int8 char + #define uint8 unsigned char View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/7e3af4502d7091e3a5c26cca51902e0e2c61de32...bcac2c6d2e0de8c72feb462c965fb4b7712e60ce -- View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf4/-/compare/7e3af4502d7091e3a5c26cca51902e0e2c61de32...bcac2c6d2e0de8c72feb462c965fb4b7712e60ce You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
