From: Kefu Chai Date: Mon, 23 Oct 2017 12:15:16 +0000 (+0800) Subject: debian: fix package relationships after d3ac8d18 X-Git-Tag: v13.0.1~468^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ed988fc660c5da3cb97e48e82ac5b7ad8f3bcd41;p=ceph.git debian: fix package relationships after d3ac8d18 d3ac8d18 moves ceph-client-debug from ceph-test to ceph-base without updating the package relationships between the two involved packages. which results in: dpkg: error processing archive /var/cache/apt/archives/ceph-test_12.2.1-241-g43e027b-1trusty_amd64.deb (--unpack): trying to overwrite '/usr/bin/ceph-client-debug', which is also in package ceph-base 10.2.10-14-gcbaddae-1trusty dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index d0d919e07fa02..6db88fe1d0192 100644 --- a/debian/control +++ b/debian/control @@ -712,6 +712,8 @@ Depends: ceph-common, xmlstarlet, ${misc:Depends}, ${shlibs:Depends}, +Replaces: ceph-base (<< 11) +Breaks: ceph-base (<< 1) Description: Ceph test and benchmarking tools This package contains tools for testing and benchmarking Ceph.