Skip to content
Commits on Source (4)
...@@ -21,16 +21,16 @@ Homepage: https://github.com/pytroll/python-geotiepoints ...@@ -21,16 +21,16 @@ Homepage: https://github.com/pytroll/python-geotiepoints
Package: python3-geotiepoints Package: python3-geotiepoints
Architecture: any Architecture: any
Depends: ${misc:Depends}, Depends: python3-dask,
${python3:Depends},
${shlibs:Depends},
python3-dask,
python3-numpy, python3-numpy,
python3-pandas, python3-pandas,
python3-scipy, python3-scipy,
python3-xarray python3-xarray,
Recommends: ${python3:Recommends}, ${python3:Depends},
python3-h5py ${shlibs:Depends},
${misc:Depends}
Recommends: python3-h5py,
${python3:Recommends}
Suggests: ${python3:Suggests} Suggests: ${python3:Suggests}
Description: Interpolation of geographic tiepoints in Python Description: Interpolation of geographic tiepoints in Python
Python-geotiepoints is a Python module that interpolates (and extrapolates Python-geotiepoints is a Python module that interpolates (and extrapolates
......
...@@ -3,18 +3,20 @@ ...@@ -3,18 +3,20 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 #export DH_VERBOSE=1
export PYBUILD_NAME=geotiepoints
export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=geotiepoints
%: %:
dh $@ --with python3 --buildsystem=pybuild dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
$(RM) geotiepoints/multilinear*.so
override_dh_python3: override_dh_python3:
dh_python3 dh_python3
dh_numpy3 dh_numpy3
override_dh_auto_clean:
dh_auto_clean
$(RM) geotiepoints/multilinear*.so
--- ---
Bug-Database: https://github.com/pytroll/python-geotiepoints/issues Bug-Database: https://github.com/pytroll/python-geotiepoints/issues
Bug-Submit: https://github.com/pytroll/python-geotiepoints/issues/new Bug-Submit: https://github.com/pytroll/python-geotiepoints/issues/new
Name: Python-geotiepoints Name: python-geotiepoints
Repository: https://github.com/pytroll/python-geotiepoints.git Repository: https://github.com/pytroll/python-geotiepoints.git
Repository-Browse: https://github.com/pytroll/python-geotiepoints Repository-Browse: https://github.com/pytroll/python-geotiepoints
version=4 version=4
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ opts=\
https://pypi.debian.net/python-geotiepoints/python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
#version=4 https://pypi.debian.net/python-geotiepoints/ \
#opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-geotiepoints-$1\.tar\.gz/ \ python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
# https://github.com/pytroll/python-geotiepoints/tags .*/v?(\d\S+)\.tar\.gz