[SCM] mapcache branch, jessie, updated. upstream/1.2.0-89-g439920a

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 18 22:08:14 UTC 2013


The following commit has been merged in the jessie branch:
commit d88c8ac4a1e67d311d04fa56e81674be97a7f225
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 19 00:05:34 2013 +0200

    Restucture control file.

diff --git a/debian/control b/debian/control
index 52c6089..20936b6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,41 +1,67 @@
 Source: mapcache
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+           Alan Boudreault <aboudreault at mapgears.com>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: devel
 Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Alan Boudreault <aboudreault at mapgears.com>, Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1),
- libcurl4-gnutls-dev, libpng-dev, libjpeg-dev, zlib1g-dev (>= 1.1.4),
- libgd-dev (>= 2.1.0~rc1-2), libfreetype6-dev (>= 2.0.9),
- libgdal1-dev (>= 1.9.0), libproj-dev, libgeos-dev (>= 3.3.1-1~),
- libfribidi-dev, libcairo2-dev,
- apache2-dev, dh-apache2, libfcgi-dev,
- libpcre3-dev, libpixman-1-dev,
- libsqlite3-dev, libtiff4-dev,
- libmapserver1, libmapserver1-dev,
- chrpath, cmake (>= 2.8.0), pkg-config, pkg-kde-tools,
- docbook2x, docbook-xsl, docbook-xml, xsltproc
+Build-Depends: debhelper (>= 9),
+               dpkg-dev (>= 1.16.1.1),
+               libcurl4-gnutls-dev,
+               libpng-dev,
+               libjpeg-dev,
+               zlib1g-dev,
+               libgd-dev,
+               libfreetype6-dev,
+               libgdal1-dev (>= 1.9.0),
+               libproj-dev,
+               libgeos-dev (>= 3.3.1-1~),
+               libfribidi-dev,
+               libcairo2-dev,
+               apache2-dev,
+               dh-apache2,
+               libfcgi-dev,
+               libpcre3-dev,
+               libpixman-1-dev,
+               libsqlite3-dev,
+               libtiff4-dev,
+               libmapserver1,
+               libmapserver1-dev,
+               chrpath,
+               cmake,
+               pkg-config,
+               pkg-kde-tools,
+               docbook2x,
+               docbook-xsl,
+               docbook-xml,
+               xsltproc
 Standards-Version: 3.9.4
-Homepage: http://www.mapserver.org/en/mapcache/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mapcache.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapcache.git
+Homepage: http://www.mapserver.org/en/mapcache/
 
 Package: libmapcache0
-Depends: libmapcache1, ${misc:Depends}
 Architecture: any
 Section: oldlibs
+Depends: libmapcache1,
+         ${misc:Depends}
 Description: Dummy package for libmapcache0 to libmapcache1 transition
  This is a transitional dummy package to ease upgrades from the
  libmapcache0 package to the libmapcache1 package.
  It can safely be removed.
 
 Package: libmapcache1
-Provides: libmapcache, libmapcache0
-Replaces: libmapcache, libmapcache0
-Breaks: libmapcache (<= 1.2.0), libmapcache0 (<= 1.2.0)
-Section: libs
 Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libmapcache (<= 1.2.0),
+        libmapcache0 (<= 1.2.0)
+Provides: libmapcache,
+          libmapcache0
+Replaces: libmapcache,
+          libmapcache0
 Description: tile caching server - shared library
  This package contains the shared library.
  .
@@ -45,22 +71,30 @@ Description: tile caching server - shared library
  solution.
 
 Package: libmapcache0-dev
-Depends: libmapcache1-dev, ${misc:Depends}
 Architecture: any
 Section: oldlibs
+Depends: libmapcache1-dev,
+         ${misc:Depends}
 Description: Transitional dummy package for libmapcache1-dev
  This is a transitional dummy package to ease upgrades from the
  libmapcache0-dev package to the libmapcache1-dev package.
  It can safely be removed.
 
 Package: libmapcache1-dev
-Provides: libmapcache-dev, libmapcache0-dev
-Replaces: libmapcache-dev, libmapcache0-dev
-Breaks: libmapcache-dev (<= 1.2.0), libmapcache0-dev (<= 1.2.0)
-Section: libdevel
 Architecture: any
-Depends: libmapcache1 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Suggests: mapcache-cgi, mapcache-tools, libapache2-mod-mapcache
+Section: libdevel
+Depends: libmapcache1 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: mapcache-cgi,
+          mapcache-tools,
+          libapache2-mod-mapcache
+Breaks: libmapcache-dev (<= 1.2.0),
+        libmapcache0-dev (<= 1.2.0)
+Provides: libmapcache-dev,
+          libmapcache0-dev
+Replaces: libmapcache-dev,
+          libmapcache0-dev
 Description: tile caching server - shared library development files
  This package contains the development files for the shared library.
  .
@@ -70,9 +104,10 @@ Description: tile caching server - shared library development files
  solution.
 
 Package: mapcache-cgi
-Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: web
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: tile caching server - CGI binary
  This package contains the mapcache FastCGI program, as alternative to the
  Apache module available in libapache2-mod-mapcache.
@@ -83,9 +118,10 @@ Description: tile caching server - CGI binary
  solution.
 
 Package: mapcache-tools
-Section: misc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: misc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: tile caching server - tools
  This package provides command-line utilities for MapCache.
  .
@@ -95,9 +131,10 @@ Description: tile caching server - tools
  solution.
 
 Package: libapache2-mod-mapcache
-Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: web
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: tile caching server - Apache module
  This is the MapCache module for the Apache web server implementing OGC web
  services. An alternative mapcache FastCGI program is available in

-- 
Packaging for MapCache



More information about the Pkg-grass-devel mailing list