[Python-modules-commits] r7961 - in packages/python-docutils/trunk/debian (control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Mar 22 20:31:15 UTC 2009
Date: Sunday, March 22, 2009 @ 20:31:14
Author: piotr
Revision: 7961
replace Conflicts with Breaks
Modified:
packages/python-docutils/trunk/debian/control
Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control 2009-03-22 18:06:24 UTC (rev 7960)
+++ packages/python-docutils/trunk/debian/control 2009-03-22 20:31:14 UTC (rev 7961)
@@ -16,10 +16,10 @@
Depends: ${python:Depends}, python-roman
Recommends: python-imaging
Provides: ${python:Provides}
-Conflicts: docutils-writer-manpage (<< 0.1~svn.r5663-3), python-odtwriter (<< 1.3a-1)
+Breaks: docutils-writer-manpage (<= 0.1~svn.r5663-3), python-odtwriter (<= 1.3a-1)
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french
XB-Python-Version: ${python:Versions}
-Description: Utilities for the documentation of Python modules
+Description: utilities for the documentation of Python modules
The purpose of the Docutils project is to create a set of tools for
processing plaintext documentation into useful formats, such as HTML,
XML, and TeX.
@@ -33,7 +33,7 @@
Depends: ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
-Description: A module for generating/analyzing Roman numerals
+Description: module for generating/analyzing Roman numerals
This module converts from and to Roman numerals. It can convert numbers
from 1 to 4999 and understands the common shortcuts (IX == 9), but not
illegal ones (MIM == 1999).
More information about the Python-modules-commits
mailing list