[pykdtree] 03/03: Fix VCS URLs
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Wed Feb 17 00:07:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pykdtree.
commit b6973604e6dcc011b026f2fcfd623e51b478be2b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Tue Feb 16 23:54:52 2016 +0000
Fix VCS URLs
---
debian/control | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index aeab09e..8c8c7fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: pykdtree
-Section: python
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
+Section: python
+Testsuite: autopkgtest
+Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
python-setuptools,
@@ -10,14 +11,15 @@ Build-Depends: debhelper (>= 9.0.0),
python-numpy,
python-nose
Standards-Version: 3.9.7
-Homepage: https://pypi.python.org/pypi/pykdtree
-Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pykdtree.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/pykdtree.git
-XS-Testsuite: autopkgtest
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pykdtree.git
+Homepage: https://pypi.python.org/pypi/pykdtree
Package: python-pykdtree
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${python:Depends},
+ ${misc:Depends}
Description: Fast kd-tree implementation with OpenMP-enabled queries
pykdtree is a kd-tree implementation for fast nearest neighbour search
in Python. The aim is to be the fastest implementation around for
@@ -32,4 +34,3 @@ Description: Fast kd-tree implementation with OpenMP-enabled queries
Euclidean distance measure is supported.
.
Queries are optionally multithreaded using OpenMP.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pykdtree.git
More information about the Pkg-grass-devel
mailing list