From: Ken Dreyer Date: Mon, 18 May 2015 16:50:58 +0000 (-0600) Subject: debian: set rest-bench-dbg ceph-test-dbg dependencies X-Git-Tag: v0.80.10~10^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c632ef13e05654d0e5ddc79fc7e9553cad8cbed0;p=ceph.git debian: set rest-bench-dbg ceph-test-dbg dependencies Debian's debug packages ought to depend on their respective binary packages. This was the case for many of our ceph packages, but it was not the case for ceph-test-dbg or rest-bench-dbg. Add the dependencies on the relevant binary packages, pinned to "= ${binary:Version}" per convention. http://tracker.ceph.com/issues/11673 Fixes: #11673 Signed-off-by: Ken Dreyer (cherry picked from commit f898ec1e4e3472b0202280f09653a769fc62c8d3) --- diff --git a/debian/control b/debian/control index 73fdb55bc953c..1a94902a3813f 100644 --- a/debian/control +++ b/debian/control @@ -395,7 +395,8 @@ Package: rest-bench-dbg Architecture: linux-any Section: debug Priority: extra -Depends: ceph-common, curl, xml2, ${misc:Depends}, ${shlibs:Depends} +Depends: rest-bench (= ${binary:Version}), ceph-common, curl, xml2, + ${misc:Depends}, ${shlibs:Depends} Description: debugging symbols for rest-bench radosgw performance. . @@ -411,7 +412,8 @@ Package: ceph-test-dbg Architecture: linux-any Section: debug Priority: extra -Depends: ceph-common, curl, xml2, ${misc:Depends}, ${shlibs:Depends} +Depends: ceph-test (= ${binary:Version}), ceph-common, curl, xml2, + ${misc:Depends}, ${shlibs:Depends} Description: Ceph test and benchmarking tools . This package contains the debugging symbols for ceph-test.