[ovs-dev] [patch] Debian: openswitch-dbg should depend on the packages it has debugging symbols for

Simon Horman horms at verge.net.au
Mon Aug 30 07:32:38 UTC 2010


See: http://lintian.debian.org/tags/dbg-package-missing-depends.html

Signed-off-by: Simon Horman <horms at verge.net.au>

Index: openvswitch/debian/control
===================================================================
--- openvswitch.orig/debian/control	2010-08-26 11:00:29.000000000 +0900
+++ openvswitch/debian/control	2010-08-26 11:37:53.000000000 +0900
@@ -94,7 +94,11 @@ Description: Core file centralizer and r
 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




More information about the dev mailing list