Source: rpma
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13),
	cmake,
	libibverbs-dev,
	librdmacm-dev,
	libcmocka-dev,
	groff,
	txt2man,
	pkg-config,
	libprotobuf-c-dev,
	pandoc,
	libunwind-dev,
	libpmem-dev,
	libpmem2-dev,
	valgrind-if-available,
	pylint,
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/pmem/rpma
Vcs-Browser: https://github.com/kilobyte/rpma
Vcs-Git: https://github.com/kilobyte/rpma
Rules-Requires-Root: no

Package: librpma-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librpma0 (= ${binary:Version}), ${misc:Depends}
Description: remote pmem access library (headers)
 The Remote Persistent Memory Access (RPMA) is a C library to simplify
 accessing persistent memory devices on remote hosts over Remote Direct
 Memory Access (RDMA).
 .
 This package includes development headers and documentation.

Package: librpma0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: remote pmem access library (runtime)
 The Remote Persistent Memory Access (RPMA) is a C library to simplify
 accessing persistent memory devices on remote hosts over Remote Direct
 Memory Access (RDMA).
 .
 This package includes the runtime library.
