mirror of
https://github.com/ceph/ceph
synced 2025-01-31 23:44:10 +00:00
04967404ed
in ubuntu 22.04 and debian unstable, the layout (scheme) for system python module is named "deb_system", the default one is 'posix_local'. and 'posix_local' installs python modules into paths like usr/local/lib/python3.10/dist-packages/. hence dh_install fails when it tries to find the files to be packaged under directory of usr/lib/python3*/site-packages/. in this change, the "deb_system" scheme is used if it is available, and fall back to "posix_prefix" to be backward compatible with older debian (derivative) distros. also, update the source directories of pure python's installation from `site-packages` to `*-packages`, to be compatible with ubuntu focal and ubuntu jammy. as we are now using the specified scheme instead of the default one. Signed-off-by: Kefu Chai <tchaikov@gmail.com> |
||
---|---|---|
.. | ||
source | ||
.gitignore | ||
ceph-base.dirs | ||
ceph-base.docs | ||
ceph-base.install | ||
ceph-base.lintian-overrides | ||
ceph-base.maintscript | ||
ceph-base.postinst | ||
ceph-base.prerm | ||
ceph-common.dirs | ||
ceph-common.install | ||
ceph-common.postinst | ||
ceph-common.postrm | ||
ceph-fuse.install | ||
ceph-grafana-dashboards.install | ||
ceph-immutable-object-cache.install | ||
ceph-mds.dirs | ||
ceph-mds.install | ||
ceph-mds.postinst | ||
ceph-mds.prerm | ||
ceph-mgr-cephadm.install | ||
ceph-mgr-cephadm.postinst | ||
ceph-mgr-cephadm.prerm | ||
ceph-mgr-cephadm.requires | ||
ceph-mgr-dashboard.install | ||
ceph-mgr-dashboard.postinst | ||
ceph-mgr-dashboard.prerm | ||
ceph-mgr-dashboard.requires | ||
ceph-mgr-diskprediction-cloud.prerm | ||
ceph-mgr-diskprediction-local.install | ||
ceph-mgr-diskprediction-local.postinst | ||
ceph-mgr-diskprediction-local.prerm | ||
ceph-mgr-diskprediction-local.requires | ||
ceph-mgr-k8sevents.requires | ||
ceph-mgr-modules-core.install | ||
ceph-mgr-modules-core.requires | ||
ceph-mgr-rook.install | ||
ceph-mgr-rook.postinst | ||
ceph-mgr-rook.prerm | ||
ceph-mgr-rook.requires | ||
ceph-mgr.dirs | ||
ceph-mgr.install | ||
ceph-mgr.postinst | ||
ceph-mgr.prerm | ||
ceph-mgr.requires | ||
ceph-mon.dirs | ||
ceph-mon.install | ||
ceph-mon.postinst | ||
ceph-mon.prerm | ||
ceph-osd.dirs | ||
ceph-osd.install | ||
ceph-osd.postinst | ||
ceph-osd.prerm | ||
ceph-prometheus-alerts.install | ||
ceph-resource-agents.install | ||
ceph-test.install | ||
ceph-volume.install | ||
cephadm.install | ||
cephadm.postinst | ||
cephadm.postrm | ||
cephfs-mirror.install | ||
cephfs-shell.install | ||
cephfs-top.install | ||
changelog | ||
compat | ||
control | ||
copyright | ||
libcephfs2.install | ||
libcephfs-dev.install | ||
libcephfs-java.jlibs | ||
libcephfs-jni.install | ||
librados2.install | ||
librados-dev.install | ||
libradospp-dev.install | ||
libradosstriper1.install | ||
libradosstriper-dev.install | ||
librbd1.install | ||
librbd-dev.install | ||
librgw2.install | ||
librgw-dev.install | ||
libsqlite3-mod-ceph-dev.install | ||
libsqlite3-mod-ceph.install | ||
libsqlite3-mod-ceph.symbols | ||
py3dist-overrides | ||
python3-ceph-argparse.install | ||
python3-ceph-common.install | ||
python3-cephfs.install | ||
python3-rados.install | ||
python3-rbd.install | ||
python3-rgw.install | ||
rados-objclass-dev.install | ||
radosgw.dirs | ||
radosgw.install | ||
radosgw.postinst | ||
radosgw.prerm | ||
rbd-fuse.install | ||
rbd-mirror.install | ||
rbd-nbd.install | ||
rules | ||
watch |