as libceph_crypto* are plugins, and they are not self-contained. they
reference symbols offered by the executable loading them. dh_shlibdep
should not complain when checking them, so add them to the exclude list.
Signed-off-by: Kefu Chai <kchai@redhat.com>
dh_strip -ppython3-cephfs --dbg-package=python3-cephfs-dbg
override_dh_shlibdeps:
- dh_shlibdeps -a --exclude=erasure-code --exclude=rados-classes --exclude=compressor
+ dh_shlibdeps -a --exclude=erasure-code --exclude=rados-classes --exclude=compressor --exclude=ceph_crypto
override_dh_python3:
for binding in rados cephfs rbd rgw; do \