Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Update gbp.conf to use --source-only-changes by default.
· 9f4e3f5b
Bas Couwenberg
authored
Jul 07, 2019
9f4e3f5b
Bump Standards-Version to 4.4.0, no changes.
· 9385c843
Bas Couwenberg
authored
Jul 10, 2019
9385c843
Add patch to fix spelling errors.
· 3a3eb924
Bas Couwenberg
authored
Jul 11, 2019
3a3eb924
Set distribution to unstable.
· b876b437
Bas Couwenberg
authored
Jul 11, 2019
b876b437
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b876b437
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, 1
7 Dec 2015 02:45:01
+0
1
00
-- Bas Couwenberg <sebastic@debian.org> Thu, 1
1 Jul 2019 13:16:24
+0
2
00
spatialite-tools (4.3.0-2) unstable; urgency=medium
...
...
debian/control
View file @
b876b437
...
...
@@ -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/
...
...
debian/gbp.conf
View file @
b876b437
...
...
@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine
-
tar
=
True
[
buildpackage
]
pbuilder
-
options
= --
source
-
only
-
changes
debian/patches/series
View file @
b876b437
spelling-errors.patch
spelling-errors2.patch
debian/patches/spelling-errors2.patch
0 → 100644
View file @
b876b437
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");