[Python-modules-commits] r19403 - in packages/sphinx/branches/1.1/debian (changelog control)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Nov 21 13:11:07 UTC 2011
Date: Monday, November 21, 2011 @ 13:10:49
Author: jwilk
Revision: 19403
Add libjs-mathjax to Suggests.
Modified:
packages/sphinx/branches/1.1/debian/changelog
packages/sphinx/branches/1.1/debian/control
Modified: packages/sphinx/branches/1.1/debian/changelog
===================================================================
--- packages/sphinx/branches/1.1/debian/changelog 2011-11-21 13:06:58 UTC (rev 19402)
+++ packages/sphinx/branches/1.1/debian/changelog 2011-11-21 13:10:49 UTC (rev 19403)
@@ -3,7 +3,7 @@
* Add sphinxcontrib_namespace.diff: create namespace package
âsphinxcontribâ. This allows python-sphinxcontrib.* packages, both those
using dh_python2 and those using python-support, to be co-importable.
- * Add various texlive-* to Suggests.
+ * Add various texlive-* and libjs-mathjax to Suggests.
-- Jakub Wilk <jwilk at debian.org> Mon, 21 Nov 2011 14:01:06 +0100
Modified: packages/sphinx/branches/1.1/debian/control
===================================================================
--- packages/sphinx/branches/1.1/debian/control 2011-11-21 13:06:58 UTC (rev 19402)
+++ packages/sphinx/branches/1.1/debian/control 2011-11-21 13:10:49 UTC (rev 19403)
@@ -32,7 +32,8 @@
sphinx-common (= ${source:Version})
Recommends: python (>= 2.6) | python-simplejson, python-imaging,
sphinx-doc
-Suggests: jsmath,
+Suggests:
+ jsmath, libjs-mathjax,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended
Description: documentation generator for Python projects (implemented in Python 2)
Sphinx is a tool for producing documentation for Python projects, using
@@ -57,7 +58,8 @@
python3-jinja2 (>= 2.3),
sphinx-common (= ${source:Version})
Recommends: python3-imaging
-Suggests: jsmath,
+Suggests:
+ jsmath, libjs-mathjax,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
sphinx-doc
Description: documentation generator for Python projects (implemented in Python 3)
More information about the Python-modules-commits
mailing list