Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Disable CharLS support, version 2.0.0 is not supported yet.
· 6eccb3fd
Bas Couwenberg
authored
Jan 11, 2019
6eccb3fd
Set distribution to experimental.
· 98b12ee6
Bas Couwenberg
authored
Jan 11, 2019
98b12ee6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
98b12ee6
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
...
...
debian/control
View file @
98b12ee6
...
...
@@ -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,
...
...
debian/rules
View file @
98b12ee6
...
...
@@ -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
...
...