[Git][debian-gis-team/satpy][master] 3 commits: Fix documentation build
Antonio Valentino
gitlab at salsa.debian.org
Tue Apr 23 20:48:42 BST 2019
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
620bfd1e by Antonio Valentino at 2019-04-23T19:46:50Z
Fix documentation build
- - - - -
db631ca6 by Antonio Valentino at 2019-04-23T19:47:17Z
Fix build dependencies
- - - - -
22799b24 by Antonio Valentino at 2019-04-23T19:48:21Z
Set distribution to experimental
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/pyspectral_dummycfg.yaml
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -8,8 +8,10 @@ satpy (0.14.1-1) experimental; urgency=medium
- new 0003-Fix-compat-with-old-xarray-and-dask-versions.patch
* debian/control:
- update pyresample dependency version
+ * debian/rules:
+ - dix doc build
- -- Antonio Valentino <antonio.valentino at tiscali.it> Mon, 22 Apr 2019 16:30:32 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Tue, 23 Apr 2019 19:48:10 +0000
satpy (0.12.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 11),
python3-all,
python3-behave,
python3-bs4,
+ python3-cloudpickle,
python3-dask,
python3-gdal,
python3-geotiepoints,
=====================================
debian/pyspectral_dummycfg.yaml
=====================================
@@ -0,0 +1,2 @@
+rsr_dir: .
+download_from_internet: False
=====================================
debian/rules
=====================================
@@ -21,6 +21,7 @@ override_dh_auto_build: export https_proxy=127.0.0.1:9
override_dh_auto_build:
dh_auto_build
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ PSP_CONFIG_FILE=$(CURDIR)/debian/pyspectral_dummycfg.yaml \
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
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/0a8c555eff6cb5a45cce103ed996e3a3dd88c0c9...22799b240c6b23a231e28d15b49b574b6894c9e3
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/0a8c555eff6cb5a45cce103ed996e3a3dd88c0c9...22799b240c6b23a231e28d15b49b574b6894c9e3
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/20190423/9a129caa/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list