[Python-modules-commits] r19160 - in packages/sphinx/branches/1.1/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Nov 2 18:48:21 UTC 2011


    Date: Wednesday, November 2, 2011 @ 18:48:20
  Author: jwilk
Revision: 19160

Add B-D(-I) on python3-setuptools, python-sqlalchemy, python-whoosh, python-xapian.

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-02 18:19:28 UTC (rev 19159)
+++ packages/sphinx/branches/1.1/debian/changelog	2011-11-02 18:48:20 UTC (rev 19160)
@@ -39,6 +39,7 @@
     + Conflict with older versions of python-sphinx that were shipping
       /usr/bin/sphinx-* scripts. Add lintian override for
       conflicts-with-version.
+    + Add build-dependency on python3-setuptools.
   * Run dh_install with --fail-missing.
   * Improve debian/rules:
     + Make the build actually fail if integration tests for the JavaScript
@@ -51,9 +52,11 @@
     + Use a for loop in debian/rules to install all sphinx-* scripts.
     + Use ‘set -x’ for all for loops.
     + Run nosetests with --verbose --no-skip.
+  * Add build-dependency on the following packages (needed for the test
+    suite): python-sqlalchemy, python-whoosh, python-xapian.
   * Use XS-Python-Version instead of debian/pyversions.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 02 Nov 2011 19:19:05 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 02 Nov 2011 19:19:40 +0100
 
 sphinx (1.0.8+dfsg-2) unstable; urgency=low
 

Modified: packages/sphinx/branches/1.1/debian/control
===================================================================
--- packages/sphinx/branches/1.1/debian/control	2011-11-02 18:19:28 UTC (rev 19159)
+++ packages/sphinx/branches/1.1/debian/control	2011-11-02 18:48:20 UTC (rev 19160)
@@ -6,10 +6,13 @@
 Homepage: http://sphinx.pocoo.org/
 Build-Depends: debhelper (>= 7), python-all (>= 2.5.4-1~), python-setuptools (>= 0.6c5-1~)
 Build-Depends-Indep: python-support (>= 0.6.4),
-  python3 (>= 3.1.2-7~),
+  python3 (>= 3.1.2-7~), python3-setuptools,
   python-docutils (>= 0.7),
   python-pygments (>= 1.2),
   python-jinja2 (>= 2.3),
+  python-sqlalchemy,
+  python-whoosh,
+  python-xapian,
   python-nose, python (>= 2.6.6-14~) | python-simplejson,
   xvfb, xauth, python-webkit, libjs-jquery (>= 1.4), libjs-underscore,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,




More information about the Python-modules-commits mailing list