[Python-modules-commits] r19410 - in packages/scitools/trunk/debian (changelog control)
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Tue Nov 22 11:43:20 UTC 2011
Date: Tuesday, November 22, 2011 @ 11:43:19
Author: johannr-guest
Revision: 19410
Move python-matplotlib to Depends.
Modified:
packages/scitools/trunk/debian/changelog
packages/scitools/trunk/debian/control
Modified: packages/scitools/trunk/debian/changelog
===================================================================
--- packages/scitools/trunk/debian/changelog 2011-11-22 08:20:45 UTC (rev 19409)
+++ packages/scitools/trunk/debian/changelog 2011-11-22 11:43:19 UTC (rev 19410)
@@ -1,8 +1,10 @@
scitools (0.8-2) UNRELEASED; urgency=low
- * debian/control: Bump Standards-Version to 3.9.2 (no changes needed).
+ * debian/control:
+ - Bump Standards-Version to 3.9.2 (no changes needed).
+ - Move python-matplotlib from Suggests to Depends.
- -- Johannes Ring <johannr at simula.no> Tue, 22 Nov 2011 09:18:51 +0100
+ -- Johannes Ring <johannr at simula.no> Tue, 22 Nov 2011 12:42:16 +0100
scitools (0.8-1) unstable; urgency=low
Modified: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control 2011-11-22 08:20:45 UTC (rev 19409)
+++ packages/scitools/trunk/debian/control 2011-11-22 11:43:19 UTC (rev 19410)
@@ -13,9 +13,10 @@
Package: python-scitools
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: python-numpy, python-gnuplot, ${python:Depends}, ${misc:Depends}
+Depends: python-numpy, python-gnuplot, python-matplotlib,
+ ${python:Depends}, ${misc:Depends}
Recommends: python-scipy, python-scientific, imagemagick
-Suggests: python-matplotlib, python-vtk, python-pyx, python-pmw, blt,
+Suggests: python-vtk, python-pyx, python-pmw, blt,
python-tk, netpbm, ffmpeg, octave3.0 | octave3.2
Description: Python library for scientific computing
SciTools is a Python package containing lots of useful tools for scientific
More information about the Python-modules-commits
mailing list