From 356bd2c68ca730e766d06c46a0364784f5d72275 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 24 Jun 2015 14:58:47 -0400 Subject: [PATCH] debian: ceph-dbg steals ceph-objectstore-tool from ceph-test-dbg (take 2) 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 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1862e4a966785..4f9fc9f8f8abf 100644 --- a/debian/control +++ b/debian/control @@ -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. -- 2.39.5