Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf-cxx
Commits: f7faf9dc by Bas Couwenberg at 2020-01-25T16:33:21+01:00 Add -lnetcdf to CXXFLAGS. (closes: #949828) - - - - - 9005ca47 by Bas Couwenberg at 2020-01-25T16:42:40+01:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -netcdf-cxx (4.3.1-2) UNRELEASED; urgency=medium +netcdf-cxx (4.3.1-2) unstable; urgency=medium * Bump Standards-Version to 4.5.0, no changes. + * Add -lnetcdf to CXXFLAGS. + (closes: #949828) - -- Bas Couwenberg <[email protected]> Sat, 25 Jan 2020 10:49:38 +0100 + -- Bas Couwenberg <[email protected]> Sat, 25 Jan 2020 16:42:23 +0100 netcdf-cxx (4.3.1-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -8,6 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_CFLAGS_MAINT_APPEND=-I/usr/include/hdf5/serial +export DEB_CXXFLAGS_MAINT_APPEND=-lnetcdf include /usr/share/dpkg/pkg-info.mk View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx/compare/be8f2b44ec5c277b8ca0a2cd86295c561a03ba19...9005ca47c4d6ae70d92cf1224fa32fd134c0b4b0 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx/compare/be8f2b44ec5c277b8ca0a2cd86295c561a03ba19...9005ca47c4d6ae70d92cf1224fa32fd134c0b4b0 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
