[Python-modules-commits] r32005 - in packages/sphinx/trunk/debian (changelog control)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Thu Mar 12 08:30:30 UTC 2015


    Date: Thursday, March 12, 2015 @ 08:30:29
  Author: mitya57
Revision: 32005

Suggest babel, and build-depend on python3-babel.

Modified:
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/control

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2015-03-12 08:27:04 UTC (rev 32004)
+++ packages/sphinx/trunk/debian/changelog	2015-03-12 08:30:29 UTC (rev 32005)
@@ -12,6 +12,7 @@
     - parallel_2to3.diff (no longer needed)
     - fix_latex_hlines.diff (applied upstream)
   * Bump required versions of python, docutils, pygments and babel.
+  * Suggest babel, and build-depend on python3-babel.
   * 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-03-12 08:27:04 UTC (rev 32004)
+++ packages/sphinx/trunk/debian/control	2015-03-12 08:30:29 UTC (rev 32005)
@@ -15,7 +15,7 @@
   python-whoosh, python3-whoosh,
   python-xapian,
   python-nose, python3-nose,
-  python-babel (>= 1.3),
+  python-babel (>= 1.3), python3-babel (>= 1.3),
   xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore,
   python3-gi, gir1.2-webkit-3.0,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
@@ -38,6 +38,7 @@
   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),
@@ -67,6 +68,7 @@
 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