[Python-modules-commits] r5192 - in packages/matplotlib/trunk/debian (changelog control)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Tue Apr 29 17:09:53 UTC 2008
Date: Tuesday, April 29, 2008 @ 17:09:50
Author: morph-guest
Revision: 5192
closes #478451
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/control
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2008-04-29 11:47:22 UTC (rev 5191)
+++ packages/matplotlib/trunk/debian/changelog 2008-04-29 17:09:50 UTC (rev 5192)
@@ -4,8 +4,11 @@
- added (Closes: #478237)
* debian/rules
- removed some files changes during build
+ * debian/control
+ - removed Depends on python-numeric-ext, python-numarray-ext (Closes:
+ #478451)
- -- Sandro Tosi <matrixhasu at gmail.com> Mon, 28 Apr 2008 23:17:55 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com> Tue, 29 Apr 2008 19:09:08 +0200
matplotlib (0.91.2-1) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2008-04-29 11:47:22 UTC (rev 5191)
+++ packages/matplotlib/trunk/debian/control 2008-04-29 17:09:50 UTC (rev 5192)
@@ -12,7 +12,7 @@
Package: python-matplotlib
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-numpy (>= 1:1.0.4-6) | python-numeric-ext | python-numarray-ext, python-tk, python-gd (>= 0.52) | python-gtk2 | python-wxgtk2.6 | python-qt3 | python-qt4, python-tz, python-dev, python-matplotlib-data (>= ${source:Version}), python-dateutil, python-gobject, ${shlibs:Depends}, dvipng, python-configobj, python-enthought-traits (>= 2.0)
+Depends: ${python:Depends}, python-numpy (>= 1:1.0.4-6), python-tk, python-gd (>= 0.52) | python-gtk2 | python-wxgtk2.6 | python-qt3 | python-qt4, python-tz, python-dev, python-matplotlib-data (>= ${source:Version}), python-dateutil, python-gobject, ${shlibs:Depends}, dvipng, python-configobj, python-enthought-traits (>= 2.0)
Provides: ${python:Provides}
Conflicts: python2.4-matplotlib
Replaces: python2.4-matplotlib
More information about the Python-modules-commits
mailing list