Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Disable CharLS support, version 2.0.0 is not supported yet.
· 650dc20c
Bas Couwenberg
authored
Jan 11, 2019
650dc20c
Bump Standards-Version to 4.3.0, no changes.
· 49fad3fa
Bas Couwenberg
authored
Dec 25, 2018
49fad3fa
Set distribution to unstable.
· bb079a03
Bas Couwenberg
authored
Jan 11, 2019
bb079a03
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bb079a03
spatialite-gui (2.1.0~beta0+really2.0.0~devel2-3) unstable; urgency=medium
* Disable CharLS support, version 2.0.0 is not supported yet.
* Bump Standards-Version to 4.3.0, no changes.
-- Bas Couwenberg <sebastic@debian.org> Fri, 11 Jan 2019 13:19:21 +0100
spatialite-gui (2.1.0~beta0+really2.0.0~devel2-2) unstable; urgency=medium
* Bump Standards-Verson to 4.2.0, no changes.
...
...
debian/control
View file @
bb079a03
...
...
@@ -6,7 +6,6 @@ Section: utils
Priority: optional
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
libcharls-dev,
libfreexl-dev,
libgeos-dev,
liblzma-dev,
...
...
@@ -20,7 +19,7 @@ Build-Depends: debhelper (>= 9.20160114),
pkg-config,
wx-common,
zlib1g-dev
Standards-Version: 4.
2
.0
Standards-Version: 4.
3
.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite-gui
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite-gui.git
Homepage: https://www.gaia-gis.it/fossil/spatialite_gui/
...
...
debian/rules
View file @
bb079a03
...
...
@@ -21,7 +21,7 @@ override_dh_autoreconf:
override_dh_auto_configure
:
cp
-r
debian/icons/ gnome_resource/
dh_auto_configure
dh_auto_configure
--
--disable-charls
override_dh_install
:
dh_install
--list-missing
...
...