[SCM] tilestache branch, master, updated. debian/1.10.6-1-5-gdeb83e6

David Paleino dapal at debian.org
Tue Sep 13 07:10:39 UTC 2011


The following commit has been merged in the master branch:
commit deb83e6c83cfcd1a06bc8697fc3c9b7e529f00b6
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 13 09:09:53 2011 +0200

    Package switched from pysupport to dh_python2

diff --git a/debian/changelog b/debian/changelog
index ce6099a..287e3f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 tilestache (1.19.0-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * Package switched from pysupport to dh_python2
 
- -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 09:06:13 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 13 Sep 2011 09:09:44 +0200
 
 tilestache (1.10.6-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4749abe..5d55397 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
 Build-Depends:
  debhelper (>= 8~)
- , python-support
+ , python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 Homepage: http://tilestache.org
 Vcs-Git: git://git.debian.org/pkg-grass/tilestache.git
diff --git a/debian/rules b/debian/rules
index 86388bf..3d46459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@
 PREFIX := $(CURDIR)/debian/tilestache/
 
 %:
-	dh $@
+	dh $@ \
+		--with python2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list