~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-mr2oo53y4j8vpldi
Tags: 3.1~a1+20090322-1
* Python 3.1 alpha1 release.
* Update to the trunk, 20090322.
* Update installation schemes: LP: #338395.
  - When the --prefix option is used for setup.py install, Use the
    `unix_prefix' scheme.
  - Use the `deb_system' scheme if --install-layout=deb is specified.
  - Use the the `unix_local' scheme if neither --install-layout=deb
    nor --prefix is specified.
* Use the information in /etc/lsb-release for platform.dist(). LP: #196526.
* pydoc: Fix detection of local documentation files.
* Build a shared library configured --with-pydebug. LP: #322580.
* Fix some lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: @PVER@
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Matthias Klose <doko@debian.org>
 
5
Build-Depends: debhelper (>= 5), autoconf, automake1.10, libreadline5-dev, libncursesw5-dev (>= 5.3), zlib1g-dev, libdb-dev, blt-dev (>= 2.4z), libssl-dev, sharutils, libbz2-dev, libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales [!sparc], libsqlite3-dev, libffi-dev (>= 3.0.5), mime-support, libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], netbase, lsb-release, bzip2
 
6
Build-Depends-Indep: python-sphinx
 
7
Build-Conflicts: libgdbm-dev
 
8
XS-Python-Version: @VER@
 
9
Standards-Version: 3.8.0
 
10
Vcs-Browser: https://code.launchpad.net/~doko/python/pkg@VER@
 
11
Vcs-Bzr: http://bazaar.launchpad.net/~doko/python/pkg@VER@
 
12
 
 
13
Package: @PVER@
 
14
Architecture: any
 
15
Priority: @PRIO@
 
16
Depends: @PVER@-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}
 
17
Suggests: @PVER@-doc, @PVER@-profiler, binutils
 
18
Provides: python@VER@-cjkcodecs, python@VER@-ctypes, python@VER@-elementtree, python@VER@-celementtree, python@VER@-wsgiref, @PVER@-gdbm
 
19
XB-Python-Version: @VER@
 
20
Description: An interactive high-level object-oriented language (version @VER@)
 
21
 Version @VER@ of the high-level, interactive object oriented language,
 
22
 includes an extensive class library with lots of goodies for
 
23
 network programming, system administration, sounds and graphics.
 
24
 
 
25
Package: @PVER@-minimal
 
26
Architecture: any
 
27
Priority: @MINPRIO@
 
28
Depends: ${shlibs:Depends}
 
29
Recommends: @PVER@
 
30
Suggests: binfmt-support
 
31
Replaces: @PVER@ (<< 3.0~rc1)
 
32
Conflicts: binfmt-support (<< 1.1.2)
 
33
XB-Python-Runtime: @PVER@
 
34
XB-Python-Version: @VER@
 
35
Description: A minimal subset of the Python language (version @VER@)
 
36
 This package contains the interpreter and some essential modules.  It can
 
37
 be used in the boot process for some basic tasks.
 
38
 See /usr/share/doc/@PVER@-minimal/README.Debian for a list of the modules
 
39
 contained in this package.
 
40
 
 
41
Package: lib@PVER@
 
42
Architecture: any
 
43
Section: libs
 
44
Priority: @PRIO@
 
45
Depends: @PVER@ (= ${binary:Version}), ${shlibs:Depends}
 
46
Replaces: @PVER@ (<< 3.0~rc1)
 
47
Description: Shared Python runtime library (version @VER@)
 
48
 Version @VER@ of the high-level, interactive object oriented language,
 
49
 includes an extensive class library with lots of goodies for
 
50
 network programming, system administration, sounds and graphics.
 
51
 .
 
52
 This package contains the shared runtime library, normally not needed
 
53
 for programs using the statically linked interpreter.
 
54
 
 
55
Package: @PVER@-examples
 
56
Architecture: all
 
57
Depends: @PVER@ (>= ${source:Version})
 
58
Description: Examples for the Python language (v@VER@)
 
59
 Examples, Demos and Tools for Python (v@VER@). These are files included in
 
60
 the upstream Python distribution (v@VER@).
 
61
 
 
62
Package: @PVER@-dev
 
63
Architecture: any
 
64
Depends: @PVER@ (= ${binary:Version}), lib@PVER@ (= ${binary:Version}), ${shlibs:Depends}
 
65
Recommends: libc6-dev | libc-dev
 
66
Description: Header files and a static library for Python (v@VER@)
 
67
 Header files, a static library and development tools for building
 
68
 Python (v@VER@) modules, extending the Python interpreter or embedding
 
69
 Python (v@VER@) in applications.
 
70
 .
 
71
 Maintainers of Python packages should read README.maintainers.
 
72
 
 
73
Package: idle-@PVER@
 
74
Architecture: all
 
75
Depends: @PVER@, python3-tk, @PVER@-tk
 
76
Enhances: @PVER@
 
77
XB-Python-Version: @VER@
 
78
Description: An IDE for Python (v@VER@) using Tkinter
 
79
 IDLE is an Integrated Development Environment for Python (v@VER@).
 
80
 IDLE is written using Tkinter and therefore quite platform-independent.
 
81
 
 
82
Package: @PVER@-doc
 
83
Section: doc
 
84
Architecture: all
 
85
Suggests: @PVER@
 
86
Description: Documentation for the high-level object-oriented language Python (v@VER@)
 
87
 These is the official set of documentation for the interactive high-level
 
88
 object-oriented language Python (v@VER@). All documents are provided
 
89
 in HTML format. The package consists of ten documents:
 
90
 .
 
91
   * What's New in Python@VER@
 
92
   * Tutorial
 
93
   * Python Library Reference
 
94
   * Macintosh Module Reference
 
95
   * Python Language Reference
 
96
   * Extending and Embedding Python
 
97
   * Python/C API Reference
 
98
   * Installing Python Modules
 
99
   * Documenting Python
 
100
   * Distributing Python Modules
 
101
 
 
102
Package: @PVER@-dbg
 
103
Architecture: any
 
104
Priority: extra
 
105
Depends: @PVER@ (= ${binary:Version}), ${shlibs:Depends}
 
106
Suggests: python3-gdbm-dbg, python3-tk-dbg
 
107
Description: Debug Build of the Python Interpreter (version @VER@)
 
108
 Python interpreter configured with --pydebug. Dynamically loaded modules are
 
109
 searched in /usr/lib/@PVER@/lib-dynload/debug first.