[Python-modules-commits] r11371 - in packages/matplotlib/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jan 27 22:46:23 UTC 2010


    Date: Wednesday, January 27, 2010 @ 22:46:21
  Author: morph
Revision: 11371

* debian/control
  - Recommends python-tk directly and Suggests all other other Python
    bindings (changes from Ubuntu); this way the default backend ('TkAgg')
    will work out-of-the-box and the others will need manual bindings
    intallation; Closes: #563137

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2010-01-27 22:24:32 UTC (rev 11370)
+++ packages/matplotlib/trunk/debian/changelog	2010-01-27 22:46:21 UTC (rev 11371)
@@ -1,3 +1,13 @@
+matplotlib (0.99.1.2-3) UNRELEASED; urgency=low
+
+  * debian/control
+    - Recommends python-tk directly and Suggests all other other Python
+      bindings (changes from Ubuntu); this way the default backend ('TkAgg')
+      will work out-of-the-box and the others will need manual bindings
+      intallation; Closes: #563137
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 27 Jan 2010 23:40:35 +0100
+
 matplotlib (0.99.1.2-2) unstable; urgency=low
 
   * Build depend on texlive-latex-recommended instead of latex-ucs to fix FTBFS

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2010-01-27 22:24:32 UTC (rev 11370)
+++ packages/matplotlib/trunk/debian/control	2010-01-27 22:46:21 UTC (rev 11371)
@@ -60,7 +60,7 @@
          ${python:Depends},
          ${shlibs:Depends}
 Recommends: python-glade2,
-            python-tk (>= 2.5.2-1.1) | python-gtk2 | python-wxgtk2.8 | python-qt3 | python-qt4
+            python-tk (>= 2.5.2-1.1)
 Provides: ${python:Provides}
 Conflicts: python2.4-matplotlib
 Replaces: python2.4-matplotlib
@@ -74,7 +74,11 @@
           python-scipy,
           python-traits (>= 2.0),
           texlive-extra-utils,
-          texlive-latex-extra
+          texlive-latex-extra,
+          python-gtk2,
+          python-wxgtk2.8,
+          python-qt3,
+          python-qt4
 Description: Python based plotting system in a style similar to Matlab
  Matplotlib is a pure Python plotting library designed to bring
  publication quality plotting to Python with a syntax familiar to




More information about the Python-modules-commits mailing list