[Python-modules-commits] r7103 - in packages/matplotlib/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Dec 13 08:20:19 UTC 2008


    Date: Saturday, December 13, 2008 @ 08:20:18
  Author: morph
Revision: 7103

* New upstream release
  - Fixed histogram autoscaling bug when bins or range are given
    explicitly; Closes: #503148
  - fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for the
    report and the patch; Closes: #505618
  - moved 'dvipng' from Recommends to Suggests (to avoid texlive to be
    automatically taken in); Closes: #490992

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control
  packages/matplotlib/trunk/debian/patches/series
Deleted:
  packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-12-13 01:18:45 UTC (rev 7102)
+++ packages/matplotlib/trunk/debian/changelog	2008-12-13 08:20:18 UTC (rev 7103)
@@ -1,4 +1,4 @@
-matplotlib (0.98.3-6) UNRELEASED; urgency=low
+matplotlib (0.98.5-1) UNRELEASED; urgency=low
 
   [ Benjamin Drung ]
   * debian/control
@@ -10,6 +10,11 @@
     debian/setup.cfg to set the default backend to TkAgg
 
   [ Sandro Tosi ]
+  * New upstream release
+    - Fixed histogram autoscaling bug when bins or range are given
+      explicitly; Closes: #503148
+    - fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for the
+      report and the patch; Closes: #505618
   * debian/control
     - switch Vcs-Browser field to viewsvn
     - removed python from Depends since introduced by python:Depends
@@ -17,15 +22,14 @@
       interpreters)
     - moved python-tk to the first position of multiple GUI bindings Depends
       line
+    - moved 'dvipng' from Recommends to Suggests (to avoid texlive to be
+      automatically taken in); Closes: #490992
   * debian/NEWS
     - added to notify users about default backend (TkAgg)
   * debian/README.debian
     - added information about changing backend
   * debian/rules
     - merging all "rm" calls into "dh_clean" call
-  * debian/patches/bts-505618_gcc4.4.patch
-    - added to fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for
-      the report and the patch; Closes: #505618
 
  -- Benjamin Drung <benjamin.drung at gmail.com>  Sat, 08 Nov 2008 00:33:36 +0100
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2008-12-13 01:18:45 UTC (rev 7102)
+++ packages/matplotlib/trunk/debian/control	2008-12-13 08:20:18 UTC (rev 7103)
@@ -63,8 +63,8 @@
 Conflicts: python2.4-matplotlib
 Replaces: python2.4-matplotlib
 Enhances: ipython
-Recommends: dvipng
-Suggests: ipython (>= 0.6.3),
+Suggests: dvipng,
+          ipython (>= 0.6.3),
           python-configobj,
           python-enthought-traits (>= 2.0),
           python-matplotlib-doc,

Deleted: packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch	2008-12-13 01:18:45 UTC (rev 7102)
+++ packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch	2008-12-13 08:20:18 UTC (rev 7103)
@@ -1,11 +0,0 @@
-Index: matplotlib-0.98.3/src/mplutils.cpp
-===================================================================
---- matplotlib-0.98.3.orig/src/mplutils.cpp	2008-11-13 23:32:49.541833541 +0100
-+++ matplotlib-0.98.3/src/mplutils.cpp	2008-11-13 23:32:59.197836373 +0100
-@@ -1,5 +1,6 @@
- #include <iostream>
- #include <cstdarg>
-+#include <cstdio>
- #include "mplutils.h"
- 
- void _VERBOSE(const std::string& s) {

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2008-12-13 01:18:45 UTC (rev 7102)
+++ packages/matplotlib/trunk/debian/patches/series	2008-12-13 08:20:18 UTC (rev 7103)
@@ -3,4 +3,3 @@
 matplotlibrc.template-typo.patch
 doc_graphviz_errors_fix.patch
 bts-498229_axes3d_typo.patch
-bts-505618_gcc4.4.patch




More information about the Python-modules-commits mailing list