[tilecache] 02/14: Restructure control file with cme.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 24 19:51:27 UTC 2015


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

sebastic pushed a commit to branch master
in repository tilecache.

commit b90338f2a787743450c6d1559c841a55bf9066dc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 24 19:11:17 2015 +0200

    Restructure control file with cme.
    
    Changes:
    - Migrate from XS-Python-Version to X-Python-Version
    - Drop unneeded version constrainsts
    - Update Vcs-* fields to use canonical URLs
---
 debian/changelog | 10 ++++++++++
 debian/control   | 51 +++++++++++++++++++++++----------------------------
 2 files changed, 33 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 116cef1..fe4a5a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tilecache (2.11-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Restructure control file with cme, changes:
+    - Migrate from XS-Python-Version to X-Python-Version
+    - Drop unneeded version constrainsts
+    - Update Vcs-* fields to use canonical URLs
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 24 Aug 2015 19:09:10 +0200
+
 tilecache (2.11-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index cf2812d..8747c44 100644
--- a/debian/control
+++ b/debian/control
@@ -1,39 +1,33 @@
 Source: tilecache
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
 Section: web
 Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders:
- David Paleino <dapal at debian.org>
-Build-Depends:
- debhelper (>= 8)
-Build-Depends-Indep:
- python (>= 2.5.4-1~)
- , dh-python
- , python-setuptools
- , python-sphinx
-XS-Python-Version: >= 2.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: python,
+                     dh-python,
+                     python-setuptools,
+                     python-sphinx
 Standards-Version: 3.9.1
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/tilecache.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/tilecache.git
 Homepage: http://tilecache.org/
-Vcs-Git: git://git.debian.org/pkg-grass/tilecache.git
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilecache.git
+X-Python-Version: >= 2.1
 
 Package: tilecache
 Architecture: all
-Depends:
- ${misc:Depends}
- , ${python:Depends}
- , libjs-jquery
-Recommends:
- python-imaging
-Suggests:
- python-mapscript (>= 4.10)
- , python-mapnik
- , memcached
- , python-memcache
- , python-boto
- , python-flup
- , python-paste
- , python-wsgiref
+Depends: ${misc:Depends},
+         ${python:Depends},
+         libjs-jquery
+Recommends: python-imaging
+Suggests: python-mapscript,
+          python-mapnik,
+          memcached,
+          python-memcache,
+          python-boto,
+          python-flup,
+          python-paste,
+          python-wsgiref
 Description: a web map tile caching system
  TileCache is an implementation of a WMS-C compliant server made available by
  MetaCarta. TileCache provides a Python-based WMS/TMS server, with pluggable
@@ -43,3 +37,4 @@ Description: a web map tile caching system
  local disk-based cache of any WMS server, and use the result in any WMS-C
  supporting client, like OpenLayers, or any TMS supporting client, like
  OpenLayers and worldKit.
+

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



More information about the Pkg-grass-devel mailing list