[Git][debian-gis-team/netcdf][experimental] 2 commits: Add patch to add forward declarations for byteswap8 & byteswap4.

Bas Couwenberg gitlab at salsa.debian.org
Fri Apr 3 19:25:52 BST 2020



Bas Couwenberg pushed to branch experimental at Debian GIS Project / netcdf


Commits:
18d5a1d3 by Bas Couwenberg at 2020-04-03T20:14:10+02:00
Add patch to add forward declarations for byteswap8 & byteswap4.

- - - - -
2905e08b by Bas Couwenberg at 2020-04-03T20:14:20+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/byteswap.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+netcdf (1:4.7.4-1~exp2) experimental; urgency=medium
+
+  * Add patch to add forward declarations for byteswap8 & byteswap4.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 03 Apr 2020 20:14:12 +0200
+
 netcdf (1:4.7.4-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
debian/patches/byteswap.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Add forward declarations for byteswap8 & byteswap4.
+Author: Dennis Heimbigner
+Bug: https://github.com/Unidata/netcdf-c/issues/1687
+
+--- a/libdispatch/dfilter.c
++++ b/libdispatch/dfilter.c
+@@ -20,6 +20,9 @@
+ #include "hdf5internal.h"
+ #endif
+ 
++static void byteswap8(unsigned char*);
++static void byteswap4(unsigned char*);
++
+ /*
+ Unified filter related code
+ */


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ privacy-breach-logo.patch
 hdf5-library-path.patch
 tst_fileinfo-link-hdf5.patch
 reproducible-settings.patch
+byteswap.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/compare/8b49e9302bb59f549c93431b691712eca5b02469...2905e08bd626bb1bc21016bbd630d56c7943ff39

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/compare/8b49e9302bb59f549c93431b691712eca5b02469...2905e08bd626bb1bc21016bbd630d56c7943ff39
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200403/bdb270bf/attachment-0001.html>


More information about the Pkg-grass-devel mailing list