Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-tools
Commits: 4bbd579c by Bas Couwenberg at 2019-07-11T11:26:14Z Add patch to fix spelling errors. - - - - - 5eb9c22b by Bas Couwenberg at 2019-07-11T11:40:28Z Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/spelling-errors2.patch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,9 @@ -spatialite-tools (4.4.0~rc1-1~exp4) UNRELEASED; urgency=medium +spatialite-tools (4.4.0~rc1-1~exp4) experimental; urgency=medium * Bump Standards-Version to 4.4.0, no changes. * Update gbp.conf to use --source-only-changes by default. - -- Bas Couwenberg <[email protected]> Sun, 05 Aug 2018 21:01:05 +0200 + -- Bas Couwenberg <[email protected]> Thu, 11 Jul 2019 13:40:15 +0200 spatialite-tools (4.4.0~rc1-1~exp3) experimental; urgency=medium ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ spelling-errors.patch +spelling-errors2.patch ===================================== debian/patches/spelling-errors2.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * defaul -> default +Author: Bas Couwenberg <[email protected]> + +--- 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"); View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/compare/ed9a6e74e1241debf402d5230640bbe91882bc3b...5eb9c22ba905eacee5fd9a8ea5be01c84982edf4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/compare/ed9a6e74e1241debf402d5230640bbe91882bc3b...5eb9c22ba905eacee5fd9a8ea5be01c84982edf4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
