[Python-modules-commits] r10980 - in packages/sphinx/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Jan 3 16:43:15 UTC 2010
Date: Sunday, January 3, 2010 @ 16:43:14
Author: morph
Revision: 10980
* debian/control
- added misc:Depends to the binary package Depends line
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:37:34 UTC (rev 10979)
+++ packages/sphinx/trunk/debian/changelog 2010-01-03 16:43:14 UTC (rev 10980)
@@ -4,6 +4,10 @@
* Add preinst maintainer script to remove python-central leftovers; thanks to
Jakub Wilk for the report; Closes: #559572
+ [ Sandro Tosi ]
+ * debian/control
+ - added misc:Depends to the binary package Depends line
+
-- Mikhail Gusarov <dottedmag at dottedmag.net> Sun, 03 Jan 2010 22:37:20 +0600
sphinx (0.6.3-1) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control 2010-01-03 16:37:34 UTC (rev 10979)
+++ packages/sphinx/trunk/debian/control 2010-01-03 16:43:14 UTC (rev 10980)
@@ -12,7 +12,7 @@
Package: python-sphinx
Architecture: all
-Depends: ${python:Depends}, python-docutils, python-pygments (>= 0.8), python-jinja2 (>= 2.1), libjs-jquery
+Depends: ${misc: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