diff --git a/debian/ceph-common.install b/debian/ceph-common.install index e1fb65e33ab0e8..4e21adff9c4743 100644 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -26,3 +26,4 @@ usr/share/ceph/id_dsa_drop.ceph.com.pub etc/ceph/rbdmap etc/init.d/rbdmap lib/udev/rules.d/50-rbd.rules +usr/lib/python*/dist-packages/ceph_argparse.py* diff --git a/debian/ceph.install b/debian/ceph.install index 6a405214ee8f4a..d6d087168ca380 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -34,4 +34,3 @@ usr/share/man/man8/ceph-rest-api.8 usr/share/man/man8/crushtool.8 usr/share/man/man8/monmaptool.8 usr/share/man/man8/osdmaptool.8 -usr/lib/python*/dist-packages/ceph_argparse.py* diff --git a/debian/control b/debian/control index 4f9fc9f8f8abff..8db1ffc8690d23 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any Depends: binutils, - ceph-common (>= 0.78-500), + ceph-common (>= 0.94.2), cryptsetup-bin | cryptsetup, gdisk, parted, @@ -191,10 +191,10 @@ Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, python-requests Conflicts: ceph-client-tools Replaces: ceph-client-tools, - ceph (<< 0.78-500), + ceph (<< 0.94.2), python-ceph (<< 0.92-1223), librbd1 (<< 0.92-1238) -Breaks: ceph (<< 0.78-500), +Breaks: ceph (<< 0.94.2), python-ceph (<< 0.92-1223), librbd1 (<< 0.92-1238) Suggests: ceph, ceph-mds