[Python-modules-commits] r32294 - in packages/python-networkx/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Apr 11 15:45:39 UTC 2015
Date: Saturday, April 11, 2015 @ 15:45:38
Author: morph
Revision: 32294
* debian/patches/using-local-mathjax.js.patch
- updated to new upstream code
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/patches/using-local-mathjax.js.patch
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2015-04-11 15:41:27 UTC (rev 32293)
+++ packages/python-networkx/trunk/debian/changelog 2015-04-11 15:45:38 UTC (rev 32294)
@@ -10,8 +10,10 @@
* debian/control
- update Homepage field
- bump Standards-Version to 3.9.6 (no changes needed)
+ * debian/patches/using-local-mathjax.js.patch
+ - updated to new upstream code
- -- Sandro Tosi <morph at debian.org> Sat, 11 Apr 2015 16:40:26 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 11 Apr 2015 16:45:24 +0100
python-networkx (1.9+dfsg1-1) unstable; urgency=medium
Modified: packages/python-networkx/trunk/debian/patches/using-local-mathjax.js.patch
===================================================================
--- packages/python-networkx/trunk/debian/patches/using-local-mathjax.js.patch 2015-04-11 15:41:27 UTC (rev 32293)
+++ packages/python-networkx/trunk/debian/patches/using-local-mathjax.js.patch 2015-04-11 15:45:38 UTC (rev 32294)
@@ -10,7 +10,7 @@
default_role = 'math'
trac_url = 'https://networkx.lanl.gov/trac/'
--mathjax_path = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
+-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
+mathjax_path = 'MathJax.js'
numpydoc_show_class_members = False
More information about the Python-modules-commits
mailing list