Skip to content
Commits on Source (2)
spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp3) UNRELEASED; urgency=medium
spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp3) experimental; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Disable CharLS support, version 2.0.0 is not supported yet.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 23:16:40 +0100
-- Bas Couwenberg <sebastic@debian.org> Fri, 11 Jan 2019 13:28:03 +0100
spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp2) experimental; urgency=medium
......
......@@ -6,7 +6,6 @@ Section: utils
Priority: optional
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
libcharls-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreexl-dev,
libgeos-dev,
......
......@@ -15,6 +15,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
dh_auto_configure -- --disable-charls
override_dh_install:
dh_install --list-missing
......