From: Kefu Chai Date: Tue, 23 Oct 2018 03:11:53 +0000 (+0800) Subject: debian: add libradospp* packages X-Git-Tag: v14.1.0~1018^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4857fef2484b6cbac3ffbb437f62f57dac58321;p=ceph.git debian: add libradospp* packages Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index 381b4455b337..c550fac3e089 100644 --- a/debian/control +++ b/debian/control @@ -507,6 +507,46 @@ Description: RADOS distributed object store client library (development files) This package contains development files needed for building applications that link against librados. +Package: libradospp1 +Architecture: linux-any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: RADOS distributed object store client C++ library + RADOS is a reliable, autonomic distributed object storage cluster + developed as part of the Ceph distributed storage system. This is a + shared library allowing C++ applications to access the distributed object + store using a simple file-like C++ interface. + +Package: libradospp1-dbg +Architecture: linux-any +Section: debug +Priority: extra +Depends: libradospp1 (= ${binary:Version}), + ${misc:Depends}, +Description: debugging symbols for libradospp1 + RADOS is a reliable, autonomic distributed object storage cluster + developed as part of the Ceph distributed storage system. This is a + shared library allowing applications to access the distributed object + store using a simple file-like interface in C++. + . + This package contains debugging symbols for libradospp. + +Package: libradospp-dev +Architecture: linux-any +Section: libdevel +Depends: libradospp (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: RADOS distributed object store client C++ library (development files) + RADOS is a reliable, autonomic distributed object storage cluster + developed as part of the Ceph distributed storage system. This is a + shared library allowing applications to access the distributed object + store using a simple file-like interface. + . + This package contains development files needed for building C++ applications that + link against librados. + Package: libradosstriper1 Architecture: linux-any Section: libs diff --git a/debian/librados-dev.install b/debian/librados-dev.install index d9410cae0e28..75d5ea7de733 100644 --- a/debian/librados-dev.install +++ b/debian/librados-dev.install @@ -1,13 +1,6 @@ usr/bin/librados-config -usr/include/rados/buffer.h -usr/include/rados/buffer_fwd.h -usr/include/rados/crc32c.h -usr/include/rados/inline_memory.h usr/include/rados/librados.h -usr/include/rados/librados.hpp -usr/include/rados/page.h usr/include/rados/rados_types.h -usr/include/rados/rados_types.hpp usr/lib/librados.so usr/lib/librados_tp.so usr/share/man/man8/librados-config.8 diff --git a/debian/libradospp-dev.install b/debian/libradospp-dev.install new file mode 100644 index 000000000000..37d2d330efb4 --- /dev/null +++ b/debian/libradospp-dev.install @@ -0,0 +1,8 @@ +usr/include/rados/buffer.h +usr/include/rados/buffer_fwd.h +usr/include/rados/crc32c.h +usr/include/rados/inline_memory.h +usr/include/rados/librados.hpp +usr/include/rados/page.h +usr/include/rados/rados_types.hpp +usr/lib/libradospp.so diff --git a/debian/libradospp1.install b/debian/libradospp1.install new file mode 100644 index 000000000000..0e18366b2476 --- /dev/null +++ b/debian/libradospp1.install @@ -0,0 +1 @@ +usr/lib/libradospp.so.*