[Git][debian-gis-team/trollimage][master] 3 commits: Bump Standards-Version to 4.3.0, no changes.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 25 10:49:42 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / trollimage
Commits:
2c9a377d by Bas Couwenberg at 2018-12-25T10:43:19Z
Bump Standards-Version to 4.3.0, no changes.
- - - - -
6a73ae4a by Bas Couwenberg at 2018-12-25T10:44:47Z
Reorder dependencies, real packages first.
- - - - -
1eb5e726 by Bas Couwenberg at 2018-12-25T10:45:49Z
Improve readability with empty lines in rules.
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/compare/641827254c077e232658dd3d0f711a8c9d4ba36b...1eb5e726b26ed34f4a0156f3f2c516de8f1567d0
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/compare/641827254c077e232658dd3d0f711a8c9d4ba36b...1eb5e726b26ed34f4a0156f3f2c516de8f1567d0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181225/504ecc1b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list