[Git][debian-gis-team/satpy][master] 5 commits: Add sphinxdoc:Depends

Antonio Valentino gitlab at salsa.debian.org
Mon Dec 24 17:36:58 GMT 2018


Antonio Valentino pushed to branch master at Debian GIS Project / satpy


Commits:
ce2e3033 by Antonio Valentino at 2018-12-24T12:37:41Z
Add sphinxdoc:Depends

- - - - -
6d8925e4 by Antonio Valentino at 2018-12-24T12:39:52Z
Honor DEB_BUILD_OPTIONS nodoc option

- - - - -
bde05efa by Antonio Valentino at 2018-12-24T17:34:38Z
Add depencency form pygac and pytroll-schedule

- - - - -
270b10a9 by Antonio Valentino at 2018-12-24T17:35:21Z
Standard version bump

- - - - -
5fedfe6b by Antonio Valentino at 2018-12-24T17:35:49Z
Add hidden dependencies

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -7,9 +7,11 @@ Build-Depends: debhelper (>= 11),
                dh-python,
                python3-all,
                python3-behave,
+               python3-bs4,
                python3-dask,
                python3-gdal,
                python3-geotiepoints,
+               python3-grib,
                python3-h5netcdf,
                python3-h5py,
                python3-imageio,
@@ -17,19 +19,26 @@ Build-Depends: debhelper (>= 11),
                python3-netcdf4,
                python3-numpy,
                python3-pil,
+               python3-pygac,
+               python3-pycoast,
                python3-pykdtree,
                python3-pyorbital (>= 1.3.1),
+               python3-pyproj,
                python3-pyresample (>= 1.10.3),
                python3-rasterio,
+               python3-requests,
+               python3-scipy,
                python3-setuptools,
                python3-six,
                python3-sphinx,
                python3-sphinx-rtd-theme,
+               python3-tables,
                python3-trollimage,
+               python3-trollsched,
                python3-trollsift,
                python3-xarray,
                python3-yaml
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/satpy
 Vcs-Git: https://salsa.debian.org/debian-gis-team/satpy.git
 Homepage: https://github.com/pytroll/satpy
@@ -38,11 +47,15 @@ Package: python3-satpy
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
+         ${sphinxdoc:Depends},
          python3-dask,
+         ptyhon3-grib,
          python3-numpy,
          python3-pil,
          python3-pykdtree,
+         python3-pyproj,
          python3-pyresample (>= 1.10.3),
+         python3-scipy,
          python3-six,
          python3-trollimage,
          python3-trollsift,
@@ -50,6 +63,7 @@ Depends: ${misc:Depends},
          python3-yaml
 Recommends: ${python3:Recommends},
             python3-behave,
+            python3-bs4,
             python3-gdal,
             python3-geotiepoints,
             python3-h5netcdf,
@@ -57,8 +71,13 @@ Recommends: ${python3:Recommends},
             python3-imageio,
             python3-libtiff (>= 0.4.2),
             python3-netcdf4,
+            python3-pycoast,
+            python3-pygac,
             python3-pyorbital (>= 1.3.1),
-            python3-rasterio
+            python3-rasterio,
+            python3-requests,
+            python3-tables,
+            python3-trollsched
 Suggests: ${python3:Suggests}
 Description: Python package for earth-observing satellite data processing
  The SatPy package is a Python library for reading and manipulating


=====================================
debian/rules
=====================================
@@ -13,8 +13,10 @@ 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:
 	dh_auto_build
+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



View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/a6155e909f601752f7bcf1d97d176cf0b41b46dc...5fedfe6b7fa33fd16e465c858aed1b96095bf1b6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/a6155e909f601752f7bcf1d97d176cf0b41b46dc...5fedfe6b7fa33fd16e465c858aed1b96095bf1b6
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/20181224/9b028885/attachment-0001.html>


More information about the Pkg-grass-devel mailing list