[mapcache] branch jessie-backports updated (2f9bf23 -> 056cc92)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 7 20:01:18 UTC 2016


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

sebastic pushed a change to branch jessie-backports
in repository mapcache.

      from  2f9bf23   Rebuild for jessie-backports.
      adds  38ad08d   Enable memcache support.
      adds  1e60e59   Update Vcs-Browser URL to use HTTPS.
      adds  c77766b   Update Upstream-Contact in copyright file to include email address.
      adds  85d1c66   Mark patch as Forwarded.
      adds  022af19   Add lintian override for apache2-module-depends-on-real-apache2-package false positive.
      adds  2108a83   Set distribution to unstable.
      adds  8b87283   Disable memcache support on architectures where it's not supported.
      adds  4e2f43c   Set distribution to unstable.
      adds  1ddb6ce   Update watch file to use lowercase RC in uversionmangle.
      adds  a1065d4   Set distribution to unstable.
      adds  528e31b   Update Vcs-Git URL to use HTTPS.
      adds  fe1ab57   Add changelog entry for Vcs-Git URL change.
      adds  5515e75   Add patches for various typos.
      adds  79b6618   Bump Standards-Version to 3.9.7, no changes.
      adds  e619e8e   Mark typo patches as Applied-Upstream.
      adds  6ea581b   Imported Upstream version 1.4.1
      adds  7de6461   Merge tag 'upstream/1.4.1'
      adds  35d0792   New upstream release.
      adds  dde8c3f   Refresh patches.
      adds  4d8b2c5   Don't patch debian/changelog.
      adds  b18ea85   Update symbols for 1.4.1.
      adds  0e8fdeb   Set distribution to unstable.
      adds  0f333a0   Disable memcache support on hurd-i386 too.
      adds  6b4d94a   Update symbols for other architectures.
      adds  a824f98   Set distribution to unstable.
       new  16277ee   Merge tag 'debian/1.4.1-2' into jessie-backports
       new  056cc92   Rebuild for jessie-backports.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                   |  17 +-
 apache/mod_mapcache.c                            | 252 +++++++++++++++--------
 cgi/mapcache.c                                   |  14 +-
 cmake/FindAPACHE.cmake                           |   2 +-
 debian/changelog                                 |  45 ++++
 debian/control                                   |   7 +-
 debian/copyright                                 |   2 +-
 debian/libapache2-mod-mapcache.lintian-overrides |   3 +
 debian/libmapcache1.symbols                      |  15 +-
 debian/patches/across-typo.patch                 |  16 ++
 debian/patches/cmake-mapserver-include.patch     |   5 +-
 debian/patches/occurred-typo.patch               |  38 ++++
 debian/patches/overridden-typo.patch             |  16 ++
 debian/patches/series                            |   3 +
 debian/rules                                     |  11 +-
 debian/watch                                     |   2 +-
 include/mapcache.h                               |  96 ++++-----
 include/util.h                                   |   8 +-
 lib/cache_bdb.c                                  |  51 ++---
 lib/cache_disk.c                                 |  69 ++-----
 lib/cache_fallback.c                             |   8 +-
 lib/cache_memcache.c                             |  15 +-
 lib/cache_multitier.c                            |   2 +-
 lib/cache_rest.c                                 | 131 ++++++------
 lib/cache_riak.c                                 |  20 +-
 lib/cache_sqlite.c                               |   6 +-
 lib/cache_tiff.c                                 |  29 +--
 lib/connection_pool.c                            |   9 +-
 lib/core.c                                       |  28 +--
 lib/dimension.c                                  |  49 +++--
 lib/ezxml.c                                      |   2 +-
 lib/http.c                                       |   4 +-
 lib/image.c                                      |   8 +-
 lib/imageio_png.c                                |  18 +-
 lib/lock.c                                       |  25 ++-
 lib/service_demo.c                               |  23 ++-
 lib/service_wms.c                                |  18 +-
 lib/service_wmts.c                               |   9 +-
 lib/strptime.c                                   |   1 -
 lib/tileset.c                                    |  42 ++--
 lib/util.c                                       |  69 ++++++-
 release.sh                                       |  54 +++++
 util/mapcache_seed.c                             | 161 +++++++++------
 43 files changed, 882 insertions(+), 521 deletions(-)
 create mode 100644 debian/libapache2-mod-mapcache.lintian-overrides
 create mode 100644 debian/patches/across-typo.patch
 create mode 100644 debian/patches/occurred-typo.patch
 create mode 100644 debian/patches/overridden-typo.patch
 create mode 100755 release.sh

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



More information about the Pkg-grass-devel mailing list