Skip to content
Commits on Source (4)
spatialite-tools (4.3.0-3) UNRELEASED; urgency=medium
spatialite-tools (4.3.0-3) unstable; urgency=medium
* Enable parallel builds.
* Enable all hardening buildflags.
......@@ -11,9 +11,10 @@ spatialite-tools (4.3.0-3) UNRELEASED; urgency=medium
* Add patch to fix spelling errors.
* Fix typo in manpage.
* Add lintian override for testsuite-autopkgtest-missing.
* Bump Standards-Version to 4.3.0, no changes.
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
-- Bas Couwenberg <sebastic@debian.org> Thu, 17 Dec 2015 02:45:01 +0100
-- Bas Couwenberg <sebastic@debian.org> Thu, 11 Jul 2019 13:16:24 +0200
spatialite-tools (4.3.0-2) unstable; urgency=medium
......
......@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite-tools
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite-tools.git
Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/
......
......@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine-tar = True
[buildpackage]
pbuilder-options = --source-only-changes
spelling-errors.patch
spelling-errors2.patch
Description: Fix spelling errors.
* defaul -> default
Author: Bas Couwenberg <sebastic@debian.org>
--- a/spatialite_osm_net.c
+++ b/spatialite_osm_net.c
@@ -2218,7 +2218,7 @@ print_template (const char *template_pat
fprintf (out, "#\n");
fprintf (out, "# - tokens are delimited by colons ':'\n");
fprintf (out, "# - the second token represents the Road Class-name\n");
- fprintf (out, "# [no name, i.e. '::' identifies the defaul value\n");
+ fprintf (out, "# [no name, i.e. '::' identifies the default value\n");
fprintf (out, "# to be applied when no specific class match is found]\n");
fprintf (out, "# - the third token represents the corresponding speed\n");
fprintf (out, "# [expressed in Km/h]\n");