Skip to content
Commits on Source (3)
......@@ -4,6 +4,9 @@ sosi2osm (1.0.0-4) UNRELEASED; urgency=medium
* Add upstream metadata.
* Strip trailing whitespace from rules.
* Update copyright-format URL to use HTTPS.
* Bump Standards-Version to 4.1.3, no changes.
* Add autopkgtest to test installability.
* Add patch to fix spelling errors.
-- Bas Couwenberg <sebastic@debian.org> Thu, 01 Sep 2016 14:42:41 +0200
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
libfyba-dev,
pkg-config,
libproj-dev
Standards-Version: 3.9.8
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/sosi2osm.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/sosi2osm.git
Homepage: https://github.com/Gnonthgol/sosi2osm
......
01_fix_libsearchpath.patch
02_fix_install.patch
std-max.patch
spelling-errors.patch
Description: Fix spelling errors.
* coodinate -> coordinate
Author: Bas Couwenberg <sebastic@debian.org>
--- a/sosi.cpp
+++ b/sosi.cpp
@@ -98,7 +98,7 @@ const char* getCoordinateSystem() {
/* WSG84 */
case 84: return "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs ";
default: {
- fprintf(stderr, "(Yet) unsupported coodinate system in SOSI-file: %i. Defaulting to EPSG:4326.", trans.sKoordsys);
+ fprintf(stderr, "(Yet) unsupported coordinate system in SOSI-file: %i. Defaulting to EPSG:4326.", trans.sKoordsys);
return "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs ";
}
}
# Test installability
Depends: @
Test-Command: /bin/true