~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Maintainer: Daniel Jacobowitz <dan@debian.org>
3
3
Section: devel
4
4
Priority: optional
5
 
Standards-Version: 3.8.3
 
5
Standards-Version: 3.8.4
6
6
Build-Depends: autoconf, libtool, texinfo (>= 4.7-2.2), texlive-base, libncurses5-dev, libreadline-dev, bison, gettext, debhelper (>= 7), dejagnu, gcj-jdk | gcj, gobjc, mig [@gnu@], cdbs (>= 0.4.17), libkvm-dev [@kfreebsd@], type-handling (>= 0.2.1), libunwind7-dev [ia64], flex | flex-old, libexpat1-dev, g++-multilib [i386 powerpc s390 sparc], lib64readline6-dev [i386 powerpc s390 sparc], python-dev, zlib1g-dev, procps, lsb-release, bzip2
7
7
 
8
8
Package: gdb@TS@
61
61
Package: libgdb-dev
62
62
Architecture: any
63
63
Section: libdevel
64
 
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils-dev, libexpat1-dev, python-dev, zlib1g-dev, libncurses5-dev, libreadline-dev
 
64
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils-dev, libexpat1-dev, python-dev, zlib1g-dev, libncurses5-dev, libreadline-dev, gdb
65
65
Priority: extra
66
66
Description: The GNU Debugger (libgdb.a)
67
67
 GDB is a source-level debugger, capable of breaking programs at
77
77
Package: gdb-source
78
78
Architecture: all
79
79
Section: devel
80
 
Depends: ${misc:Depends}
 
80
Depends: ${misc:Depends}, gdb
81
81
Description: The GNU Debugger (source)
82
82
 GDB is a source-level debugger, capable of breaking programs at
83
83
 any specific line, displaying variable values, and determining