[SCM] mapcache branch, master, updated. upstream/1.0.0-48-ga2a666f
Bas Couwenberg
sebastic at xs4all.nl
Tue Jul 23 14:57:42 UTC 2013
The following commit has been merged in the master branch:
commit a2a666f430de489ca1170d9a68742a0a862bb044
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jul 23 11:55:09 2013 +0200
Add patch to fix typos in mapcache_seed.
diff --git a/debian/changelog b/debian/changelog
index f294604..72d4398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ mapcache (1.0.0-3) UNRELEASED; urgency=low
* Add patch to use 4 space indenting in the generated HTML.
* Add patch to return non-zero exit status if errors occured in mapcache_seed.
* Add patch to fix deletion of map tiles in seeder's delete mode.
+ * Add patch to fix typos in mapcache_seed.
* Add watch file.
* Add maintainer scripts for libmapcache0 to call ldconfig.
* Add mapcache.xml examples to libapache2-mod-mapcache.
diff --git a/debian/patches/mapcache_seed_typo.patch b/debian/patches/mapcache_seed_typo.patch
new file mode 100644
index 0000000..5f9a4c8
--- /dev/null
+++ b/debian/patches/mapcache_seed_typo.patch
@@ -0,0 +1,19 @@
+Description: Fix typo in mapcache_seed utility.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-07-23
+--- a/util/mapcache_seed.c
++++ b/util/mapcache_seed.c
+@@ -1034,11 +1034,11 @@ int main(int argc, const char **argv)
+
+ if (mode == MAPCACHE_CMD_TRANSFER) {
+ if (!tileset_transfer_name)
+- return usage(argv[0],"tileset where tiles should be transfered to not specified");
++ return usage(argv[0],"tileset where tiles should be transferred to not specified");
+
+ tileset_transfer = mapcache_configuration_get_tileset(cfg,tileset_transfer_name);
+ if(!tileset_transfer)
+- return usage(argv[0], "tileset where tiles should be transfered to not found in configuration");
++ return usage(argv[0], "tileset where tiles should be transferred to not found in configuration");
+ }
+
+ if(old) {
diff --git a/debian/patches/series b/debian/patches/series
index 7387d1a..e29bae7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ demo_service_page_height.patch
demo_service_indenting.patch
mapcache_seed_non_zero_exit.patch
mapcache_seed_delete_mode.patch
+mapcache_seed_typo.patch
--
Packaging for MapCache
More information about the Pkg-grass-devel
mailing list