Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite
Commits: e1d8bc76 by Bas Couwenberg at 2018-03-09T15:40:54+01:00 Add lintian override for spelling-error-in-binary false positive. - - - - - 1cc4e221 by Bas Couwenberg at 2018-03-09T15:42:01+01:00 Update spelling-errors.patch to fix additional typos. - - - - - 4 changed files: - debian/changelog - + debian/libspatialite7.lintian-overrides - debian/libsqlite3-mod-spatialite.lintian-overrides - debian/patches/spelling-errors.patch Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ spatialite (4.4.0~rc1-1~exp3) UNRELEASED; urgency=medium * Strip trailing whitespace from changelog. * Update copyright-format URL to use HTTPS. * Update watch file to use HTTPS. + * Add lintian override for spelling-error-in-binary false positive. + * Update spelling-errors.patch to fix additional typos. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 13:24:04 +0200 ===================================== debian/libspatialite7.lintian-overrides ===================================== --- /dev/null +++ b/debian/libspatialite7.lintian-overrides @@ -0,0 +1,3 @@ +# 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,3 +3,6 @@ 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/patches/spelling-errors.patch ===================================== --- a/debian/patches/spelling-errors.patch +++ b/debian/patches/spelling-errors.patch @@ -13,3 +13,14 @@ Author: Bas Couwenberg <[email protected]> cloner->out_table); return 0; } +--- a/src/shapefiles/validator.c ++++ b/src/shapefiles/validator.c +@@ -2288,7 +2288,7 @@ sanitize_geometry_column_common (const v + if (report->n_not_repaired > 0) + { + fprintf (out, +- "\t\t\t<tr><td colspan=\"2\" class=\"err\">This layer contains severly damaged Geometries (beyond any possible repair);<br>"); ++ "\t\t\t<tr><td colspan=\"2\" class=\"err\">This layer contains severely damaged Geometries (beyond any possible repair);<br>"); + fprintf (out, + "please manually check the <b>%s</b> table.</td></tr>\n", + tmp_table); View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/compare/66c3363845aa2974e05915c9e04cf2cdaeb529f1...1cc4e221c710307ba3768215bd10f3e9b0594b99 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/compare/66c3363845aa2974e05915c9e04cf2cdaeb529f1...1cc4e221c710307ba3768215bd10f3e9b0594b99 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

