Project

General

Profile

Bug #11673

Updated by Nathan Cutler almost 9 years ago

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.
https://github.com/ceph/ceph/pull/4766

Back