[Crosstoolchain-logs] [gdb] 02/02: debian/control: Fix Section/Priority/Architecture of gdb-dbg; Use unversioned Breaks/Replaces from gdb-minimal on gdb

Samuel Bronson naesten-guest at moszumanska.debian.org
Sun May 11 05:33:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

naesten-guest pushed a commit to branch master
in repository gdb.

commit 15127e1489d656845b6cc047497c0c594bed1583
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sun May 11 01:04:11 2014 -0400

    debian/control: Fix Section/Priority/Architecture of gdb-dbg;
    Use unversioned Breaks/Replaces from gdb-minimal on gdb
    
    debian/control.in: Regenerate
---
 debian/control    | 16 ++++++++++------
 debian/control.in |  8 +++++---
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 4c17f95..ba577f5 100644
--- a/debian/control
+++ b/debian/control
@@ -43,10 +43,10 @@ Homepage: http://www.gnu.org/s/gdb/
 
 Package: gdb
 Architecture: any
-Depends: gdbserver [amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x x32],
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${shlibs:Depends}
-Recommends: libc-dbg
+Recommends: libc-dbg,
+            gdbserver [amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x x32]
 Suggests: gdb-doc
 Description: GNU Debugger
  GDB is a source-level debugger, capable of breaking programs at
@@ -58,7 +58,9 @@ Description: GNU Debugger
 Package: gdb-minimal
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: gdb
+Provides: gdb
+Breaks: gdb
+Replaces: gdb
 Description: GNU Debugger (minimal version)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
@@ -97,7 +99,7 @@ Description: GNU Debugger (with support for multiple architectures)
  target architectures.
 
 Package: gdbserver
-Architecture: amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x x32
+Architecture: amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x x32
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: gdb (<< 7.0.1-1)
 Description: GNU Debugger (remote server)
@@ -124,7 +126,9 @@ Description: GNU Debugger (source)
  to build GDB.
 
 Package: gdb-dbg
-Architecture: all
+Section: debug
+Priority: extra
+Architecture: any
 Depends: ${misc:Depends}
 Description: GNU Debugger (debug package)
  GDB is a source-level debugger, capable of breaking programs at
diff --git a/debian/control.in b/debian/control.in
index 3205715..5e3aeff 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -59,8 +59,8 @@ Package: gdb-minimal
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: gdb
-Breaks: gdb (<< 7.7~)
-Replaces: gdb (<< 7.7~)
+Breaks: gdb
+Replaces: gdb
 Description: GNU Debugger (minimal version)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
@@ -126,7 +126,9 @@ Description: GNU Debugger (source)
  to build GDB.
 
 Package: gdb-dbg
-Architecture: all
+Section: debug
+Priority: extra
+Architecture: any
 Depends: ${misc:Depends}
 Description: GNU Debugger (debug package)
  GDB is a source-level debugger, capable of breaking programs at

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Crosstoolchain-logs mailing list