[Python-modules-commits] r32247 - in packages/sphinx/trunk/debian (changelog control)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Fri Apr 10 08:10:44 UTC 2015
Date: Friday, April 10, 2015 @ 08:10:43
Author: mitya57
Revision: 32247
Add six and babel to dependencies
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/control
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2015-04-10 07:56:20 UTC (rev 32246)
+++ packages/sphinx/trunk/debian/changelog 2015-04-10 08:10:43 UTC (rev 32247)
@@ -11,9 +11,12 @@
- python3_test_build_dir.diff (no longer needed)
- parallel_2to3.diff (no longer needed)
- fix_latex_hlines.diff (applied upstream)
- * Bump required versions of python, docutils, pygments and babel.
- * Build-depend and depend on sphinx-rtd-theme and alabaster.
- * Suggest babel, and build-depend on python3-babel.
+ * Bump required versions of python, docutils and pygments.
+ * Build-depend and depend on:
+ - python[3]-six
+ - python[3]-babel
+ - python[3]-sphinx-rtd-theme
+ - python[3]-alabaster
* Use upstream tarball, which now contains non-minified versions of
jquery.js and underscore.js.
* Update debian/watch to use pypi.debian.net redirector.
Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control 2015-04-10 07:56:20 UTC (rev 32246)
+++ packages/sphinx/trunk/debian/control 2015-04-10 08:10:43 UTC (rev 32247)
@@ -7,6 +7,7 @@
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-python,
python-all (>= 2.6.6-3~), python3-all (>= 3.3~),
+ python-six (>= 1.4), python3-six (>= 1.4),
python-setuptools (>= 0.6c5-1~), python3-setuptools,
python-docutils (>= 0.11), python3-docutils (>= 0.11),
python-pygments (>= 2.0), python3-pygments (>= 2.0),
@@ -32,9 +33,11 @@
Package: python-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
+ python-six (>= 1.4),
python-docutils (>= 0.11),
python-pygments (>= 2.0),
python-jinja2 (>= 2.3),
+ python-babel (>= 1.3),
python-sphinx-rtd-theme,
python-alabaster (>= 0.7),
sphinx-common (= ${source:Version})
@@ -42,7 +45,6 @@
sphinx-doc
Suggests:
libjs-mathjax, dvipng,
- python-babel (>= 1.3),
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended
Breaks:
python-sphinxcontrib.issuetracker (<< 0.11-1),
@@ -65,16 +67,17 @@
Package: python3-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
+ python3-six (>= 1.4),
python3-docutils (>= 0.11),
python3-pygments (>= 2.0),
python3-jinja2 (>= 2.3),
+ python3-babel (>= 1.3),
python3-sphinx-rtd-theme,
python3-alabaster (>= 0.7),
sphinx-common (= ${source:Version})
Recommends: python3-pil
Suggests:
libjs-mathjax, dvipng,
- python3-babel (>= 1.3),
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