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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Oct 5 06:15:57 UTC 2015


    Date: Monday, October 5, 2015 @ 06:15:56
  Author: morph
Revision: 34497

* debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch
  - fix encoding for St?\195?\169fan van der Walt name, using a single-codepoint
    encoding (Matplotlib.pdf creation failed)

Added:
  packages/matplotlib/trunk/debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/series

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2015-10-05 05:36:54 UTC (rev 34496)
+++ packages/matplotlib/trunk/debian/changelog	2015-10-05 06:15:56 UTC (rev 34497)
@@ -15,8 +15,11 @@
     - add ipython to b-d, ipython_console_highlighting is required to build doc
   * debian/patches/10ef9a7e26dc34328b7ec7fd0ed2c2db6104b342.patch
     - upstream patch to fix Qt4/Qt5 detection (tests failed)
+  * debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch
+    - fix encoding for Stéfan van der Walt name, using a single-codepoint
+      encoding (Matplotlib.pdf creation failed)
 
- -- Sandro Tosi <morph at debian.org>  Sun, 04 Oct 2015 21:44:13 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 05 Oct 2015 06:38:27 +0100
 
 matplotlib (1.4.3-1) experimental; urgency=medium
 

Added: packages/matplotlib/trunk/debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/9bc518230684b3a8bb69af60e160f90e1091cd0c.patch	2015-10-05 06:15:56 UTC (rev 34497)
@@ -0,0 +1,23 @@
+From 9bc518230684b3a8bb69af60e160f90e1091cd0c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jouni=20K=2E=20Sepp=C3=A4nen?= <jks at iki.fi>
+Date: Mon, 5 Oct 2015 07:35:34 +0300
+Subject: [PATCH] Fix encoding for LaTeX
+
+Instead of a combining acute accent, use a single-codepoint encoding
+---
+ doc/style_changes.rst | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/style_changes.rst b/doc/style_changes.rst
+index 15da551..6a8e0e0 100644
+--- a/doc/style_changes.rst
++++ b/doc/style_changes.rst
+@@ -10,7 +10,7 @@ upcoming 2.0 release!
+ The new default color map will be 'viridis' (aka `option
+ D <http://bids.github.io/colormap/>`_).  For an introduction to color
+ theory and how 'viridis' was generated watch Nathaniel Smith and
+-Stéfan van der Walt's talk from SciPy2015
++Stéfan van der Walt's talk from SciPy2015
+ 
+ .. raw:: html
+ 

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2015-10-05 05:36:54 UTC (rev 34496)
+++ packages/matplotlib/trunk/debian/patches/series	2015-10-05 06:15:56 UTC (rev 34497)
@@ -7,3 +7,4 @@
 #gtk3agg_check_no-multiprocessing.patch
 gtk3cairo_check_no-multiprocessing.patch
 10ef9a7e26dc34328b7ec7fd0ed2c2db6104b342.patch
+9bc518230684b3a8bb69af60e160f90e1091cd0c.patch




More information about the Python-modules-commits mailing list