Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite
Commits: ce97b980 by Bas Couwenberg at 2018-07-21T19:24:19+02:00 Drop obsolete dbg package. - - - - - 8c0527a8 by Bas Couwenberg at 2018-07-21T19:37:48+02:00 Drop unused override for spelling-error-in-binary. - - - - - fef441ba by Bas Couwenberg at 2018-07-21T19:37:48+02:00 Set distribution to experimental. - - - - - 5 changed files: - debian/changelog - debian/control - − debian/libspatialite7.lintian-overrides - debian/libsqlite3-mod-spatialite.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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 <[email protected]> Sun, 24 Sep 2017 13:24:04 +0200 + -- Bas Couwenberg <[email protected]> Sat, 21 Jul 2018 19:08:10 +0200 spatialite (4.4.0~rc1-1~exp2) experimental; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Bas Couwenberg <[email protected]> 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 ===================================== --- a/debian/libspatialite7.lintian-overrides +++ /dev/null @@ -1,3 +0,0 @@ -# False positive, string no included in source -libspatialite7: spelling-error-in-binary * ment meant - ===================================== debian/libsqlite3-mod-spatialite.lintian-overrides ===================================== --- a/debian/libsqlite3-mod-spatialite.lintian-overrides +++ b/debian/libsqlite3-mod-spatialite.lintian-overrides @@ -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 ===================================== --- a/debian/rules +++ b/debian/rules @@ -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 View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/compare/77672146c7a0a869f5c65f8ceda1c1af549b0647...fef441ba88a846de8cb6011dd34b9c94cda3c02b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/compare/77672146c7a0a869f5c65f8ceda1c1af549b0647...fef441ba88a846de8cb6011dd34b9c94cda3c02b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
