Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Re-enable CFITSIO support, license issues are resolved. (closes: #932464)
· 1cdeff4a
Bas Couwenberg
authored
Jul 19, 2019
1cdeff4a
Add lintian override for spelling-error-in-binary.
· 5eb20164
Bas Couwenberg
authored
Jul 19, 2019
5eb20164
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5eb20164
...
...
@@ -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
...
...
debian/control
View file @
5eb20164
...
...
@@ -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
View file @
5eb20164
# 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
View file @
5eb20164
...
...
@@ -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
View file @
5eb20164
...
...
@@ -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
\
...
...