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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Apr 19 21:04:52 UTC 2014


    Date: Saturday, April 19, 2014 @ 21:04:50
  Author: morph
Revision: 28582

fix Recommends to python3-pil; thanks to Ryo IGARASHI for the report and
patch; Closes: #743899

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2014-04-19 18:03:59 UTC (rev 28581)
+++ packages/matplotlib/trunk/debian/changelog	2014-04-19 21:04:50 UTC (rev 28582)
@@ -3,10 +3,12 @@
   * debian/control
     - added python3-gi-cairo to Suggest for py3k package; thanks to Arnaud
       Gardelein for the report; Closes: #730728
+    - fix Recommends to python3-pil; thanks to Ryo IGARASHI for the report and
+      patch; Closes: #743899
   * debian/python-matplotlib.preinst
     - removed, no longer needed
 
- -- Sandro Tosi <morph at debian.org>  Fri, 21 Feb 2014 22:11:11 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 19 Apr 2014 23:04:06 +0200
 
 matplotlib (1.3.1-1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2014-04-19 18:03:59 UTC (rev 28581)
+++ packages/matplotlib/trunk/debian/control	2014-04-19 21:04:50 UTC (rev 28582)
@@ -116,7 +116,7 @@
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
-Recommends: python3-imaging,
+Recommends: python3-pil,
             python3-tk
 Enhances: ipython3
 Suggests: dvipng,




More information about the Python-modules-commits mailing list