[Git][debian-gis-team/sosi2osm][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.
Sebastiaan Couwenberg
gitlab at salsa.debian.org
Thu Feb 8 21:27:46 UTC 2018
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / sosi2osm
Commits:
0491df65 by Bas Couwenberg at 2018-02-08T22:22:12+01:00
Bump Standards-Version to 4.1.3, no changes.
- - - - -
5cfd1cff by Bas Couwenberg at 2018-02-08T22:25:07+01:00
Add autopkgtest to test installability.
- - - - -
d42f2cd8 by Bas Couwenberg at 2018-02-08T22:26:39+01:00
Add patch to fix spelling errors.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/spelling-errors.patch
- + debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org> Thu, 01 Sep 2016 14:42:41 +0200
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_fix_libsearchpath.patch
02_fix_install.patch
std-max.patch
+spelling-errors.patch
=====================================
debian/patches/spelling-errors.patch
=====================================
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * coodinate -> coordinate
+Author: Bas Couwenberg <sebastic at 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 ";
+ }
+ }
=====================================
debian/tests/control
=====================================
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
View it on GitLab: https://salsa.debian.org/debian-gis-team/sosi2osm/compare/8d50a9b9853c2a39daf682ee2ad064d8af6c8506...d42f2cd836a9bc6cc9c7d31cec05382849a520cb
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/sosi2osm/compare/8d50a9b9853c2a39daf682ee2ad064d8af6c8506...d42f2cd836a9bc6cc9c7d31cec05382849a520cb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180208/38d14589/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list