Package: magics++
Version: 2.24.7-3
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: netcdf-split-c-f-cxx

Dear Maintainer,

For the upcoming netcdf transition your package needs a build dependency
on libnetcdf-cxx-legacy-dev to build successfully with the netcdf
packages in experimental.

The attached patch adds the build dependency for magics++ (2.24.7-3).

Since NetCDF 4.3.3.1 the upstream developers have split the project into
language specific releases, the netcdf Debian package has likewise split
into language specific source packages:

┌─────────────────────┬───────────────────┬──────────────────────────┐
│ NetCDF project      │ Source package    │ -dev package             │
├─────────────────────┼───────────────────┼──────────────────────────┤
│ NetCDF-C            │ netcdf            │ libnetcdf-dev            │
│ NetCDF C++ (cxx4)   │ netcdf-cxx        │ libnetcdf-c++4-dev       │
│ NetCDF C++ (legacy) │ netcdf-cxx-legacy │ libnetcdf-cxx-legacy-dev │
│ NetCDF-Fortran      │ netcdf-fortran    │ libnetcdff-dev           │
└─────────────────────┴───────────────────┴──────────────────────────┘

The netcdf-cxx provides the new NetCDF 4 C++ API in libnetcdf_c++4.so.1,
and netcdf-cxx-legacy the legacy NetCDF 3 C++ API in libnetcdf_c++.so.4.

For more information about the different NetCDF C++ APIs, see:
http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp

Kind Regards,

Bas
diff -ruN ../magics++-2.24.7_debian.orig/control debian/control
--- ../magics++-2.24.7_debian.orig/control	2015-07-28 14:43:55.435835112 +0200
+++ debian/control	2015-07-28 14:54:49.180497035 +0200
@@ -4,7 +4,7 @@
 Maintainer: Alastair McKinstry <mckins...@debian.org>
 Build-Depends: debhelper  (>= 9) , dh-buildinfo, gfortran, cmake, chrpath,
  dh-python,
- libhdf5-serial-dev | libhdf5-dev, libnetcdf-dev, 
+ libhdf5-serial-dev | libhdf5-dev, libnetcdf-dev, libnetcdf-cxx-legacy-dev,
  libgl1-mesa-dev, libgd2-dev, 
  libemos-dev, 
  libgrib-api-dev, libgrib-api-tools,
_______________________________________________
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