~mwhudson/debian/squeeze/python-defaults/bug-632020

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-17 01:38:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100117013821-2lg56cs6fweisa2o
Tags: 2.5.4-6
* Add python2.6 as a supported Python version.
* python-all{,-dev,-dbg}: Depend on the 2.6 packages.
* Run the rtinstall script, when 2.5 became a supported version (2.4.4-3)
  and python2.5 is installed.
* Run the rtinstall script, when 2.6 became a supported version (2.5.4-6)
  and python2.6 is installed. Closes: #565952.
* Fix reference to list of modules in the python-minimal package.
  Closes: #558403.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Description: A minimal subset of the Python language (default version)
34
34
 This package contains the interpreter and some essential modules.  It's used
35
35
 in the boot process for some basic tasks.
36
 
 See /usr/share/doc/python-minimal/README.Debian for a list of the modules
 
36
 See /usr/share/doc/@PVER@-minimal/README.Debian for a list of the modules
37
37
 contained in this package.
38
38
 
39
39
Package: python-examples
71
71
 This package is a dependency package, which depends on Debian's default
72
72
 Python version (currently v@VER@) of IDLE.
73
73
 
 
74
#Package: python-doc
 
75
#Section: doc
 
76
#Architecture: all
 
77
#Depends: python@VER@-doc (>= @PREVVER@)
 
78
#Suggests: python (>= ${binary:Version})
 
79
#Conflicts: python-doc-info, python (<< 2.3.5)
 
80
#Replaces: python-doc-info, python (<< 2.3.5)
 
81
#Description: Documentation for the high-level object-oriented language Python
 
82
# This is the official set of documentation for the interactive high-level
 
83
# object-oriented language Python (v@VER@). All documents are provided
 
84
# in HTML format, some in info format. The package consists of nine documents:
 
85
# .
 
86
#   * Tutorial
 
87
#   * Python Library Reference
 
88
#   * Macintosh Module Reference
 
89
#   * Python Language Reference
 
90
#   * Extending and Embedding Python
 
91
#   * Python/C API Reference
 
92
#   * Installing Python Modules
 
93
#   * Documenting Python
 
94
#   * Distributing Python Modules
 
95
# .
 
96
# This package is a dependency package, which depends on Debian's default
 
97
# Python version (currently v@VER@).
 
98
 
74
99
Package: python-dbg
75
100
Architecture: all
76
101
Section: debug
84
109
Package: python-all
85
110
Architecture: all
86
111
Priority: optional
87
 
Depends: python (>= ${binary:Version}), python2.5 (>= 2.5.4-1)
 
112
Depends: python (>= ${binary:Version}), python2.5 (>= 2.5.4-1), python2.6 (>= 2.6.4-2)
88
113
Description: Package depending on all supported Python runtime versions
89
 
 The package currently depends on python2.5, in the future,
 
114
 The package currently depends on python2.5 and python2.6, in the future,
90
115
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
91
116
 may be added.
92
117
 .
96
121
Package: python-all-dev
97
122
Architecture: all
98
123
Priority: optional
99
 
Depends: python (>= ${binary:Version}), python-all (>= ${binary:Version}), python-dev (>= ${binary:Version}), python2.5-dev (>= 2.5.4-1)
 
124
Depends: python (>= ${binary:Version}), python-all (>= ${binary:Version}), python-dev (>= ${binary:Version}), python2.5-dev (>= 2.5.4-1), python2.5-dev (>= 2.6.4-2)
100
125
Description: Package depending on all supported Python development packages
101
 
 The package currently depends on python2.5-dev, in the
 
126
 The package currently depends on python2.5-dev and python2.6-dev, in the
102
127
 future, dependencies on jython (Python for a JVM) and ironpython (Python
103
128
 for Mono) may be added.
104
129
 .
109
134
Architecture: all
110
135
Section: debug
111
136
Priority: extra
112
 
Depends: python (>= ${binary:Version}), python-all (>= ${binary:Version}), python-dbg (>= ${binary:Version}), python2.5-dbg (>= 2.5.4-1)
 
137
Depends: python (>= ${binary:Version}), python-all (>= ${binary:Version}), python-dbg (>= ${binary:Version}), python2.5-dbg (>= 2.5.4-1), python2.6-dbg (>= 2.6.4-2)
113
138
Description: Package depending on all supported Python debugging packages
114
 
 The package currently depends on python2.5-dbg, in the
 
139
 The package currently depends on python2.5-dbg and python2.6-dbg, in the
115
140
 future, dependencies on jython (Python for a JVM) and ironpython (Python
116
141
 for Mono) may be added.
117
142
 .