[Python-modules-commits] r15304 - in packages/matplotlib/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Jan 12 22:57:02 UTC 2011
Date: Wednesday, January 12, 2011 @ 22:57:01
Author: morph
Revision: 15304
* debian/patches/40_bts608939_draw_markers_description.patch
- fix a glitch (missing reference to documentation page) in draw_markers()
description; thanks to Jakub Wilk for report and patch; Closes: #608939
Added:
packages/matplotlib/trunk/debian/patches/40_bts608939_draw_markers_description.patch
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/patches/series
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2011-01-12 22:28:17 UTC (rev 15303)
+++ packages/matplotlib/trunk/debian/changelog 2011-01-12 22:57:01 UTC (rev 15304)
@@ -17,8 +17,11 @@
- removed DM-U-A flag, no more needed
* debian/copyright
- udpated debian packaging copyright
+ * debian/patches/40_bts608939_draw_markers_description.patch
+ - fix a glitch (missing reference to documentation page) in draw_markers()
+ description; thanks to Jakub Wilk for report and patch; Closes: #608939
- -- Sandro Tosi <morph at debian.org> Wed, 12 Jan 2011 23:27:51 +0100
+ -- Sandro Tosi <morph at debian.org> Wed, 12 Jan 2011 23:55:51 +0100
matplotlib (0.99.3-1) unstable; urgency=low
Added: packages/matplotlib/trunk/debian/patches/40_bts608939_draw_markers_description.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/40_bts608939_draw_markers_description.patch (rev 0)
+++ packages/matplotlib/trunk/debian/patches/40_bts608939_draw_markers_description.patch 2011-01-12 22:57:01 UTC (rev 15304)
@@ -0,0 +1,16 @@
+Description: minor glitch in draw_markers() description
+Author: Jakub Wilk <jwilk at debian.org>
+
+Index: matplotlib-1.0.1/doc/api/api_changes.rst
+===================================================================
+--- matplotlib-1.0.1.orig/doc/api/api_changes.rst 2011-01-12 23:54:37.130685365 +0100
++++ matplotlib-1.0.1/doc/api/api_changes.rst 2011-01-12 23:54:54.886682489 +0100
+@@ -540,7 +540,7 @@
+
+ * :meth:`draw_markers(self, gc, marker_path, marker_trans, path,
+ trans, rgbFace)
+- <matplotlib.backend_bases.RendererBase.draw_markers`
++ <matplotlib.backend_bases.RendererBase.draw_markers>`
+
+ * :meth:`draw_path_collection(self, master_transform, cliprect,
+ clippath, clippath_trans, paths, all_transforms, offsets,
Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series 2011-01-12 22:28:17 UTC (rev 15303)
+++ packages/matplotlib/trunk/debian/patches/series 2011-01-12 22:57:01 UTC (rev 15304)
@@ -1,3 +1,4 @@
+40_bts608939_draw_markers_description.patch
10_build_fix.patch
20_matplotlibrc_path_search_fix.patch
30_disable_sample_downloads.patch
More information about the Python-modules-commits
mailing list