Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / netcdf


Commits:
5fb3bf76 by Bas Couwenberg at 2018-01-25T21:21:27+01:00
Bump minimum required CMake version to 3.6.1.

- - - - -
d700450c by Bas Couwenberg at 2018-01-25T22:04:43+01:00
Add patch to fix FTBFS on big-endian architectures.

- - - - -
dfbe7f12 by Bas Couwenberg at 2018-01-25T22:06:32+01:00
Add NC_byteswap8 to symbols file for big-endian architectures.

- - - - -
2f3e2c14 by Bas Couwenberg at 2018-01-25T22:06:44+01:00
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/libnetcdf13.symbols
- + debian/patches/big-endian.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+netcdf (1:4.6.0-2) unstable; urgency=medium
+
+  * Bump minimum required CMake version to 3.6.1.
+  * Add patch to fix FTBFS on big-endian architectures.
+  * Add NC_byteswap8 to symbols file for big-endian architectures.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Thu, 25 Jan 2018 22:06:33 +0100
+
 netcdf (1:4.6.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <fran...@debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9.20160114),
-               cmake (>= 2.8.12),
+               cmake (>= 3.6.1),
                chrpath,
                m4,
                doxygen,


=====================================
debian/libnetcdf13.symbols
=====================================
--- a/debian/libnetcdf13.symbols
+++ b/debian/libnetcdf13.symbols
@@ -272,6 +272,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC_authsetup@Base 4.6.0
  NC_backslashEscape@Base 4.6.0
  NC_backslashUnescape@Base 4.6.0
+ (arch=mips s390x hppa m68k powerpc powerpcspe ppc64 sparc64)NC_byteswap8@Base 
4.6.0
  NC_calcsize@Base 3.6.1
  NC_check_file_type@Base 4.6.0
  NC_check_id@Base 3.6.1


=====================================
debian/patches/big-endian.patch
=====================================
--- /dev/null
+++ b/debian/patches/big-endian.patch
@@ -0,0 +1,15 @@
+Description: Fix build failure on big-endian architectures.
+Author: Bas Couwenberg <sebas...@debian.org>
+Forwarded: https://github.com/Unidata/netcdf-c/issues/806
+
+--- a/libdispatch/dfilter.c
++++ b/libdispatch/dfilter.c
+@@ -156,7 +156,7 @@ NC_parsefilterspec(const char* spec, uns
+           /* convert to network byte order */
+           memcpy(mem,&val64u,sizeof(mem));
+ #ifdef WORDS_BIGENDIAN            
+-          byteswap8(mem);  /* convert big endian to little endian */
++          NC_byteswap8(mem);  /* convert big endian to little endian */
+ #endif
+           vector = (unsigned int*)mem;
+           ulist[nparams++] = vector[0];


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



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/compare/bfd4e3cc87c0b723d1a1de06ed001f3443813330...2f3e2c149e997ae031cd15221b4762599f2e5368

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/compare/bfd4e3cc87c0b723d1a1de06ed001f3443813330...2f3e2c149e997ae031cd15221b4762599f2e5368
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to