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

sebastic pushed a commit to branch master
in repository python-rtree.

commit a9f3d26ef13d713534649525a92a7ae317b0ede8
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon Aug 31 17:55:38 2015 +0200

    Initial Debian packaging.
---
 debian/changelog         |  5 ++++
 debian/compat            |  1 +
 debian/control           | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright         | 46 ++++++++++++++++++++++++++++++++++
 debian/doc-base          |  8 ++++++
 debian/docs              |  1 +
 debian/gbp.conf          | 16 ++++++++++++
 debian/links             |  2 ++
 debian/rules             | 29 ++++++++++++++++++++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  6 +++++
 debian/watch             |  6 +++++
 12 files changed, 185 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..71abbe7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-rtree (0.8.2+ds-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #797541)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Mon, 31 Aug 2015 17:20:28 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6021113
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,64 @@
+Source: python-rtree
+Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebas...@debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               libspatialindex-dev (>= 1.7.0),
+               python-all,
+               python-setuptools,
+               python-sphinx,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-rtree.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-rtree.git
+Homepage: http://toblerity.org/rtree/
+
+Package: python-rtree
+Architecture: all
+Depends: libjs-jquery,
+         libjs-underscore,
+         ${python:Depends},
+         ${misc:Depends}
+Provides: ${python:Provides}
+Description: R-Tree spatial index for Python GIS - Python 2 module
+ Rtree is a ctypes Python wrapper of libspatialindex that provides a
+ number of advanced spatial indexing features for the spatially curious
+ Python user. These features include:
+ .
+  * Nearest neighbor search
+  * Intersection search
+  * Multi-dimensional indexes
+  * Clustered indexes (store Python pickles directly with index entries)
+  * Bulk loading
+  * Deletion
+  * Disk serialization
+  * Custom storage implementation (to implement spatial indexing in ZODB,
+    for example)
+ .
+ This package contains the module for Python 2.
+
+Package: python3-rtree
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends}
+Provides: ${python3:Provides}
+Description: R-Tree spatial index for Python GIS - Python 3 module
+ Rtree is a ctypes Python wrapper of libspatialindex that provides a
+ number of advanced spatial indexing features for the spatially curious
+ Python user. These features include:
+ .
+  * Nearest neighbor search
+  * Intersection search
+  * Multi-dimensional indexes
+  * Clustered indexes (store Python pickles directly with index entries)
+  * Bulk loading
+  * Deletion
+  * Disk serialization
+  * Custom storage implementation (to implement spatial indexing in ZODB,
+    for example)
+ .
+ This package contains the module for Python 3.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..91609c5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Rtree
+Upstream-Contact: Howard Butler <hobu....@gmail.com>
+Source: http://pypi.debian.net/rtree/
+Comment: The upstream sources are repacked to excluded the Rtree.egg-info
+ directory that is automatically removed by dh_clean.
+Files-Excluded: Rtree.egg-info/*
+ tests/*.pyc
+
+Files: *
+Copyright: 2011, Howard Butler, Brent Pedersen, Sean Gilles, and others.
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2015, Bas Couwenberg <sebas...@debian.org>
+License: LGPL-2.1+ or GPL-2+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2' file.
+
diff --git a/debian/doc-base b/debian/doc-base
new file mode 100644
index 0000000..b869467
--- /dev/null
+++ b/debian/doc-base
@@ -0,0 +1,8 @@
+Document: python-rtree
+Title: Python Rtree Documentation
+Author: Howard Butler, Brent Pedersen, Sean Gilles, and others
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-rtree/html/index.html
+Files: /usr/share/doc/python-rtree/html/*.html
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a213c54
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+docs/build/html
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..78fbdc5
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+usr/share/javascript/jquery/jquery.js         
usr/share/doc/python-rtree/html/_static/jquery.js
+usr/share/javascript/underscore/underscore.js 
usr/share/doc/python-rtree/html/_static/underscore.js
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..66f4153
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=rtree
+
+%:
+       dh $@ \
+               --buildsystem=pybuild \
+               --with python2 \
+               --with python3 \
+               --parallel
+
+override_dh_auto_clean:
+       dh_auto_clean
+       (cd docs && make clean)
+
+override_dh_auto_build:
+       dh_auto_build
+       (cd docs && make html)
+
+override_dh_auto_test:
+       dh_auto_test || echo "Ignoring test failures"
+
+override_dh_installchangelogs:
+       dh_installchangelogs docs/source/changes.txt
+
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..ae97b58
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/Toblerity/rtree/issues
+Bug-Submit: https://github.com/Toblerity/rtree/issues/new
+Name: Rtree
+Repository: https://github.com/Toblerity/rtree.git
+Repository-Browse: https://github.com/Toblerity/rtree
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..adf8ce3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+repacksuffix=+ds \
+http://pypi.debian.net/Rtree/Rtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to