mapnik (2.2.0+ds1-6build2) trusty; urgency=medium

  * No-change rebuild for librasterlite soname bump.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 24 Feb 2014 21:13:21 +0100

mapnik (2.2.0+ds1-6build1) trusty; urgency=medium

  * No change rebuild against libicu52

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Sat, 28 Dec 2013 13:56:39 +0000

mapnik (2.2.0+ds1-6) unstable; urgency=medium

  * Team upload.
  * Changed libgdal1-dev in libgdal-dev.
  * Priority set to optional for all packages.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 11 Dec 2013 18:12:19 +0100

mapnik (2.2.0+ds1-5) unstable; urgency=low

  * Set gcc optimization flag to -O2 instead of -O3.
  * Add 2001 patch to remove gcc -ftemplate-depth-300 flag.

 -- Jérémy Lal <kapouer@melix.org>  Sat, 12 Oct 2013 16:24:50 +0200

mapnik (2.2.0+ds1-4) unstable; urgency=low

  * Disable completely parallel builds. It might be responsible
    for memory exhaustion on s390, mipsel, mips.

 -- Jérémy Lal <kapouer@melix.org>  Thu, 03 Oct 2013 14:24:42 +0200

mapnik (2.2.0+ds1-3) unstable; urgency=low

  * Honour DEB_BUILD_OPTIONS parallel, defaults to 1. 

 -- Jérémy Lal <kapouer@melix.org>  Wed, 02 Oct 2013 21:55:37 +0200

mapnik (2.2.0+ds1-2) unstable; urgency=low

  * Build documentation in -indep target. (Closes: #721579)

 -- Jérémy Lal <kapouer@melix.org>  Sun, 08 Sep 2013 13:34:41 +0200

mapnik (2.2.0+ds1-1) unstable; urgency=low

  [ Andrew Harvey ]
  * Change debian/rules to use top level font directory (Closes: #665798)

  [ David Paleino ]
  * New upstream version 2.1
    - fixed compatibility with PostGIS 2.0 (AsBinary() → ST_AsBinary())
      (Closes: #699079)
  * Switch debian/watch to github tags
  * debian/patches/:
    - 02-fix_FTBFS_binutils-gold.patch refreshed
    - 03-fix_ImportError_mips.patc, 03-fix_big-endian.patch and
      04-port_to_new_boost.patch removed
  * Python bindings testsuite temporarily disabled
  * Adapt debian/rules get-orig-source target to new upstream layout
  * Build-Depends on libpng-dev instead of libpng12-dev (Closes: #662425)
  * Bump debhelper compatibility to 9
  * Bump Standards-Version to 3.9.4, no changes needed

  [ Jérémy Lal ]
  * New upstream version 2.2
  * control:
    + Transition libmapnik2 to libmapnik (#674587)
    + Transition python-mapnik2 to python-mapnik
    + Canonicalize Vcs fields
  * copyright:
    + entire tarball review
    + switch to copyright 1.0 format
    + DFSG-exclude tests/data/fonts/XB\ Zar.ttf (missing license)
    + conveniently exclude scons, fonts, and some test files for the
      sake of copyright simplification.
  * rules:
    + update input plugins list, remove geos, kismet and add csv,
      geojson, python.
    + disable building demo
    + remove unneeded workarounds in some targets
    + call epydoc directly instead of fiddling with build script
    + pass hardening build flags to mapnik SConstruct,
      thanks to YunQiang Su.
  * patch: 1001 patch to link mapnik lib to dl.

 -- Jérémy Lal <kapouer@melix.org>  Tue, 27 Aug 2013 10:16:08 +0200

mapnik (2.0.0+ds1-3) unstable; urgency=low

  * Fix wrong linkage against boost_python-py2*

 -- David Paleino <dapal@debian.org>  Tue, 25 Oct 2011 22:20:35 +0200

mapnik (2.0.0+ds1-2) unstable; urgency=low

  * 03-fix_big-endian.patch added: the variable for big-endian
    architectures was wrongly named (Closes: #644704)

 -- David Paleino <dapal@debian.org>  Sat, 08 Oct 2011 22:14:59 +0200

mapnik (2.0.0+ds1-1) unstable; urgency=low

  * New upstream version
  * Debhelper compatibility bumped to 8
  * New input plugins compiled: geos, rasterlite
  * Package switch from pysupport to dh_python2
  * Package renamed from libmapnik0.7 to libmapnik2-2.0
  * Purge debian/copyright from non-(anymore)-existing files

 -- David Paleino <dapal@debian.org>  Wed, 05 Oct 2011 13:02:49 +0200

mapnik (0.7.1-6) unstable; urgency=low

  * Get rid of obsolete libjpeg62 dependencies.
    (closes: #629970)
  * Added me to Uploaders to avoid inappropriate NMUing.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 25 Jul 2011 14:14:28 +0200

mapnik (0.7.1-5) unstable; urgency=low

  * Correctly trap errors in debian/rules, thanks to Jakub Wilk
    (Closes: #625667)

 -- David Paleino <dapal@debian.org>  Thu, 05 May 2011 09:27:24 +0200

mapnik (0.7.1-4) unstable; urgency=low

  * 04-port_to_new_boost.patch fixes FTBFS with newer Boost::Filesystem,
    backported from upstream, thanks to Dane Springmeyer (Closes: #624934)
  * Standards-Version bump to 3.9.2, no changes needed

 -- David Paleino <dapal@debian.org>  Tue, 03 May 2011 11:04:48 +0200

mapnik (0.7.1-3) unstable; urgency=low

  * Compile using internal copy of libagg. (Closes: #603470)

 -- David Paleino <dapal@debian.org>  Fri, 19 Nov 2010 12:14:44 +0100

mapnik (0.7.1-2) unstable; urgency=low

  * debian/patches/03-fix_ImportError_mips.patch added, fixes
    un-importability on mips{,-el} due to a wrong import. Thanks
    Jakub Wilk (Closes: #599330)

 -- David Paleino <dapal@debian.org>  Sat, 09 Oct 2010 16:25:18 +0200

mapnik (0.7.1-1) unstable; urgency=low

  * New upstream version
  * debian/patches/:
    - 00-fix_amd64_libdir.patch removed, exception for Debian/Ubuntu
      added in upstream code
    - 02-fix_FTBFS_binutils-gold.patch refreshed to apply to the new
      code
    - 03-fix_typo.patch removed, merged upstream

 -- David Paleino <dapal@debian.org>  Tue, 30 Mar 2010 07:28:55 +0200

mapnik (0.7.0-2) unstable; urgency=low

  * Fix various FTBFS (Closes: #570865)
  * debian/patches/:
    - 00-fix_amd64_libdir.patch added, install the shared library
      in /usr/lib/ also on amd64.
  * debian/rules:
    - pass -r to xargs when fixing permissions, thanks to KiBi
    - ignore errors during doc generation

 -- David Paleino <dapal@debian.org>  Fri, 26 Feb 2010 23:04:32 +0100

mapnik (0.7.0-1) unstable; urgency=low

  [ Dominic Hargreaves ]
  * Change Maintainer to Debian GIS Project (Closes: #551281)
  * Add Vcs-Git and Vcs-Browser fields to reflect move to a
    public repository

  [ David Paleino ]
  * New upstream release (Closes: #567007)
  * Package converted to 3.0 (quilt) format
  * debian/control:
    - added myself to Uploaders
    - added Debian OSM Team to Uploaders
    - wrapped dependency fields (eases reading diffs in commits)
    - remove duplicate Section in libmapnik0.6
    - Standards-Version bumped to 3.8.4, no changes needed
    - fix Build-Dependencies:
      + bump debhelper version
      + use python-support instead of python-central
      + drop useless dependency on python
      + added scons build-dependency, don't use the embedded one
    - support Python >= 2.5
    - libmapnik0.6 → libmapnik0.7 because of SONAME bump
    - added ${misc:Depends} where missing
  * debian/watch updated to use new url
  * debian/rules:
    - added quilt infrastructure
    - rewritten to use dh7
    - handle multiple Python versions
  * debian/patches/:
    - 01-generate_local_docs.patch added, tell epydoc to generate
      docs from local code, don't look for a system-wide module.
    - 02-fix_FTBFS_binutils-gold.patch added (Closes: #555586)
    - 03-fix_typo.patch added
  * debian/copyright, substitute (C) with © to make lintian happy
  * debian/mapnik-doc.doc-base added
  * debian/libmapnik-dev.dirs added
  * debian/*.1 moved to debian/manpages/
  * debian/compat bumped to 7
  * debian/copyright updated to be DEP-5-compliant

 -- David Paleino <dapal@debian.org>  Sun, 21 Feb 2010 10:30:54 +0100

mapnik (0.6.1-1) unstable; urgency=low

  * New upstream release (closes: #537802, #545887)
  * Add dependency on python-cairo to python-mapnik (closes: #538862)
  * Enable build of kismet plugin
  * Update Standards-Version (no changes)
  * Apply patch from mapnik trunk to fix linking against agg
  * Apply changeset 1340 from mapnik trunk to fix shapefile compiler
    options
  * Switch to unversioned boost
  * Bump Standards-Version (no changes)
  * Adjust versioned dep libmapnik-dev -> libmapnik0.6
  * Change libmapnik-dev from Architecture: all to any to satisfy
    strict versioned dependency requirements
  * Split out API docs and examples into a separate package to avoid
    archive bloat due to above

 -- Dominic Hargreaves <dom@earth.li>  Mon, 19 Oct 2009 23:28:32 +0100

mapnik (0.6.0-1) unstable; urgency=low

  * New upstream release (closes: #522823, #523190)
  * Update debian/build-svn-tarball.sh for next major release
  * Update build-dep from proj to libproj-dev to reflect proj package
    reorganization (closes: #521818)
  * Add explicit configure step in debian/rules
  * Update Standards-Version (no changes)
  * Update build-dep from libltdl3-dev to libltdl-dev to reflect libtool
    changes
  * Changes from Ubuntu:
    - add Homepage control field
    - update python-mapnik install file to be compatible with Python 2.6
      transition
  * Remove old transitional mapnik-plugins package
  * Don't install demo/c++/Makefile as we aren't shipping pkg-config files
  * Switch to new boost 1.38 packages

 -- Dominic Hargreaves <dom@earth.li>  Mon, 13 Apr 2009 17:38:36 +0100

mapnik (0.5.1-3) unstable; urgency=low

  * Link against system agg library (closes: #493786) required for...
  * Update Standards-Version
  * Add missing #include to fix FTBFS on GNU/kFreeBSD (closes: #493499)

 -- Dominic Hargreaves <dom@earth.li>  Sat,  9 Aug 2008 18:13:25 +0100

mapnik (0.5.1-2) unstable; urgency=low

  * Update mapnik-utils extended description to fix formatting problem
    (closes: #480333)

 -- Dominic Hargreaves <dom@earth.li>  Fri, 20 Jun 2008 23:38:47 +0100

mapnik (0.5.1-1) unstable; urgency=low

  * New upstream release: re-enables regex support (closes: #471717)
  * Configure gdal library name dynamically at build time and remove
    versioned dependency on libgdal1-dev (closes: #473958)

 -- Dominic Hargreaves <dom@earth.li>  Thu,  3 Apr 2008 21:41:32 +0100

mapnik (0.5.0-3) unstable; urgency=low

  * Fix FTBFS with gcc 4.3: include missing headers (closes: #454898)
  * Fix watch file to cope with new filename
  * Explicitly link again python 2.5 boost library (closes: #468770)

 -- Dominic Hargreaves <dom@earth.li>  Tue, 25 Mar 2008 20:14:22 +0000

mapnik (0.5.0-2) unstable; urgency=low

  * Fix plugin path in python bindings (closes: #466144)
  * Remove libboost-serialization-dev build depends again, as
    #457654 has been fixed.
  * python-all-dev build depends changed to python2.5-dev

 -- Dominic Hargreaves <dom@earth.li>  Sun, 24 Feb 2008 00:51:03 +0000

mapnik (0.5.0-1) unstable; urgency=low

  * New (final) upstream release
  * Add libboost-serialization-dev build depends back, to work around
    #457654 in libboost-dev.

 -- Dominic Hargreaves <dom@earth.li>  Mon, 11 Feb 2008 23:01:05 +0000

mapnik (0.5~svn638-1) experimental; urgency=low

  * New upstream release
    - Remove build dependency on libboost-serialization-dev
    - Add build dependency on libgdal1-dev
    - Bump python build dependency
    - Add build dependency on libxml2-dev
    - Now shipping with upstream's soname
    - Don't link main library against unnecessary libraries
    - Add build dependency on libboost-iostreams-dev
    - Missing includes fixed (closes: #454898)
  * Correct watch file (thanks to Raphael Geissert; closes: #450108)
  * Update Standard-Version (no changes)
  * Update build-svn-tarball.sh
  * Add mapnik-plugin-base to determine the path to plugins
  * Add Suggests on postgis

 -- Dominic Hargreaves <dom@earth.li>  Wed,  6 Feb 2008 18:07:29 +0000

mapnik (0.4.0-2) unstable; urgency=low

  * Improve description for mapnik-utils (closes: #420286)
  * Fix FTBFS due to Boost changes: tweak SConstruct and
    build dependencies (closes: #425901)
  * Tweak clean target to fix repeated builds

 -- Dominic Hargreaves <dom@earth.li>  Fri, 25 May 2007 00:15:23 +0100

mapnik (0.4.0-1) unstable; urgency=low

  * New upstream release
  * Remove support for multiple python versions, as Python boost bindings
    are version-specific.
  * Include ogcserver script as an example for the python-mapnik package.

 -- Dominic Hargreaves <dom@earth.li>  Fri,  9 Mar 2007 17:14:28 +0000

mapnik (0.3.0+svn424-1) unstable; urgency=low

  * Initial release (Closes: #402792)

 -- Dominic Hargreaves <dom@earth.li>  Sun, 14 Jan 2007 15:53:35 +0000

