Skip to content
Commits on Source (2)
......@@ -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 <sebastic@debian.org> Sun, 07 Jul 2019 08:03:08 +0200
......
......@@ -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,
......
# 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 *
......
......@@ -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
......
......@@ -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 \
......