Skip to content
Commits on Source (2)
......@@ -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 <sebastic@debian.org> Sun, 24 Sep 2017 13:24:04 +0200
......
# False positive, string no included in source
libspatialite7: spelling-error-in-binary * ment meant
......@@ -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
......@@ -13,3 +13,14 @@ Author: Bas Couwenberg <sebastic@debian.org>
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);