From: Kefu Chai Date: Sun, 21 Mar 2021 14:59:03 +0000 (+0800) Subject: debian/rules: exclude ceph_crypto from dh_shlibdep X-Git-Tag: v17.1.0~2494^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=561a34a685569037cec73567be8b84ed8908e114;p=ceph.git debian/rules: exclude ceph_crypto from dh_shlibdep 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 --- diff --git a/debian/rules b/debian/rules index c8c6f3e80f63..7037c197d76a 100755 --- a/debian/rules +++ b/debian/rules @@ -120,7 +120,7 @@ override_dh_strip: 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 \