Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump Standards-Version to 4.3.0, no changes.
· 2c9a377d
Bas Couwenberg
authored
Dec 25, 2018
2c9a377d
Reorder dependencies, real packages first.
· 6a73ae4a
Bas Couwenberg
authored
Dec 25, 2018
6a73ae4a
Improve readability with empty lines in rules.
· 1eb5e726
Bas Couwenberg
authored
Dec 25, 2018
1eb5e726
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
1eb5e726
...
...
@@ -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
...
...
debian/rules
View file @
1eb5e726
...
...
@@ -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