]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: version libceph-common to appease dpkg-shlibdeps
authorKefu Chai <kchai@redhat.com>
Wed, 11 Jan 2017 06:58:42 +0000 (14:58 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Jan 2017 08:34:29 +0000 (16:34 +0800)
commite2da2e9fa7e305bc7722bec6d94483da6b235175
tree458188e69d74d10e7e81e875c7ab66346dc435b1
parent36874c8d0ca827f4ed9fda545dc5904bc1e2fd71
cmake: version libceph-common to appease dpkg-shlibdeps

when packaging debian packages, dpkg-shlibdeps analyzes the linked
shared libraries of the binaries in given package by looking at their
names. but if the name does not include any useful versioning
information, it complains. we have no intention of versioning
libceph-common, as it is merely an internal shared library used by ceph
packages only. but there is no simple way to disable dpkg-shlibdeps'
warning of

  dpkg-shlibdeps: warning: can't extract name and version from library
  name 'libceph-common.so'

other than skipping the dpkg-shlibdeps for the whole package. so let's
just version it anyway.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/librados2.install
src/CMakeLists.txt