Skip to content

Commit

Permalink
debian: ceph-dbg steals ceph-objectstore-tool from ceph-test-dbg (tak…
Browse files Browse the repository at this point in the history
…e 2)

968573b incorrectly backported
6f11fbf. It should instead reflect that
ceph-dbg in 0.94.2 and above will break ceph-test-dbg in all versions
prior to 0.94.2.

In other words, 0.94-XXXX being lower than 0.94.1, upgrading from
0.94.1 to 0.94.2 will not notice that ceph-dbg breaks ceph-test-dbg.

$ dpkg --compare-versions 0.94-XXXX lt 0.94.1 && echo yes || echo no
yes
$ dpkg --compare-versions 0.94.2 lt 0.94.1-xxx && echo yes || echo no
no

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

Signed-off-by: Loic Dachary <loic@dachary.org>
  • Loading branch information
ldachary committed Jun 24, 2015
1 parent 78d894a commit 356bd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -92,8 +92,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)
Replaces: ceph-test-dbg (<< 0.94.2)
Breaks: ceph-test-dbg (<< 0.94.2)
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 356bd2c

Please sign in to comment.