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

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Aug 4 18:42:02 UTC 2008


    Date: Monday, August 4, 2008 @ 18:42:01
  Author: morph-guest
Revision: 6106

debian/patches/doc_graphviz_errors_fix.patch, added to fix graphviz errors during doc build (from upstream svn r5962)

Added:
  packages/matplotlib/trunk/debian/patches/doc_graphviz_errors_fix.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-08-04 10:59:33 UTC (rev 6105)
+++ packages/matplotlib/trunk/debian/changelog	2008-08-04 18:42:01 UTC (rev 6106)
@@ -15,8 +15,10 @@
     - added dh_link -i call for indep packages
   * debian/watch
     - removed comment lines since not needed
+  * debian/patches/doc_graphviz_errors_fix.patch
+    - added to fix graphviz errors during doc build (from upstream svn r5962)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 03 Aug 2008 21:43:18 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 04 Aug 2008 20:39:50 +0200
 
 matplotlib (0.98.1-1) unstable; urgency=low
 

Added: packages/matplotlib/trunk/debian/patches/doc_graphviz_errors_fix.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/doc_graphviz_errors_fix.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/doc_graphviz_errors_fix.patch	2008-08-04 18:42:01 UTC (rev 6106)
@@ -0,0 +1,13 @@
+Index: matplotlib-0.98.3/doc/sphinxext/inheritance_diagram.py
+===================================================================
+--- matplotlib-0.98.3.orig/doc/sphinxext/inheritance_diagram.py	2008-08-04 20:38:45.826256001 +0200
++++ matplotlib-0.98.3/doc/sphinxext/inheritance_diagram.py	2008-08-04 20:39:01.087125677 +0200
+@@ -346,7 +346,7 @@
+     parts = node['parts']
+ 
+     graph_hash = get_graph_hash(node)
+-    name = "inheritance%s"
++    name = "inheritance%s" % graph_hash
+     pdf_path = os.path.join('_static', name + ".pdf")
+ 
+     graph.run_dot(['-Tpdf', '-o%s' % pdf_path],

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2008-08-04 10:59:33 UTC (rev 6105)
+++ packages/matplotlib/trunk/debian/patches/series	2008-08-04 18:42:01 UTC (rev 6106)
@@ -1,2 +1,3 @@
 build_fix.patch
 matplotlibrc_fix.patch
+doc_graphviz_errors_fix.patch




More information about the Python-modules-commits mailing list