From: Simon Horman Date: Mon, 30 Aug 2010 07:32:38 +0000 (+0900) Subject: Debian: openswitch-dbg should depend on the packages it has debugging symbols for X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09c9fb21a4fa7dc68f932595041c90ecc7f9b2d;p=openvswitch 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 --- diff --git a/debian/control b/debian/control index 4a5a9505..fac33797 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