mapcache (1.4.0-1build1) wily; urgency=medium

  * No-change rebuild against libgeos-c1v5

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 12 Aug 2015 11:56:26 +0200

mapcache (1.4.0-1) unstable; urgency=medium

  * Update symbols for other architectures.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 31 Jul 2015 00:32:07 +0200

mapcache (1.4.0-1~exp1) experimental; urgency=medium

  * Update watch file to support new upstream tag format too.
  * New upstream release.
  * Update copyright file, add license & copyright for hmac-sha.c.
  * Refresh patches.
  * Disable experimental mapserver support, FTBFS.
  * Update symbols for amd64.
  * Move docs to libapache2-mod-mapcache.
  * Update mapcache_seed man page with new options.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 28 Jul 2015 21:40:01 +0200

mapcache (1.2.1-4) unstable; urgency=medium

  * Update symbols for other architectures.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 25 Jul 2015 13:41:00 +0200

mapcache (1.2.1-4~exp1) experimental; urgency=medium

  * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency.
  * Use multi-line uscan options without quotes.
  * Update mapserver build dependencies for MapServer 7.0.0.
  * Reorder build dependencies, add libharfbuzz-dev.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 24 Jul 2015 13:45:27 +0200

mapcache (1.2.1-3) unstable; urgency=medium

  * Add upstream metadata.
  * Update Source URL for GitHub in copyright file.
  * Update Homepage URL, strip en/ from path.
  * Set the date embedded in man pages to the build date for
    reproducible builds.
  * Update Vcs-Browser URL to use cgit instead of gitweb.
  * Update my email to @debian.org address.
  * Bump Standards-Version to 3.9.6, no changes.
  * Update copyright file, changes:
    - Convert copyright file from iso-8859-1 to utf8
    - Update copyright years
    - Drop unused files paragraph for ltmain.sh
  * Drop lintian override for no-upstream-changelog,
    shouldn't override pedantic tags.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 27 Apr 2015 12:11:00 +0200

mapcache (1.2.1-2) unstable; urgency=low

  * Add gpb.conf to use pristine-tar by default.
  * Use dh commands instead of CMake directly.
  * Enable parallel builds.
  * Drop lintian override for debian-watch-may-check-gpg-signature,
    shouldn't override pedantic tags.
  * Don't create /var/cache/mapcache in postinst,
    use libapache2-mod-mapcache.dirs instead.
    (closes: #740327)
  * Also remove generated man pages on clean.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Fri, 28 Feb 2014 17:55:13 +0100

mapcache (1.2.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.5, no changes required.
  * Drop soname.patch, applied upstream.
  * Add lintian override for debian-watch-may-check-gpg-signature,
    upstream doesn't provide signatures for verification.
  * Add lintian override for no-upstream-changelog, no changes in source.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Fri, 03 Jan 2014 17:30:18 +0100

mapcache (1.2.0-2) unstable; urgency=low

  [ Bas Couwenberg ]
  * Change priority to optional.

  [ Francesco Paolo Lovergine ]
  * Changed to libgdal-dev b-d.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 12 Dec 2013 17:08:16 +0100

mapcache (1.2.0-1) unstable; urgency=low

  * New upstream release 1.2.0. (closes: #712377)
  * Update watch file for github releases.
  * Build system changed from autotools to cmake.
  * Drop patches:
    - includepath.patch (no longer required)
    - fixwithmapserv.patch (libtool no longer used)
    - libmapcache_hardening.patch (libtool no longer used)
    - demo_service_js_typos.patch (applied upstream)
    - demo_service_valid_js_var.patch (applied upstream)
    - demo_service_html5_doctype.patch (applied upstream)
    - demo_service_html_charset.patch (applied upstream)
    - demo_service_list_newlines.patch (applied upstream)
    - demo_service_page_height.patch (applied upstream)
    - demo_service_indenting.patch (applied upstream)
    - mapcache_seed_non_zero_exit.patch (applied upstream)
    - mapcache_seed_delete_mode.patch (applied upstream)
    - mapcache_seed_typo.patch (applied upstream)
  * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle symbols.
  * Add patch to use a versioned SONAME.
  * SONAME of libmapcache changed from libmapcache.so.0 to
    libmapcache.so.1.
  * Update libmapcache symbols for 1.2.0 on amd64.
  * Enable verbose make output.
  * Call ldconfig in libmapcache postinst and postrm.
  * Update libmapserver dependency for MapServer 6.4.0.
  * Add patch to include mapserver cmake package.
  * Build-Depend on libtiff-dev for libtiff5 transition.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Wed, 11 Sep 2013 19:16:06 +0200

mapcache (1.0.0-3) UNRELEASED; urgency=low

  * Upload for Debian closes: #712377
  * Strip RPATH from module and CGI binary.
  * Empty dependency_libs in la file.
  * Update copyright file to DEP-5 format.
  * Use set -e in postinst & postrm.
  * Additional cleanup of auto-generated files.
  * Multi-Arch libmapcache with debhelper 9.
  * Rename libmapcache to libmapcache0 to match SONAME.
  * Add libmapcache0-dev package.
  * Bump Standards-Version to 3.9.4.
  * Create /var/cache/mapcache in postinst.
  * Build-Depend on libproj-dev instead of the proj source package.
  * Drop explicit dependency on libmapcache0, already set by shlibs:Depends.
  * Enable hardening build flags.
  * Add man page for mapcache_seed utility.
  * Add patch to fix typos in demo service javascript.
  * Add patch to use a valid variable name for the WMSGetFeatureInfo control.
  * Add patch to set the HTML5 DOCTYPE in the demo service.
  * Add patch to set the Content-Type and charset in the HTML documents.
  * Add patch to add newlines after each list item.
  * Add patch to set the page height to 100% for the demo service.
  * 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.
  * Update for apache 2.4.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Sat, 15 Jun 2013 01:34:26 +0200

mapcache (1.0.0-2~ubuntu1) unstable; urgency=low

  * Added libmapcache.symbols

 -- Jerome Villeneuve Larouche <jlarouche@mapgears.com>  Thu, 28 Feb 2013 10:04:43 -0500

mapcache (1.0.0-1~ubuntu1) unstable; urgency=low

  * Initial Upstream Release
  * Added includepath.patch to change the mapserver.h path to
    mapserver/mapserver.h

 -- Jerome Villeneuve Larouche <jlarouche@mapgears.com>  Thu, 15 Nov 2012 21:08:41 +0000

mapcache (0~git052512+a8a8fe848c-1~ubuntu1) unstable; urgency=low

  * New git upstream.

 -- Alan Boudreault <aboudreault@mapgears.com>  Wed, 20 Jun 2012 13:46:36 +0000

mapcache (0.0.0~git20120526~ubuntu1) unstable; urgency=low

  * Initial Release.

 -- Tom Payne <tom.payne@camptocamp.com>  Thu, 07 Jun 2012 19:18:04 +0200
