[Git][debian-gis-team/satpy][master] 3 commits: Reorder dependencies, misc:Depends last.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 25 13:58:45 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / satpy
Commits:
f8c1da91 by Bas Couwenberg at 2018-12-25T13:54:04Z
Reorder dependencies, misc:Depends last.
- - - - -
1be7a672 by Bas Couwenberg at 2018-12-25T13:55:08Z
Align copyright years.
- - - - -
1e6ff8cb by Bas Couwenberg at 2018-12-25T13:57:13Z
Reorder rules in order of execution.
- - - - -
3 changed files:
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -60,9 +60,9 @@ Depends: python3-dask,
python3-trollsift,
python3-xarray,
python3-yaml,
- ${misc:Depends},
${python3:Depends},
- ${sphinxdoc:Depends}
+ ${sphinxdoc:Depends},
+ ${misc:Depends}
Recommends: python3-behave,
python3-bs4,
python3-gdal,
=====================================
debian/copyright
=====================================
@@ -10,10 +10,10 @@ Copyright: 2009-2018 PyTroll developers
2014-2018 Adam Dybbroe
2015-2018 SatPy developers
2012-2018 Martin Raspaud
- 2018 The Pytroll Crew
- 2018 Trygve Aspenes
- 2017 Panu Lahtinen
- 2017 David Hoese
+ 2018 The Pytroll Crew
+ 2018 Trygve Aspenes
+ 2017 Panu Lahtinen
+ 2017 David Hoese
License: GPL-3+
Files: versioneer.py
=====================================
debian/rules
=====================================
@@ -3,12 +3,19 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export PYBUILD_NAME=satpy
+export PYBUILD_NAME=satpy
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+override_dh_auto_clean:
+ dh_auto_clean
+
+ $(RM) -r .eggs *.egg-info
+ $(RM) test*.mitiff
+ $(RM) -r .pytest_cache
+
override_dh_auto_build: export http_proxy=127.0.0.1:9
override_dh_auto_build: export https_proxy=127.0.0.1:9
override_dh_auto_build:
@@ -17,9 +24,3 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
PYTHONPATH=. python3 -m sphinx -N -bhtml doc/source build/html # HTML generator
# PYTHONPATH=. python3 -m sphinx -N -bman doc/source build/man # Manpage generator
endif
-
-override_dh_auto_clean:
- dh_auto_clean
- $(RM) -r .eggs *.egg-info
- $(RM) test*.mitiff
- $(RM) -r .pytest_cache
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/96d1755c1335cae4477b5f48c88038ff8c8eab3b...1e6ff8cb6adca7fab836821fb2c7be26daa178be
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/96d1755c1335cae4477b5f48c88038ff8c8eab3b...1e6ff8cb6adca7fab836821fb2c7be26daa178be
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/f0e1efd1/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list