[Python-modules-commits] [basemap] 14/19: add pyproj and pyshp to Suggests

Sandro Tosi morph at moszumanska.debian.org
Wed Jan 24 03:51:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository basemap.

commit b127771f340e7c229396119c9ef191d44511d84d
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 21 21:25:58 2018 -0500

    add pyproj and pyshp to Suggests
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6dc7045..fe92909 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,13 +5,14 @@ basemap (1.1.0+dfsg-1) UNRELEASED; urgency=medium
     - switch to PIL instead of imaging; #866415
     - bump Standards-Version to 4.1.3
     - remove priority: extra from -dbg packages
+    - add pyproj and pyshp to Suggests
   * debian/copyright
     - extend packaging copyright years
     - exclude `geos-3.3.3` from upstream tarballs
   * debian/watch
     - update to point to github
 
- -- Sandro Tosi <morph at debian.org>  Sun, 21 Jan 2018 21:11:03 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 21 Jan 2018 21:25:33 -0500
 
 basemap (1.0.7+dfsg-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 664610b..51cce65 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: python-mpltoolkits.basemap
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version}), python-matplotlib
 Recommends: python-dap, python-pil
-Suggests: python-scipy, python-owslib
+Suggests: python-scipy, python-owslib, python-pyproj, python-pyshp
 Description: matplotlib toolkit to plot on map projections
  The matplotlib basemap toolkit is a library for plotting 2D data on maps in
  Python. It is similar in functionality to the matlab mapping toolbox, the IDL
@@ -44,7 +44,7 @@ Package: python3-mpltoolkits.basemap
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version}), python3-matplotlib
 Recommends: python3-pil
-Suggests: python3-scipy
+Suggests: python3-scipy, python3-owslib, python3-pyproj, python3-pyshp
 Description: matplotlib toolkit to plot on map projections (Python 3)
  The matplotlib basemap toolkit is a library for plotting 2D data on maps in
  Python. It is similar in functionality to the matlab mapping toolbox, the IDL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/basemap.git



More information about the Python-modules-commits mailing list