From c09c9fb21a4fa7dc68f932595041c90ecc7f9b2d Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 30 Aug 2010 16:32:38 +0900 Subject: [PATCH] Debian: openswitch-dbg should depend on the packages it has debugging symbols for See: http://lintian.debian.org/tags/dbg-package-missing-depends.html Signed-off-by: Simon Horman --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4a5a95051..fac33797d 100644 --- a/debian/control +++ b/debian/control @@ -94,7 +94,11 @@ Description: Core file centralizer and reaper Package: openvswitch-dbg Section: debug Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, ${misc:Depends}, + openvswitch-common (= ${binary:Version}), + openvswitch-controller (= ${binary:Version}), + openvswitch-switch (= ${binary:Version}) Description: Debug symbols for Open vSwitch packages This package contains the debug symbols for all the other openvswitch-* packages. Install it to debug one of them or to examine a core dump -- 2.43.0