Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal
Commits: 1cdeff4a by Bas Couwenberg at 2019-07-19T19:14:59Z Re-enable CFITSIO support, license issues are resolved. (closes: #932464) - - - - - 5eb20164 by Bas Couwenberg at 2019-07-19T19:25:18Z Add lintian override for spelling-error-in-binary. - - - - - 5 changed files: - debian/changelog - debian/control - debian/libgdal26.lintian-overrides - debian/libgdal26.symbols.common - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,9 @@ gdal (3.0.1+dfsg-1~exp2) UNRELEASED; urgency=medium * Update gbp.conf to use --source-only-changes by default. * Bump Standards-Version to 4.4.0, no changes. * Update PIE hardening conditional, trusty is EOL. + * Re-enable CFITSIO support, license issues are resolved. + (closes: #932464) + * Add lintian override for spelling-error-in-binary. -- Bas Couwenberg <[email protected]> Sun, 07 Jul 2019 08:03:08 +0200 ===================================== debian/control ===================================== @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9.20160114), ant, chrpath, libarmadillo-dev, + libcfitsio-dev, libcharls-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libdap-dev, @@ -101,6 +102,7 @@ Section: libdevel Depends: libgdal26 (= ${binary:Version}), libc6-dev, libarmadillo-dev, + libcfitsio-dev, libcharls-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libdap-dev, ===================================== debian/libgdal26.lintian-overrides ===================================== @@ -1,6 +1,9 @@ # False positive on: {136, "Socialist Republic of Viet Nam"}, spelling-error-in-binary * Nam Name +# Part of GRIB abbreviation +spelling-error-in-binary * Instnt Instant + # False positive on: "(319) 369-3131" copyright-year-in-future 3131 * ===================================== debian/libgdal26.symbols.common ===================================== @@ -740,6 +740,7 @@ GDALRegister_Envisat@Base 1.8.0 GDALRegister_FAST@Base 1.8.0 GDALRegister_FIT@Base 1.8.0 + GDALRegister_FITS@Base 3.0.1 GDALRegister_FujiBAS@Base 1.8.0 GDALRegister_GFF@Base 1.8.0 GDALRegister_GIF@Base 1.8.0 ===================================== debian/rules ===================================== @@ -110,7 +110,7 @@ override_dh_auto_configure: --with-rename-internal-libgeotiff-symbols=yes \ --with-threads \ --with-armadillo=yes \ - --with-cfitsio=no \ + --with-cfitsio=yes \ --with-charls \ --with-curl \ --with-ecw=no \ View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/58230706b60a73e189065cedec3ac13fc8a9054c...5eb20164a0be44c6cba72237156952d580054dda -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/58230706b60a73e189065cedec3ac13fc8a9054c...5eb20164a0be44c6cba72237156952d580054dda 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
