This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository spatialite-tools.
commit 9c92302a00efb383f68e9a70aa8b1bc4b65fb228 Author: Bas Couwenberg <[email protected]> Date: Fri Mar 9 15:55:37 2018 +0100 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index f8e8c16..2bb0462 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ spatialite-tools (4.4.0~rc1-1~exp2) UNRELEASED; urgency=medium * Add autopkgtest to test installability. * Update copyright-format URL to use HTTPS. * Update watch file to use HTTPS. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 13:25:24 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..38edaa7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..2a54c65 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * feeded -> fed +Author: Bas Couwenberg <[email protected]> + +--- a/spatialite_osm_net.c ++++ b/spatialite_osm_net.c +@@ -2259,7 +2259,7 @@ do_help () + fprintf (stderr, + "-d or --db-path pathname the SpatiaLite DB path\n"); + fprintf (stderr, +- "-T or --table table_name the db table to be feeded\n\n"); ++ "-T or --table table_name the db table to be fed\n\n"); + fprintf (stderr, "you can specify the following options as well\n"); + fprintf (stderr, + "-cs or --cache-size num DB cache size (how many pages)\n"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

