Skip to content
Commits on Source (3)
......@@ -14,22 +14,22 @@ Build-Depends: debhelper (>= 11),
python3-setuptools,
python3-six,
python3-xarray
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/trollimage
Vcs-Git: https://salsa.debian.org/debian-gis-team/trollimage.git
Homepage: https://github.com/pytroll/trollimage
Package: python3-trollimage
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-numpy,
Depends: python3-numpy,
python3-pil,
python3-six
Recommends: ${python3:Recommends},
python3-dask,
python3-six,
${python3:Depends},
${misc:Depends}
Recommends: python3-dask,
python3-rasterio,
python3-xarray
python3-xarray,
${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Pytroll imaging library
Trollimage is a collection of modules that assist with basic image
......
......@@ -3,13 +3,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=trollimage
export PYBUILD_NAME=trollimage
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
$(RM) -r *.egg-info