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

