Skip to content
Commits on Source (8)
pykdtree (1.2.2-4) unstable; urgency=medium
* Standard version bumped to 4.1.3 (no change)
* debian/watch
- use secure URL
* debian/control
- remove unnecessary testsuite autopkgtest field
* debian/rules
- remove unnecessary dh argument (--parallel)
* Set compat to 11.
* Add upstream metadata.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 04 Mar 2018 08:37:37 +0000
pykdtree (1.2.2-3) unstable; urgency=medium
* Team upload.
......
......@@ -2,9 +2,8 @@ Source: pykdtree
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python3-setuptools,
......@@ -14,7 +13,7 @@ Build-Depends: debhelper (>= 9.0.0),
python3-numpy,
python-nose,
python3-nose
Standards-Version: 4.0.0
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pykdtree.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pykdtree.git
Homepage: https://pypi.python.org/pypi/pykdtree
......
......@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pykdtree
%:
dh $@ --parallel --with python2,python3 --buildsystem=pybuild
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_python2:
dh_python2 -ppython-pykdtree
......
---
Bug-Database: https://github.com/pytroll/pykdtree/issues
Bug-Submit: https://github.com/pytroll/pykdtree/issues/new
Name: pykdtree
Repository: https://github.com/pytroll/pykdtree.git
Repository-Browse: https://github.com/pytroll/pykdtree
# Compulsory line, this is a version 3 file
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
https://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))