Skip to content

Commit

Permalink
debian: ceph-dbg steals ceph-objectstore-tool from ceph-test-dbg
Browse files Browse the repository at this point in the history
When ceph-objectstore-tool was moved from ceph-test to
ceph by 61cf5da, the ceph package in
debian/control was updated accordingly, as recommended by
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

The same must be done for the ceph-dbg package because
/usr/lib/debug/usr/bin/ceph-objectstore-too is no longer in
ceph-test-dbg.

Although the change was merged may 6th, 2015
8f23382, teuthology jobs were not
always failing because packages were not systematically upgraded during
the installation. The missing dependencies that were responsible for
this upgrade problem were fixed by
f898ec1 on may 18th, 2015 and all
upgrade tests relying on ceph-*-dbg packages started to fail
systematically after this date.

http://tracker.ceph.com/issues/11546 Fixes: ceph#11546

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
ldachary committed May 28, 2015
1 parent b2ccd9e commit 6f11fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Architecture: linux-any
Section: debug
Priority: extra
Depends: ceph (= ${binary:Version}), ${misc:Depends}
Replaces: ceph-test-dbg (<< 0.94-1322)
Breaks: ceph-test-dbg (<< 0.94-1322)
Description: debugging symbols for ceph
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
Expand Down

0 comments on commit 6f11fbf

Please sign in to comment.