[Python-modules-commits] r32385 - in packages/sphinx/trunk/debian (3 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Mon Apr 20 14:04:56 UTC 2015


    Date: Monday, April 20, 2015 @ 14:04:55
  Author: mitya57
Revision: 32385

Add python[3]-mock to build-dependencies and test dependencies.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2015-04-20 09:12:20 UTC (rev 32384)
+++ packages/sphinx/trunk/debian/changelog	2015-04-20 14:04:55 UTC (rev 32385)
@@ -17,6 +17,7 @@
     - python[3]-babel
     - python[3]-sphinx-rtd-theme
     - python[3]-alabaster
+  * Add python[3]-mock to build-dependencies and test dependencies.
   * 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-20 09:12:20 UTC (rev 32384)
+++ packages/sphinx/trunk/debian/control	2015-04-20 14:04:55 UTC (rev 32385)
@@ -16,6 +16,7 @@
   python-whoosh, python3-whoosh,
   python-xapian,
   python-nose, python3-nose,
+  python-mock, python3-mock,
   python-babel (>= 1.3), python3-babel (>= 1.3),
   python-sphinx-rtd-theme, python3-sphinx-rtd-theme,
   python-alabaster (>= 0.7), python3-alabaster (>= 0.7),

Modified: packages/sphinx/trunk/debian/tests/control
===================================================================
--- packages/sphinx/trunk/debian/tests/control	2015-04-20 09:12:20 UTC (rev 32384)
+++ packages/sphinx/trunk/debian/tests/control	2015-04-20 14:04:55 UTC (rev 32385)
@@ -1,8 +1,8 @@
 Tests: python-sphinx
-Depends: python-sphinx, python-nose
+Depends: python-sphinx, python-nose, python-mock
 
 Tests: python3-sphinx
-Depends: python3-sphinx, python3-nose
+Depends: python3-sphinx, python3-nose, python3-mock
 
 Tests: sphinx-doc
 Depends: sphinx-doc, python3-gi, gir1.2-webkit-3.0, xauth, xvfb




More information about the Python-modules-commits mailing list