~ubuntu-branches/ubuntu/saucy/python2.7/saucy-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-26 15:58:08 UTC
  • Revision ID: package-import@ubuntu.com-20130126155808-ej97ewsp21txdk9d
Tags: 2.7.3-15ubuntu2
* Update to 20130126, taken from the 2.7 branch.
  - Issue #10156: In the interpreter's initialization phase, unicode globals
    are now initialized dynamically as needed.
  - Issue #16975: Fix error handling bug in the escape-decode decoder.
  - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
    interface and support all mandatory methods and properties.
  - Issue #13454: Fix a crash when deleting an iterator created by
    itertools.tee() if all other iterators were very advanced before.
  - Issue #3754: fix typo in pthread AC_CACHE_VAL.
  - Issue #17029: Let h2py search the multiarch system include directory.
* python2.7-dbg, libpython2.7-dbg: Drop dependency on python.
* python2.7-dbg: Make gdb (not gdb-minimal) a recommendation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python2.7
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
 
4
Maintainer: Matthias Klose <doko@debian.org>
6
5
Build-Depends: debhelper (>= 5), quilt, autoconf, lsb-release, sharutils,
7
6
  libreadline-dev, libtinfo-dev, libncursesw5-dev (>= 5.3),
8
7
  tk8.5-dev, blt-dev (>= 2.4z), libssl-dev,
54
53
Package: python2.7-minimal
55
54
Architecture: any
56
55
Multi-Arch: allowed
57
 
Priority: required
 
56
Priority: standard
58
57
Depends: libpython2.7-minimal (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
59
58
Recommends: python2.7
60
59
Suggests: binfmt-support
69
68
Package: libpython2.7-minimal
70
69
Architecture: any
71
70
Multi-Arch: same
72
 
Priority: required
 
71
Priority: standard
73
72
Depends: ${shlibs:Depends}, ${misc:Depends}
74
73
Recommends: libpython2.7-stdlib
75
74
Replaces: python2.7 (<< 2.7.1~rc1-2~), python2.7-minimal (<< 2.7.3-10)
168
167
Multi-Arch: allowed
169
168
Priority: extra
170
169
Depends: python2.7 (= ${binary:Version}), libpython2.7-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
170
Recommends: gdb
171
171
Suggests: python-gdbm-dbg, python-tk-dbg
172
172
Description: Debug Build of the Python Interpreter (version 2.7)
173
173
 The package holds two things:
185
185
Multi-Arch: same
186
186
Priority: extra
187
187
Pre-Depends: multiarch-support
188
 
Depends: libpython2.7-stdlib (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python
189
 
Suggests: python2.7-gdbm-dbg, python2.7-tk-dbg
 
188
Depends: libpython2.7-stdlib (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
190
189
Replaces: python2.7-dbg (<< 2.7.3-10)
191
190
Description: Debug Build of the Python Interpreter (version 2.7)
192
191
 The package holds two things: