[tilelite] 01/09: Imported Debian patch 0.1.5-2
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jun 5 11:35:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository tilelite.
commit f89af475baea41366e61aae943cf64cb78130b34
Author: David Paleino <dapal at debian.org>
Date: Tue Apr 17 23:29:43 2012 +0200
Imported Debian patch 0.1.5-2
---
debian/changelog | 10 ++++++++--
debian/control | 6 +++---
debian/copyright | 4 ++--
debian/examples | 1 +
debian/install | 1 -
debian/rules | 7 ++++++-
6 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 496f371..7f2b379 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-tilelite (0.1.5-1) UNRELEASED; urgency=low
+tilelite (0.1.5-2) unstable; urgency=low
+
+ * Fix dependency on python-mapnik(2).
+
+ -- David Paleino <dapal at debian.org> Tue, 17 Apr 2012 23:29:43 +0200
+
+tilelite (0.1.5-1) unstable; urgency=low
* Initial release (Closes: #631182)
- -- David Paleino <dapal at debian.org> Tue, 21 Jun 2011 09:28:22 +0200
+ -- David Paleino <dapal at debian.org> Sun, 15 Apr 2012 10:20:22 +0200
diff --git a/debian/control b/debian/control
index 58638ab..87f264d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: David Paleino <dapal at debian.org>
, Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0)
- , python-support
-Standards-Version: 3.9.2
+ , python (>= 2.6.6-3~)
+Standards-Version: 3.9.3
Homepage: https://bitbucket.org/springmeyer/tilelite/wiki/Home
Vcs-Git: git://git.debian.org/pkg-grass/tilelite.git
Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilelite.git
@@ -15,7 +15,7 @@ Package: tilelite
Architecture: all
Depends: ${misc:Depends}
, ${python:Depends}
- , python-mapnik | python-mapnik2
+ , python-mapnik2
Recommends:
python-werkzeug
Provides: python-tilelite
diff --git a/debian/copyright b/debian/copyright
index f637596..869b115 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: TileLite
Source: https://bitbucket.org/springmeyer/tilelite/overview
@@ -7,7 +7,7 @@ Copyright: © 2009-2010, Dane Springmeyer <dane at dbsgeo.com>
License: BSD-3
Files: debian/*
-Copyright: © 2011, David Paleino <dapal at debian.org>
+Copyright: © 2012, David Paleino <dapal at debian.org>
License: BSD-3
License: BSD-3
diff --git a/debian/examples b/debian/examples
index 922452a..42a91e0 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1,2 +1,3 @@
demo/
utils/*
+tiles_app.py
diff --git a/debian/install b/debian/install
deleted file mode 100644
index e27ba84..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-tiles_app.py /usr/share/tilelite/
diff --git a/debian/rules b/debian/rules
index 351b59c..ecbd226 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,13 @@
TLDIR=$(CURDIR)/debian/tilelite
%:
- dh $@
+ dh $@ \
+ --with python2
override_dh_auto_install:
dh_auto_install
mv $(TLDIR)/usr/bin/liteserv.py $(TLDIR)/usr/bin/liteserv
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod a-x $(CURDIR)/debian/tilelite/usr/share/doc/tilelite/examples/tiles_app.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tilelite.git
More information about the Pkg-grass-devel
mailing list