~ubuntu-branches/debian/experimental/gdb/experimental

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Hector Oron
  • Date: 2011-11-17 18:37:45 UTC
  • Revision ID: package-import@ubuntu.com-20111117183745-9nnx0zh5trffx1bj
Tags: 7.4-1~cvs20111117.1
* Add accidentally dropped armhf to architecture list
* Add GDB debug package (Closes: #592512, #490049)
* Provide GDB multiarch package (Closes: #610519)
  - Add gdb-multiarch package supporting extra bfd targets similarly to
    binutils-multiarch; the package is constructed much like gdb64 except that
    it's build with the gdb configure flags and --enable-targets=all for now.
  - Thanks Loïc Minier.
* Fix conflicts between cross and regular gdb (Closes: #603347)
  - Pass --gdb-datadir=/usr/share/gdb-$triplet when building a cross-gdb and
    update gdb.install sed snippet to match; fixes conflict with gdb;
  - Thanks Loïc Minier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gdb (7.4-1~cvs20111117.1) experimental; urgency=low
 
2
 
 
3
  * Add accidentally dropped armhf to architecture list
 
4
  * Add GDB debug package (Closes: #592512, #490049)
 
5
  * Provide GDB multiarch package (Closes: #610519)
 
6
    - Add gdb-multiarch package supporting extra bfd targets similarly to
 
7
      binutils-multiarch; the package is constructed much like gdb64 except that
 
8
      it's build with the gdb configure flags and --enable-targets=all for now.
 
9
    - Thanks Loïc Minier.
 
10
  * Fix conflicts between cross and regular gdb (Closes: #603347)
 
11
    - Pass --gdb-datadir=/usr/share/gdb-$triplet when building a cross-gdb and
 
12
      update gdb.install sed snippet to match; fixes conflict with gdb;
 
13
    - Thanks Loïc Minier.
 
14
 
 
15
 -- Hector Oron <zumbi@debian.org>  Thu, 17 Nov 2011 18:37:45 +0000
 
16
 
1
17
gdb (7.4-1~cvs20111117) experimental; urgency=low
2
18
 
3
19
  * CVS snapshot release (20111117)