Skip to content
Commits on Source (3)
......@@ -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@tiscali.it> Mon, 22 Apr 2019 16:30:32 +0000
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 23 Apr 2019 19:48:10 +0000
satpy (0.12.0-1) unstable; urgency=medium
......
......@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 11),
python3-all,
python3-behave,
python3-bs4,
python3-cloudpickle,
python3-dask,
python3-gdal,
python3-geotiepoints,
......
rsr_dir: .
download_from_internet: False
......@@ -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