[Python-modules-commits] r25593 - in packages/pycha/trunk/debian (4 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Thu Aug 15 17:11:16 UTC 2013
Date: Thursday, August 15, 2013 @ 17:11:14
Author: bernat
Revision: 25593
Add a patch to fix an error in handling legends in chavier.
Added:
packages/pycha/trunk/debian/patches/
packages/pycha/trunk/debian/patches/chavier-fix-legend.patch
packages/pycha/trunk/debian/patches/series
Modified:
packages/pycha/trunk/debian/changelog
Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog 2013-08-15 16:58:35 UTC (rev 25592)
+++ packages/pycha/trunk/debian/changelog 2013-08-15 17:11:14 UTC (rev 25593)
@@ -5,6 +5,7 @@
[ Vincent Bernat ]
* New upstream release.
+ + Add a patch to fix an error in handling legends in chavier.
* Switch to dh-python.
* Switch to python-nose for tests.
* Ship examples.
Added: packages/pycha/trunk/debian/patches/chavier-fix-legend.patch
===================================================================
--- packages/pycha/trunk/debian/patches/chavier-fix-legend.patch (rev 0)
+++ packages/pycha/trunk/debian/patches/chavier-fix-legend.patch 2013-08-15 17:11:14 UTC (rev 25593)
@@ -0,0 +1,15 @@
+Fix chavier by adding unknown keywords legendFont and legendFontSize.
+
+Index: pycha-0.7.0/chavier/app.py
+===================================================================
+--- pycha-0.7.0.orig/chavier/app.py 2013-08-15 19:08:40.376991104 +0200
++++ pycha-0.7.0/chavier/app.py 2013-08-15 19:09:14.353197434 +0200
+@@ -98,6 +98,8 @@
+ borderColor=str,
+ borderWidth=int,
+ hide=bool,
++ legendFont=str,
++ legendFontSize=str,
+ position=dict(
+ top=int,
+ left=int,
Added: packages/pycha/trunk/debian/patches/series
===================================================================
--- packages/pycha/trunk/debian/patches/series (rev 0)
+++ packages/pycha/trunk/debian/patches/series 2013-08-15 17:11:14 UTC (rev 25593)
@@ -0,0 +1 @@
+chavier-fix-legend.patch
More information about the Python-modules-commits
mailing list