[DebianGIS-dev] [SCM] tilestache branch, master, updated. upstream/1.0.1-2-gf7fe348

David Paleino dapal at debian.org
Wed Nov 10 17:53:05 UTC 2010


The following commit has been merged in the master branch:
commit f7fe3489b7291c4b223356c7895d6ca95a385c49
Author: David Paleino <dapal at debian.org>
Date:   Wed Nov 10 18:52:41 2010 +0100

    Initial commit

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7fb0d43
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+tilestache (1.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #603050)
+
+ -- David Paleino <dapal at debian.org>  Wed, 10 Nov 2010 18:20:57 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f939970
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: tilestache
+Section: web
+Priority: extra
+Maintainer: David Paleino <dapal at debian.org>
+Build-Depends:
+ debhelper (>= 8~)
+ , python-support
+Standards-Version: 3.9.1
+Homepage: http://tilestache.org
+Vcs-Git: git://git.debian.org/pkg-grass/tilestache.git
+Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilestache.git;a=summary
+
+Package: tilestache
+Architecture: all
+Depends:
+ ${python:Depends}
+ , ${misc:Depends}
+ , python-modestmaps
+ , ttf-dejavu-core
+Recommends:
+ python-mapnik
+Description: map tiles caching system
+ TileStache is a Python-based server application that can serve up map tiles
+ based on rendered geographic data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9c255dc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+This work was packaged for Debian by:
+
+    David Paleino <dapal at debian.org> on Wed, 10 Nov 2010 18:20:57 +0100
+
+It was downloaded from:
+
+    <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Firstname Lastname>
+    <likewise for another author>
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be
+found in "/usr/share/common-licenses/BSD".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 David Paleino <dapal at debian.org>
+
+# Please chose a license for your packaging work. If the program you package
+# uses a mainstream license, using the same license is the safest choice.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+# If you just want it to be GPL version 3, leave the following lines in.
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..2443976
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1,3 @@
+examples/*
+tilestache.cfg
+tilestache.cgi
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..f41ea36
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+doc/*	/usr/share/doc/tilestache/html/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..218df65
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b0f553c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://tilestache.org/download/TileStache-(\d+.*)\.tar\.gz

-- 
map tiles caching system



More information about the Pkg-grass-devel mailing list