[Python-modules-commits] r11054 - in packages/python-docutils/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Jan 8 11:26:39 UTC 2010


    Date: Friday, January 8, 2010 @ 11:26:38
  Author: jwilk-guest
Revision: 11054

Remove superfluous ?\226?\128?\152Provides: ${python:Provides}?\226?\128?\153 and ?\226?\128?\152XB-Python-Version?\226?\128?\153
from debian/control.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/control

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2010-01-08 10:41:27 UTC (rev 11053)
+++ packages/python-docutils/trunk/debian/changelog	2010-01-08 11:26:38 UTC (rev 11054)
@@ -14,8 +14,10 @@
     can be distributed under the terms of the LGPL 2.1 or later version.
     Update debian/*.copyright and copies of iepngfix.htc accordingly
     (closes: #563704).
+  * Remove superfluous ‘Provides: ${python:Provides}’ and ‘XB-Python-Version’
+    from debian/control.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Thu, 07 Jan 2010 12:44:15 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 08 Jan 2010 12:07:00 +0100
 
 python-docutils (0.6-2) unstable; urgency=high
 

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2010-01-08 10:41:27 UTC (rev 11053)
+++ packages/python-docutils/trunk/debian/control	2010-01-08 11:26:38 UTC (rev 11054)
@@ -27,8 +27,7 @@
             python-lxml,            
             python (>= 2.5) | python-elementtree
 Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french
-Provides: ${python:Provides},
-          docutils-writer-manpage,
+Provides: docutils-writer-manpage,
           python-odtwriter,
           rst2odt,
           docutils-writer-odt,
@@ -42,7 +41,6 @@
           docutils-writer-odt,
           rst2man
 Breaks: python-epydoc (<< 3.0.1-4~)
-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
  processing plaintext documentation into useful formats, such as HTML,
@@ -55,8 +53,6 @@
 Package: python-roman
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 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




More information about the Python-modules-commits mailing list