[Python-modules-commits] r10906 - in packages/matplotlib/trunk/debian (control)
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Mon Dec 28 14:37:21 UTC 2009
Date: Monday, December 28, 2009 @ 14:37:19
Author: bdrung-guest
Revision: 10906
Add ${misc:Depends} to Depends.
Modified:
packages/matplotlib/trunk/debian/control
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2009-12-28 13:24:51 UTC (rev 10905)
+++ packages/matplotlib/trunk/debian/control 2009-12-28 14:37:19 UTC (rev 10906)
@@ -50,15 +50,16 @@
Package: python-matplotlib
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends},
- ${shlibs:Depends},
- python-cairo,
+Depends: python-cairo,
python-dateutil,
python-gobject,
python-matplotlib-data (>= ${source:Version}),
python-numpy (>= 1:1.3.0),
python-pyparsing,
- python-tz
+ python-tz,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Recommends: python-glade2,
python-tk (>= 2.5.2-1.1) | python-gtk2 | python-wxgtk2.8 | python-qt3 | python-qt4
Provides: ${python:Provides}
@@ -84,7 +85,7 @@
Package: python-matplotlib-data
Architecture: all
-Depends: ttf-lyx
+Depends: ttf-lyx, ${misc:Depends}
Description: Python based plotting system (data package)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
@@ -97,7 +98,7 @@
Package: python-matplotlib-doc
Architecture: all
Section: doc
-Depends: libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
Description: Python based plotting system (documentation package)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
@@ -113,6 +114,7 @@
Priority: extra
Depends: python-all-dbg,
python-matplotlib (= ${binary:Version}),
+ ${misc:Depends},
${shlibs:Depends}
Description: Python based plotting system (debug extension)
Matplotlib is a pure Python plotting library designed to bring
More information about the Python-modules-commits
mailing list