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

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sun Jan 3 16:36:54 UTC 2010


    Date: Sunday, January 3, 2010 @ 16:36:53
  Author: dottedmag-guest
Revision: 10978

Revert adding python-setuptools dependency.

'./setup.py build_sphinx' users need to import python-setuptools
anyway in order to make this command available, so explicit
dependency in python-sphinx is not necessary.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2010-01-03 16:35:34 UTC (rev 10977)
+++ packages/sphinx/trunk/debian/changelog	2010-01-03 16:36:53 UTC (rev 10978)
@@ -4,12 +4,8 @@
   * Add preinst maintainer script to remove python-central leftovers; thanks to
     Jakub Wilk for the report; Closes: #559572
 
-  [ Mikhail Gusarov ]
-  * Add missing python-setuptools dependency to fix broken './setup.py
-    build_sphinx'
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 03 Jan 2010 22:35:26 +0600
 
- -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2010 17:30:12 +0100
-
 sphinx (0.6.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #545042):

Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control	2010-01-03 16:35:34 UTC (rev 10977)
+++ packages/sphinx/trunk/debian/control	2010-01-03 16:36:53 UTC (rev 10978)
@@ -12,7 +12,7 @@
 
 Package: python-sphinx
 Architecture: all
-Depends: ${python:Depends}, python-docutils, python-pygments (>= 0.8), python-jinja2 (>= 2.1), python-setuptools, libjs-jquery
+Depends: ${python:Depends}, python-docutils, python-pygments (>= 0.8), python-jinja2 (>= 2.1), libjs-jquery
 Recommends: python (>= 2.6) | python-simplejson, python-imaging
 Suggests: jsmath
 Description: tool for producing documentation for Python projects




More information about the Python-modules-commits mailing list