[mapnik] 02/02: Add patch to fix 'dependencies' typo.

Bas Couwenberg sebastic at debian.org
Fri Oct 14 20:35:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 218e3fefea313cb7c64e26917dbe9d451af853fc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 14 22:33:29 2016 +0200

    Add patch to fix 'dependencies' typo.
---
 debian/changelog                       |  6 ++++++
 debian/manpages/mapnik-config.1        |  2 +-
 debian/patches/dependencies-typo.patch | 25 +++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 4 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca722ac..f554d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.12+ds-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'dependencies' typo.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 14 Oct 2016 21:53:45 +0200
+
 mapnik (3.0.12+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/manpages/mapnik-config.1 b/debian/manpages/mapnik-config.1
index 9e4fd38..3fa42ce 100644
--- a/debian/manpages/mapnik-config.1
+++ b/debian/manpages/mapnik-config.1
@@ -21,7 +21,7 @@ Display Mapnik prefix or, alternatively, temporarily set the Mapnik prefix to \f
 Print library linking information.
 .TP
 .B \-\-dep\-libs
-Print library linking information for Mapnik depedencies.
+Print library linking information for Mapnik dependencies.
 .TP
 .B \-\-ldflags
 Print library paths (\-L) information.
diff --git a/debian/patches/dependencies-typo.patch b/debian/patches/dependencies-typo.patch
new file mode 100644
index 0000000..ca433d1
--- /dev/null
+++ b/debian/patches/dependencies-typo.patch
@@ -0,0 +1,25 @@
+Description: Fix 'depedencies' typo, replace with 'dependencies'.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/CHANGELOG.md
++++ b/CHANGELOG.md
+@@ -459,7 +459,7 @@ Released June 3rd, 2013
+ 
+ Summary: The 2.2.0 release is primarily a performance and stability release. The code line represents development in the master branch since the release of 2.1.0 in Aug 2012 and therefore includes nearly a year of bug-fixes and optimizations. Nearly 500 new tests have been added bring the total coverage to 925. Shapefile and PostGIS datasources have benefited from numerous stability fixes, 64 bit integer support has been added to support OSM data in the grid renderer and in attribute fi [...]
+ 
+-- Removed 3 depedencies without loosing any functionality: `ltdl`, `cairomm` and `libsigc++` (#1804,#806,#1681)
++- Removed 3 dependencies without loosing any functionality: `ltdl`, `cairomm` and `libsigc++` (#1804,#806,#1681)
+ 
+ - Added 64 bit integer support in expressions, feature ids, and the grid_renderer (#1661,#1662,#1662)
+ 
+--- a/utils/mapnik-config/build.py
++++ b/utils/mapnik-config/build.py
+@@ -159,7 +159,7 @@ configuration = {
+     "mapnik_bundled_icu_data":mapnik_bundled_icu_data,
+ }
+ 
+-## if we are statically linking depedencies
++## if we are statically linking dependencies
+ ## then they do not need to be reported in ldflags
+ #if env['RUNTIME_LINK'] == 'static':
+ #    configuration['ldflags'] = ''
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..99a9462
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+dependencies-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git



More information about the Pkg-grass-devel mailing list