Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix documentation build
· 620bfd1e
Antonio Valentino
authored
Apr 23, 2019
620bfd1e
Fix build dependencies
· db631ca6
Antonio Valentino
authored
Apr 23, 2019
db631ca6
Set distribution to experimental
· 22799b24
Antonio Valentino
authored
Apr 23, 2019
22799b24
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
22799b24
...
...
@@ -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
, 2
2
Apr 2019 1
6:30:32
+0000
-- Antonio Valentino <antonio.valentino@tiscali.it>
Tue
, 2
3
Apr 2019 1
9:48:10
+0000
satpy (0.12.0-1) unstable; urgency=medium
...
...
debian/control
View file @
22799b24
...
...
@@ -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 → 100644
View file @
22799b24
rsr_dir
:
.
download_from_internet
:
False
debian/rules
View file @
22799b24
...
...
@@ -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