This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapnik.
commit 6075020d5bcc806c05953efd61853d98db9c57af Author: Bas Couwenberg <[email protected]> Date: Wed Feb 8 18:20:12 2017 +0100 Imported Upstream version 3.0.13+ds --- CHANGELOG.md | 4 ++-- plugins/input/postgis/build.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8751c7..7ace7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ For a complete change history, see the git log. ## 3.0.13 -Released: February xx, 2017 +Released: February 8, 2017 -(Packaged from xxxxxxx) +(Packaged from 2a153c0) #### Summary diff --git a/plugins/input/postgis/build.py b/plugins/input/postgis/build.py index 157952f..409f88b 100644 --- a/plugins/input/postgis/build.py +++ b/plugins/input/postgis/build.py @@ -54,7 +54,9 @@ if env['PLUGIN_LINKING'] == 'shared': libraries.append('boost_system%s' % env['BOOST_APPEND']) libraries.append('boost_regex%s' % env['BOOST_APPEND']) libraries.insert(0,env['MAPNIK_NAME']) + libraries.append('icui18n') libraries.append(env['ICU_LIB_NAME']) + libraries.append('icudata') TARGET = plugin_env.SharedLibrary('../%s' % PLUGIN_NAME, SHLIBPREFIX='', -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

