~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-docutils
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Matthias Urlichs <smurf@debian.org>
5
 
Build-Depends-Indep: debhelper (>= 4.1.67), python, python2.3-dev
6
 
Standards-Version: 3.6.0
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: martin f. krafft <madduck@debian.org>, Simon McVittie <smcv@ianadd.pseudorandom.co.uk>
 
6
Build-Depends: debhelper (>= 5.0.37.1), dpatch, python-central (>= 0.4.17)
 
7
Build-Depends-Indep: python-dev, python (>= 2.3)
 
8
Standards-Version: 3.7.2.0
 
9
XS-Python-Version: >= 2.3
7
10
 
8
11
Package: python-docutils
9
12
Architecture: all
10
 
Depends: python2.3-docutils | python2.2-docutils, python (>= 2.2), python (<< 2.4)
 
13
Depends: ${python:Depends}, python-roman
 
14
Provides: ${python:Provides}
 
15
XB-Python-Version: ${python:Versions}
11
16
Description: Utilities for the documentation of Python modules
12
17
 The purpose of the Docutils project is to create a set of tools for
13
18
 processing plaintext documentation into useful formats, such as HTML,
17
22
 Docstring Processing System project, and documentation in HTML and
18
23
 (gzipped) reST formats.
19
24
 
20
 
Package: python2.3-docutils
21
 
Architecture: all
22
 
Depends: python2.3, python-docutils, python-roman
23
 
Description: Dependency package for python-docutils with Python 2.3
24
 
 This package is a dependency package. It represents the requirements of
25
 
 the python-docutils package when used with Python 2.3.
26
 
 
27
 
Package: python2.2-docutils
28
 
Architecture: all
29
 
Depends: python2.2, python-docutils, python2.2-xmlbase, python-roman, python2.2-textwrap
30
 
Description: Dependency package for python-docutils with Python 2.2
31
 
 This package is a dependency package. It represents the requirements of
32
 
 the python-docutils package when used with Python 2.2.
33
 
 
34
25
Package: python-roman
35
26
Architecture: all
36
 
Depends: python (>= 2.1)
 
27
Depends: ${python:Depends}
 
28
Provides: ${python:Provides}
 
29
XB-Python-Version: ${python:Versions}
37
30
Description: A module for generating/analyzing Roman numerals
38
31
 This module converts from and to Roman numerals. It can convert numbers
39
32
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
45
38
 .
46
39
 It is maintained in Debian as part of the python-docutils package.
47
40
 
48
 
Package: python2.1-difflib
49
 
Architecture: all
50
 
Depends: python2.1
51
 
Conflicts: python-difflib
52
 
Replaces: python-difflib
53
 
Description: A module for computing deltas between objects
54
 
 This package is included in Python >= 2.2. It is distributed here for
55
 
 those who need it for Python 2.1 programs.
56
 
 .
57
 
 It is maintained in Debian as part of the python-docutils package.
58
 
 
59
 
Package: python2.1-textwrap
60
 
Architecture: all
61
 
Depends: python2.1
62
 
Conflicts: python-textwrap
63
 
Replaces: python-textwrap
64
 
Description: A module for wrapping text
65
 
 This package is included in Python >= 2.3. It is distributed here for
66
 
 those who need it for Python 2.1 programs.
67
 
 .
68
 
 It is maintained in Debian as part of the python-docutils package.
69
 
 
70
 
Package: python2.2-textwrap
71
 
Architecture: all
72
 
Depends: python2.2
73
 
Conflicts: python-textwrap
74
 
Replaces: python-textwrap
75
 
Description: A module for wrapping text
76
 
 This package is included in Python >= 2.3. It is distributed here for
77
 
 those who need it for Python 2.2 programs.
78
 
 .
79
 
 It is maintained in Debian as part of the python-docutils package.