[Python-modules-commits] r10694 - in packages/python-docutils/trunk/debian (control)
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Mon Dec 7 00:41:15 UTC 2009
Date: Monday, December 7, 2009 @ 00:41:12
Author: smcv
Revision: 10694
Subsume the previous rst2man/rst2odt packages, and add their maintainers to Uploaders
Modified:
packages/python-docutils/trunk/debian/control
Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control 2009-12-07 00:15:40 UTC (rev 10693)
+++ packages/python-docutils/trunk/debian/control 2009-12-07 00:41:12 UTC (rev 10694)
@@ -2,7 +2,10 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: martin f. krafft <madduck at debian.org>, Simon McVittie <smcv at debian.org>
+Uploaders: martin f. krafft <madduck at debian.org>,
+ Simon McVittie <smcv at debian.org>,
+ Michael Schutte <michi at uiae.at>,
+ Ben Finney <ben+debian at benfinney.id.au>
Build-Depends: debhelper (>= 5.0.37.1), python-setuptools (>= 0.6b3), python (>= 2.3)
Build-Depends-Indep: xsltproc (>= 1.1.20), python-support (>= 0.6.4)
Standards-Version: 3.8.3
@@ -13,11 +16,26 @@
Package: python-docutils
Architecture: all
-Depends: ${python:Depends}, python-roman
-Recommends: python-imaging
-Provides: ${python:Provides}
-Breaks: docutils-writer-manpage (<= 0.1~svn.r5663-3), python-odtwriter (<= 1.3a-1)
+Depends: ${python:Depends},
+ python-roman,
+ python (>= 2.5) | python-lxml | python-elementtree
+Recommends: python-imaging,
+ python-pygments,
+ libpaper-utils
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french
+Provides: ${python:Provides},
+ docutils-writer-manpage,
+ python-odtwriter,
+ rst2odt,
+ docutils-writer-odt,
+ rst2man
+Conflicts: docutils-writer-manpage,
+ python-odtwriter,
+ docutils-writer-odt,
+ rst2man
+Replaces: docutils-writer-manpage,
+ python-odtwriter,
+ docutils-writer-odt
XB-Python-Version: ${python:Versions}
Description: utilities for the documentation of Python modules
The purpose of the Docutils project is to create a set of tools for
More information about the Python-modules-commits
mailing list