Skip to content
Commits on Source (3)
spatialite (4.4.0~rc1-1~exp3) UNRELEASED; urgency=medium
spatialite (4.4.0~rc1-1~exp3) experimental; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
......@@ -8,8 +8,10 @@ spatialite (4.4.0~rc1-1~exp3) UNRELEASED; urgency=medium
* Add lintian override for spelling-error-in-binary false positive.
* Update spelling-errors.patch to fix additional typos.
* Update Vcs-* URLs for Salsa.
* Drop obsolete dbg package.
* Drop unused override for spelling-error-in-binary.
-- Bas Couwenberg <sebastic@debian.org> Sun, 24 Sep 2017 13:24:04 +0200
-- Bas Couwenberg <sebastic@debian.org> Sat, 21 Jul 2018 19:08:10 +0200
spatialite (4.4.0~rc1-1~exp2) experimental; urgency=medium
......
......@@ -5,7 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
autotools-dev,
libexpat1-dev,
......@@ -59,23 +59,6 @@ Description: Geospatial extension for SQLite - development files
.
This package contains development files (static libraries and header files).
Package: libspatialite-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libspatialite7 (= ${binary:Version}),
${misc:Depends}
Breaks: libspatialite6-dbg (<< 4.3.0~rc0-1~)
Replaces: libspatialite6-dbg (<< 4.3.0~rc0-1~)
Description: Geospatial extension for SQLite - debugging symbols
The SpatiaLite extension enables SQLite to support spatial (geometry) data
in a way conformant to OpenGis specifications, with both WKT and WKB formats.
.
Spatialite also includes Virtualshape and Virtualtext to enable accessing
shapefiles and csv/text files as virtual tables.
.
This package contains debugging symbols for the libraries.
Package: libsqlite3-mod-spatialite
Architecture: any
Multi-Arch: same
......
# False positive, string no included in source
libspatialite7: spelling-error-in-binary * ment meant
......@@ -3,6 +3,3 @@ libsqlite3-mod-spatialite: non-dev-pkg-with-shlib-symlink usr/lib/*/mod_spatiali
libsqlite3-mod-spatialite: no-symbols-control-file usr/lib/*/mod_spatialite.so.*
libsqlite3-mod-spatialite: package-name-doesnt-match-sonames mod-spatialite*
# False positive, string no included in source
libsqlite3-mod-spatialite: spelling-error-in-binary * ment meant
......@@ -56,7 +56,7 @@ override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
override_dh_strip:
dh_strip --dbg-package=libspatialite-dbg
dh_strip --dbgsym-migration='libspatialite-dbg (<< 4.4.0~rc1-1~exp3~)'
override_dh_install:
$(RM) debian/*/usr/lib/*/*.la
......