aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-08-30 16:32:38 +0900
committerBen Pfaff <blp@nicira.com>2010-08-30 09:41:13 -0700
commitc09c9fb21a4fa7dc68f932595041c90ecc7f9b2d (patch)
treee7307fe388cb128056debd6decd9d2cbc251d41f /debian
parente2e744a852da97d86594b6ba4b6efeef57086fcf (diff)
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 <horms@verge.net.au>
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
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