]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 23 Oct 2017 12:18:14 +0000 (20:18 +0800)
commit50dad805d9f635f2d8085237e94ee8fd0948dd3c
tree19375acacc5845753817f17f9bb042a237aeb696
parent8622fdddf2e7621754bc0eacfc0fd62652415f5b
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>
debian/control