Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gpx2shp


Commits:
2511d27d by Bas Couwenberg at 2018-02-08T20:31:25+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
89159694 by Bas Couwenberg at 2018-02-08T20:32:01+01:00
Add autopkgtest to test installability.

- - - - -
a6b93ef3 by Bas Couwenberg at 2018-02-08T20:33:43+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
@@ -1,6 +1,10 @@
 gpx2shp (0.71.0-5) UNRELEASED; urgency=medium
 
+  * Team upload.
   * 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 <sebas...@debian.org>  Sat, 20 Jan 2018 21:52:51 +0100
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                libproj-dev,
                libexpat1-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gpx2shp.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gpx2shp.git
 Homepage: http://gpx2shp.osdn.jp/


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 extension-typo.patch
 sourceforge-to-osdn.patch
 proj-4.9.3.patch
+spelling-errors.patch


=====================================
debian/patches/spelling-errors.patch
=====================================
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling errors.
+ * calulation -> calculation
+Author: Bas Couwenberg <sebas...@debian.org>
+
+--- a/man/gpx2shp.1
++++ b/man/gpx2shp.1
+@@ -73,7 +73,7 @@ Sets time unit. The default is sec. You
+ Sets length unit for speed. The default is km. You can see the unit list from 
"geod \-lu" command.
+ .TP 
+ .B \-\-speed\-time\-unit
+-Sets time unit for speed calulation. Default is hour. You can set from day, 
hour, min and sec.
++Sets time unit for speed calculation. Default is hour. You can set from day, 
hour, min and sec.
+ .TP 
+ .B \-\-length\-ellipsoid
+ Sets length ellipsoid like UGS84, clrk66. The default is UGS84. You can see 
the unit list from "geod \-le" command.
+--- a/src/main.c
++++ b/src/main.c
+@@ -85,7 +85,7 @@ void usage(char **argv) {
+       fprintf(stdout,
+                       "                        You can see the unit list from 
\"geod -lu\" command.\n");
+       fprintf(stdout,
+-                      "    --speed-time-unit   Sets time unit for speed 
calulation. Default is hour.\n");
++                      "    --speed-time-unit   Sets time unit for speed 
calculation. Default is hour.\n");
+       fprintf(stdout,
+                       "                        You can set from day, hour, 
min and sec.\n");
+       fprintf(stdout,


=====================================
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/gpx2shp/compare/9b1c581c141c34779f3c19af2b1c905d287c56e5...a6b93ef39855f328a62a14b06287b5483e9e5eb3

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gpx2shp/compare/9b1c581c141c34779f3c19af2b1c905d287c56e5...a6b93ef39855f328a62a14b06287b5483e9e5eb3
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to