]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: ceph-dbg steals ceph-objectstore-tool from ceph-test-dbg (take 2) 5069/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 24 Jun 2015 18:58:47 +0000 (14:58 -0400)
committerLoic Dachary <ldachary@redhat.com>
Wed, 24 Jun 2015 18:58:47 +0000 (14:58 -0400)
968573b8930a7c8485bf53e3a989ce2f7d0a2fff incorrectly backported
6f11fbf41fab10924b1e0e41fcf27864779d4073. 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>
debian/control

index 1862e4a966785aceefb6d4e6ccfae040e9fdc4b6..4f9fc9f8f8abff268e22b56f3f3f01d461a69f88 100644 (file)
@@ -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.