File: control

package info (click to toggle)
python2.4 2.4.4-3%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 44,684 kB
  • ctags: 86,948
  • sloc: ansic: 305,981; python: 271,903; sh: 5,540; makefile: 4,186; perl: 3,736; lisp: 3,678; xml: 894; objc: 756; cpp: 7; sed: 2
file content (92 lines) | stat: -rw-r--r-- 3,961 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: python2.4
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5), autoconf, libreadline5-dev, libncursesw5-dev (>= 5.3), tk8.4-dev, libdb4.4-dev, zlib1g-dev, libgdbm-dev, blt-dev (>= 2.4z), libssl-dev, sharutils, libbz2-dev, libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales, mime-support, libgpmg1 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], netbase, lsb-release, bzip2
Build-Depends-Indep: libhtml-tree-perl, tetex-bin, tetex-extra, texinfo, emacs21, debiandoc-sgml, sharutils
Build-Conflicts: tcl8.3-dev, tk8.3-dev, python2.4-xml, python-xml
XS-Python-Version: 2.4
Standards-Version: 3.7.2

Package: python2.4
Architecture: any
Priority: optional
Depends: python2.4-minimal (= ${Source-Version}), mime-support, ${shlibs:Depends}
Suggests: python2.4-doc, python-profiler
Provides: python2.4-cjkcodecs
Replaces: python2.4-minimal (<< 2.4-3), python2.4-dev (<< 2.4.3-4), idle-python2.4 (<< 2.4.3-8), python-tk (<< 2.4.3-2)
Conflicts: python2.4-dev (<< 2.3.95-2), python-central (<< 0.5), idle-python2.4 (<< 2.4.3-8), python-tk (<< 2.4.3-2)
XB-Python-Version: 2.4
Description: An interactive high-level object-oriented language (version 2.4)
 Version 2.4 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

Package: python2.4-minimal
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}
Replaces: python2.4 (<< 2.4.4~c1)
XB-Python-Runtime: python2.4
XB-Python-Version: 2.4
Description: A minimal subset of the Python language (version 2.4)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python2.4-minimal/README.Debian for a list of the modules
 contained in this package.

Package: python2.4-examples
Architecture: all
Depends: python2.4 (>= ${Source-Version})
Description: Examples for the Python language (v2.4)
 Examples, Demos and Tools for Python (v2.4). These are files included in
 the upstream Python distribution (v2.4).

Package: python2.4-dev
Architecture: any
Depends: python2.4 (= ${Source-Version})
Suggests: libc6-dev | libc-dev
Description: Header files and a static library for Python (v2.4)
 Header files, a static library and development tools for building
 Python (v2.4) modules, extending the Python interpreter or embedding
 Python (v2.4) in applications.
 .
 Maintainers of Python packages should read README.maintainers.

Package: idle-python2.4
Architecture: all
Depends: python2.4, python2.4-tk (>= 2.4.3) | python-tk (>= 2.4.3-2), python2.4-tk
Conflicts: python2.4-tk (<< 2.4.3)
Enhances: python2.4
XB-Python-Version: 2.4
Description: An IDE for Python (v2.4) using Tkinter
 IDLE is an Integrated Development Environment for Python (v2.4).
 IDLE is written using Tkinter and therefore quite platform-independent.

Package: python2.4-doc
Section: doc
Architecture: all
Suggests: python2.4
Description: Documentation for the high-level object-oriented language Python (v2.4)
 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v2.4). All documents are provided
 in HTML format, some in info format. The package consists of ten documents:
 .
   * What's New in Python2.4
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules

Package: python2.4-dbg
Architecture: any
Priority: extra
Depends: python2.4 (>= ${Source-Version}), ${shlibs:Depends}
Description: Debug Build of the Python Interpreter (version 2.4)
 Python interpreter configured with --pydebug. Dynamically loaded modules are
 searched in /usr/lib/python2.4/lib-dynload/debug first.