[Pkg-gdb-logs] [gdb] 08/09: d/control*: add dbg package depends

Hector Oron zumbi at moszumanska.debian.org
Mon Nov 10 18:38:36 UTC 2014


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

zumbi pushed a commit to branch master
in repository gdb.

commit 1ebd42a5576a115baa1cf6c6c8aa43331ca85893
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Sun Nov 9 16:54:06 2014 +0100

    d/control*: add dbg package depends
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/changelog  | 4 +++-
 debian/control    | 2 +-
 debian/control.in | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e4a492..7bd6dfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,7 +28,9 @@ gdb (7.8.1-1) UNRELEASED; urgency=medium
         switch_back_to_stepped_thread: Assertion `!schedlock_applies(1)' failed.)
     - Fix --batch mode parameter
       (Closes: #763518)
-  * d/control*: Bump Standars Version stanza, no changes needed. 
+  * d/control*:
+    - Bump Standars Version stanza, no changes needed.
+    - -dbg depends on main binary version.
   * d/rules: fix FTBFS caused by dpkg 1.17.17 changes.
     (Closes: #766754)
 
diff --git a/debian/control b/debian/control
index 47cd27e..de44a29 100644
--- a/debian/control
+++ b/debian/control
@@ -150,7 +150,7 @@ Package: gdb-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gdb (= ${binary:Version})
 Description: GNU Debugger (debug package)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
diff --git a/debian/control.in b/debian/control.in
index 52eb552..ec460cf 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -150,7 +150,7 @@ Package: gdb-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gdb (= ${binary:Version})
 Description: GNU Debugger (debug package)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining

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



More information about the Pkg-gdb-logs mailing list