[Python-modules-commits] r31301 - in packages/basemap/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Oct 29 00:47:01 UTC 2014
Date: Wednesday, October 29, 2014 @ 00:47:00
Author: morph
Revision: 31301
* debian/control
- added scipy to Suggests, needed for some interpolation routines
Modified:
packages/basemap/trunk/debian/changelog
packages/basemap/trunk/debian/control
Modified: packages/basemap/trunk/debian/changelog
===================================================================
--- packages/basemap/trunk/debian/changelog 2014-10-28 11:59:34 UTC (rev 31300)
+++ packages/basemap/trunk/debian/changelog 2014-10-29 00:47:00 UTC (rev 31301)
@@ -1,3 +1,10 @@
+basemap (1.0.7+dfsg-2) UNRELEASED; urgency=medium
+
+ * debian/control
+ - added scipy to Suggests, needed for some interpolation routines
+
+ -- Sandro Tosi <morph at debian.org> Wed, 29 Oct 2014 00:46:19 +0000
+
basemap (1.0.7+dfsg-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/basemap/trunk/debian/control
===================================================================
--- packages/basemap/trunk/debian/control 2014-10-28 11:59:34 UTC (rev 31300)
+++ packages/basemap/trunk/debian/control 2014-10-29 00:47:00 UTC (rev 31301)
@@ -13,6 +13,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version}), python-matplotlib
Recommends: python-dap, python-imaging
+Suggests: python-scipy
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
More information about the Python-modules-commits
mailing list