]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: fix package relationships after 40caf6a6
authorKefu Chai <kchai@redhat.com>
Mon, 23 Oct 2017 07:26:35 +0000 (15:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 6 Dec 2017 02:12:59 +0000 (10:12 +0800)
commita566ab942b35af11f2cd0fd269f48a4e9fdc3a66
tree279b24fa529f6924417f8bd163d62a3fe3ef564b
parent09fd3c730804e094624cbbbd3e6c4481d1a3a86e
debian: fix package relationships after 40caf6a6

we have issues when running upgrade tests:

dpkg: error processing archive /var/cache/apt/archives/ceph-osd_13.0.0-2201-g6cc0b41-1trusty_amd64.deb (--unpack):
trying to overwrite '/usr/bin/ceph-osdomap-tool', which is also in package ceph-test 10.2.10-14-gcbaddae-1trusty

in 40caf6a6, we moves some tools from ceph-test out into ceph-osd,
ceph-mon and ceph-base respectively. but didn't update the relationships
between these packages accordingly. this causes the upgrade failure.

see https://www.debian.org/doc/debian-policy/#document-ch-relationships
for more details on "Breaks" and "Conflicts".

the reason why the package version to be replaced/conflicted is 12.2.2
is that: i assume that this change will be backported to luminous, and
the next release of it will be 12.2.2 .

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 50dad805d9f635f2d8085237e94ee8fd0948dd3c)
debian/control