[Python-modules-commits] r18282 - in packages/python-mock/trunk/debian (control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Aug 23 09:43:33 UTC 2011


    Date: Tuesday, August 23, 2011 @ 09:43:32
  Author: fladi-guest
Revision: 18282

Drop libjs-jquery from Recommends.
Use versioned dependency for python-sphinx.

Modified:
  packages/python-mock/trunk/debian/control

Modified: packages/python-mock/trunk/debian/control
===================================================================
--- packages/python-mock/trunk/debian/control	2011-08-23 08:39:53 UTC (rev 18281)
+++ packages/python-mock/trunk/debian/control	2011-08-23 09:43:32 UTC (rev 18282)
@@ -9,7 +9,7 @@
                python-setuptools,
                python3-all (>= 3.1.2-12~),
                python3-setuptools
-Build-Depends-Indep: libjs-jquery, python-sphinx
+Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~)
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0
@@ -20,7 +20,6 @@
 Package: python-mock
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
-Recommends: libjs-jquery
 Description: Mocking and Testing Library
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.
@@ -32,7 +31,6 @@
 Package: python3-mock
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
-Recommends: libjs-jquery
 Description: Mocking and Testing Library (Python3 version)
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.




More information about the Python-modules-commits mailing list