[Python-modules-commits] r20623 - in packages/ipython/trunk/debian (changelog control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Tue Feb 28 20:00:06 UTC 2012
Date: Tuesday, February 28, 2012 @ 20:00:04
Author: jtaylor-guest
Revision: 20623
ipython-notebook: depend on libjs-mathjax instead of recommending.
mathjax can't be securely served from cloudfront.
Modified:
packages/ipython/trunk/debian/changelog
packages/ipython/trunk/debian/control
Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog 2012-02-28 19:48:47 UTC (rev 20622)
+++ packages/ipython/trunk/debian/changelog 2012-02-28 20:00:04 UTC (rev 20623)
@@ -1,3 +1,10 @@
+ipython (0.12-2) UNRELEASED; urgency=low
+
+ * ipython-notebook: depend on libjs-mathjax instead of recommending.
+ mathjax can't be securely served from cloudfront.
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Tue, 28 Feb 2012 20:55:19 +0100
+
ipython (0.12-1) unstable; urgency=low
[ Julian Taylor ]
Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control 2012-02-28 19:48:47 UTC (rev 20622)
+++ packages/ipython/trunk/debian/control 2012-02-28 20:00:04 UTC (rev 20623)
@@ -140,11 +140,11 @@
Depends: ipython (= ${binary:Version}),
libjs-jquery,
libjs-jquery-ui,
+ libjs-mathjax,
python-tornado (>= 2.1.0),
python-zmq (>= 2.1.4),
${misc:Depends},
${python:Depends}
-Recommends: libjs-mathjax
Description: enhanced interactive Python shell
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
More information about the Python-modules-commits
mailing list