Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump Standards-Version to 4.1.3, no changes.
· 2511d27d
Bas Couwenberg
authored
Feb 08, 2018
2511d27d
Add autopkgtest to test installability.
· 89159694
Bas Couwenberg
authored
Feb 08, 2018
89159694
Add patch to fix spelling errors.
· a6b93ef3
Bas Couwenberg
authored
Feb 08, 2018
a6b93ef3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a6b93ef3
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 <sebastic@debian.org> Sat, 20 Jan 2018 21:52:51 +0100
...
...
debian/control
View file @
a6b93ef3
...
...
@@ -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
View file @
a6b93ef3
extension-typo.patch
sourceforge-to-osdn.patch
proj-4.9.3.patch
spelling-errors.patch
debian/patches/spelling-errors.patch
0 → 100644
View file @
a6b93ef3
Description: Fix spelling errors.
* calulation -> calculation
Author: Bas Couwenberg <sebastic@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
0 → 100644
View file @
a6b93ef3
# Test installability
Depends: @
Test-Command: /bin/true