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

« back to all changes in this revision

Viewing changes to debian/control.in

  • 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:
167
167
Multi-Arch: allowed
168
168
Priority: extra
169
169
Depends: @PVER@ (= ${binary:Version}), lib@PVER@-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
170
Recommends: gdb
170
171
Suggests: python-gdbm-dbg, python-tk-dbg
171
172
Description: Debug Build of the Python Interpreter (version @VER@)
172
173
 The package holds two things:
184
185
Multi-Arch: same
185
186
Priority: extra
186
187
Pre-Depends: multiarch-support
187
 
Depends: lib@PVER@-stdlib (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python
188
 
Suggests: @PVER@-gdbm-dbg, @PVER@-tk-dbg
 
188
Depends: lib@PVER@-stdlib (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
189
189
Replaces: @PVER@-dbg (<< 2.7.3-10)
190
190
Description: Debug Build of the Python Interpreter (version @VER@)
191
191
 The package holds two things: