Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf
Commits: 7f1d91fa by Bas Couwenberg at 2022-06-25T20:36:42+02:00 Update lintian overrides. - - - - - b9b7704d by Bas Couwenberg at 2022-06-25T20:36:49+02:00 Enable plugin installation. - - - - - 330266fe by Bas Couwenberg at 2022-06-25T20:50:49+02:00 Revert "Enable plugin installation." This reverts commit b9b7704dd6c01cccb08fd5aaf926f5cbb36c5fd1. - - - - - c5bf0fd1 by Bas Couwenberg at 2022-06-25T21:01:50+02:00 Don't enable plugins. - - - - - 03afc11b by Bas Couwenberg at 2022-06-25T21:21:38+02:00 Drop compression library dependencies, only used for plugins. - - - - - 4 changed files: - debian/changelog - debian/control - debian/libnetcdf19.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,9 @@ netcdf (1:4.9.0-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.1, no changes. + * Update lintian overrides. + * Don't enable plugins. + * Drop compression library dependencies, only used for plugins. -- Bas Couwenberg <[email protected]> Tue, 21 Jun 2022 07:14:06 +0200 ===================================== debian/control ===================================== @@ -11,13 +11,9 @@ Build-Depends: debhelper-compat (= 12), m4, doxygen, graphviz, - libblosc-dev, - libbz2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libhdf5-dev, - libxml2-dev, - libzstd-dev, - zlib1g-dev + libxml2-dev Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/netcdf Vcs-Git: https://salsa.debian.org/debian-gis-team/netcdf.git @@ -65,13 +61,9 @@ Package: libnetcdf-dev Architecture: any Section: libdevel Depends: libnetcdf19 (= ${binary:Version}), - libblosc-dev, - libbz2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libhdf5-dev, libxml2-dev, - libzstd-dev, - zlib1g-dev, ${misc:Depends} Recommends: pkg-config Breaks: netcdf-bin (<< 1:4.3.3.1) ===================================== debian/libnetcdf19.lintian-overrides ===================================== @@ -1,3 +1,3 @@ # False positive, string not included in source -spelling-error-in-binary * tHSI this +spelling-error-in-binary tHSI this * ===================================== debian/rules ===================================== @@ -29,6 +29,7 @@ override_dh_auto_configure: -DCMAKE_VERBOSE_MAKEFILE=1 \ -DENABLE_TESTS:BOOL=ON \ -DENABLE_DOXYGEN:BOOL=ON \ + -DENABLE_PLUGINS:BOOL=OFF \ -DHDF5_INCLUDE_PATH=$(HDF5_INCLUDE_PATH) \ -DHDF5_LIBRARY_PATH=$(HDF5_LIBRARY_PATH) View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/compare/54d2f9fa3e6e9589cc755770cd42ed6a69b872fb...03afc11b958d1fb894b6c43da7fb47372c0e6612 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/compare/54d2f9fa3e6e9589cc755770cd42ed6a69b872fb...03afc11b958d1fb894b6c43da7fb47372c0e6612 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
