Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Drop obsolete dbg package.
· ce97b980
Bas Couwenberg
authored
Jul 21, 2018
ce97b980
Drop unused override for spelling-error-in-binary.
· 8c0527a8
Bas Couwenberg
authored
Jul 21, 2018
8c0527a8
Set distribution to experimental.
· fef441ba
Bas Couwenberg
authored
Jul 21, 2018
fef441ba
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fef441ba
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> S
un
, 2
4 Sep
201
7
1
3:24:04
+0200
-- Bas Couwenberg <sebastic@debian.org> S
at
, 2
1 Jul
201
8
1
9:08:10
+0200
spatialite (4.4.0~rc1-1~exp2) experimental; urgency=medium
...
...
debian/control
View file @
fef441ba
...
...
@@ -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
...
...
debian/libspatialite7.lintian-overrides
deleted
100644 → 0
View file @
77672146
# False positive, string no included in source
libspatialite7: spelling-error-in-binary * ment meant
debian/libsqlite3-mod-spatialite.lintian-overrides
View file @
fef441ba
...
...
@@ -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
debian/rules
View file @
fef441ba
...
...
@@ -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
--dbg
sym-migration
=
'
libspatialite-dbg
(<< 4.4.0~rc1-1~exp3~)'
override_dh_install
:
$(
RM
)
debian/
*
/usr/lib/
*
/
*
.la
...
...