[Python-modules-commits] r6815 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Oct 31 14:42:06 UTC 2008


    Date: Friday, October 31, 2008 @ 14:42:05
  Author: morph
Revision: 6815

* debian/patches/bts-498229_axes3d_typo.patch
  - added to fix a typo when importing "axes3d"; thanks to Tiziano Zito for
    the report; Closes: #498229

Added:
  packages/matplotlib/trunk/debian/patches/bts-498229_axes3d_typo.patch
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/series

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-10-31 09:15:22 UTC (rev 6814)
+++ packages/matplotlib/trunk/debian/changelog	2008-10-31 14:42:05 UTC (rev 6815)
@@ -1,4 +1,4 @@
-matplotlib (0.98.3-5) UNRELEASED; urgency=low
+matplotlib (0.98.3-5) unstable; urgency=medium
 
   [ Benjamin Drung ]
   * debian/patches/matplotlibrc.template-typo.patch
@@ -11,8 +11,11 @@
   * debian/patches/setup.cfg.patch
     - added to create "setup.cfg" file to guide building (in particular for
       "backend" configuration); Closes: #502976
+  * debian/patches/bts-498229_axes3d_typo.patch
+    - added to fix a typo when importing "axes3d"; thanks to Tiziano Zito for
+      the report; Closes: #498229
 
- -- Benjamin Drung <benjamin.drung at gmail.com>  Tue, 14 Oct 2008 20:46:56 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 31 Oct 2008 13:51:20 +0100
 
 matplotlib (0.98.3-4) unstable; urgency=low
 

Added: packages/matplotlib/trunk/debian/patches/bts-498229_axes3d_typo.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/bts-498229_axes3d_typo.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/bts-498229_axes3d_typo.patch	2008-10-31 14:42:05 UTC (rev 6815)
@@ -0,0 +1,7 @@
+Index: matplotlib-0.98.3/lib/matplotlib/axes3d.py
+===================================================================
+--- matplotlib-0.98.3.orig/lib/matplotlib/axes3d.py	2008-10-30 22:40:51.122768151 +0100
++++ matplotlib-0.98.3/lib/matplotlib/axes3d.py	2008-10-30 22:41:41.406765219 +0100
+@@ -1 +1 @@
+-raise NotImplmentedError('axes3d is not supported in matplotlib-0.98.  You may want to try the 0.91.x maintenance branch')
++raise NotImplementedError('axes3d is not supported in matplotlib-0.98.  You may want to try the 0.91.x maintenance branch')

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2008-10-31 09:15:22 UTC (rev 6814)
+++ packages/matplotlib/trunk/debian/patches/series	2008-10-31 14:42:05 UTC (rev 6815)
@@ -3,3 +3,4 @@
 matplotlibrc.template-typo.patch
 doc_graphviz_errors_fix.patch
 setup.cfg.patch
+bts-498229_axes3d_typo.patch




More information about the Python-modules-commits mailing list