pmdk 1.6.1-1ubuntu1 source package in Ubuntu

Changelog

pmdk (1.6.1-1ubuntu1) eoan; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - libpmemobj c++ bindings are on separate source now:
      + d/libpmemobj-doc.install: removed
      + d/libpmemobj-doc.doc-base: removed
      + d/control: setup transition from libpmemobj-doc to libpmemobj-cpp-doc
    - d/NEWS: added to explain important packaging changes in this update
      [Can be dropped after 20.04]
    - d/control: the valgrind test is failing, remove it from
      build-depends
    - d/README.source: explains some lintian checks and the reason why
      jemalloc is bundled.
    - d/rules: re-enabled TEST34 as it seems to work fine in the Ubuntu
      test runners
    - d/t/{daxio-version,rpmemd-version}: adjust the test to cope with
      release candidate versions

pmdk (1.6.1-1) unstable; urgency=medium

  * New upstream release.
  * Make -dev packages of libraries with RAS features depend on relevant
    ndctl/daxctl-dev.

 -- Andreas Hasenack <email address hidden>  Thu, 29 Aug 2019 15:54:42 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
pmdk_1.6.1.orig.tar.gz 2.4 MiB f263c8301f86ddf8bc5e020909ac52350baedba5c169a1a3a7786df64f129446
pmdk_1.6.1-1ubuntu1.debian.tar.xz 12.9 KiB 972d070f44d6356be28e7ae3c970ef965977fca3f3d9ad8adad1052267a512da
pmdk_1.6.1-1ubuntu1.dsc 3.6 KiB dc9a7e14a5c3ff409bdbd95056ec4badc272a8d7ab96fbfe10a7b64e8ef493a9

View changes file

Binary packages built by this source

libpmem-dev: No summary available for libpmem-dev in ubuntu eoan.

No description available for libpmem-dev in ubuntu eoan.

libpmem1: No summary available for libpmem1 in ubuntu eoan.

No description available for libpmem1 in ubuntu eoan.

libpmem1-dbgsym: No summary available for libpmem1-dbgsym in ubuntu eoan.

No description available for libpmem1-dbgsym in ubuntu eoan.

libpmem1-debug: Persistent Memory low level support library — debug build

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemblk-dev: development files for libpmemblk1

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This package contains libraries and header files used for linking programs
 against libpmemblk.

libpmemblk1: No summary available for libpmemblk1 in ubuntu eoan.

No description available for libpmemblk1 in ubuntu eoan.

libpmemblk1-dbgsym: No summary available for libpmemblk1-dbgsym in ubuntu eoan.

No description available for libpmemblk1-dbgsym in ubuntu eoan.

libpmemblk1-debug: Persistent Memory block array support library — debug build

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemlog-dev: No summary available for libpmemlog-dev in ubuntu eoan.

No description available for libpmemlog-dev in ubuntu eoan.

libpmemlog1: No summary available for libpmemlog1 in ubuntu eoan.

No description available for libpmemlog1 in ubuntu eoan.

libpmemlog1-dbgsym: debug symbols for libpmemlog1
libpmemlog1-debug: No summary available for libpmemlog1-debug in ubuntu eoan.

No description available for libpmemlog1-debug in ubuntu eoan.

libpmemobj-dev: development files for libpmemobj1

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains libraries and header files used for linking programs
 against libpmemobj.

libpmemobj-doc: No summary available for libpmemobj-doc in ubuntu eoan.

No description available for libpmemobj-doc in ubuntu eoan.

libpmemobj1: No summary available for libpmemobj1 in ubuntu eoan.

No description available for libpmemobj1 in ubuntu eoan.

libpmemobj1-dbgsym: No summary available for libpmemobj1-dbgsym in ubuntu eoan.

No description available for libpmemobj1-dbgsym in ubuntu eoan.

libpmemobj1-debug: Persistent Memory object store support library — debug build

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmempool-dev: No summary available for libpmempool-dev in ubuntu eoan.

No description available for libpmempool-dev in ubuntu eoan.

libpmempool1: No summary available for libpmempool1 in ubuntu eoan.

No description available for libpmempool1 in ubuntu eoan.

libpmempool1-dbgsym: No summary available for libpmempool1-dbgsym in ubuntu eoan.

No description available for libpmempool1-dbgsym in ubuntu eoan.

libpmempool1-debug: No summary available for libpmempool1-debug in ubuntu eoan.

No description available for libpmempool1-debug in ubuntu eoan.

librpmem-dev: No summary available for librpmem-dev in ubuntu eoan.

No description available for librpmem-dev in ubuntu eoan.

librpmem1: No summary available for librpmem1 in ubuntu eoan.

No description available for librpmem1 in ubuntu eoan.

librpmem1-dbgsym: No summary available for librpmem1-dbgsym in ubuntu eoan.

No description available for librpmem1-dbgsym in ubuntu eoan.

librpmem1-debug: Persistent Memory remote access support library — debug build

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
 remotely a memory region over RDMA protocol. It utilizes appropriate
 persistency mechanism based on remote node’s platform capabilities. The
 librpmem utilizes the ssh client to authenticate a user on remote node and for
 encryption of connection’s out-of-band configuration data.
 .
 This library is for applications that use remote persistent memory directly,
 without the help of any library-supplied transactions or memory allocation.
 Higher-level libraries that build on libpmem are available and are recommended
 for most applications.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libvmem-dev: No summary available for libvmem-dev in ubuntu eoan.

No description available for libvmem-dev in ubuntu eoan.

libvmem1: No summary available for libvmem1 in ubuntu eoan.

No description available for libvmem1 in ubuntu eoan.

libvmem1-dbgsym: debug symbols for libvmem1
libvmem1-debug: No summary available for libvmem1-debug in ubuntu focal.

No description available for libvmem1-debug in ubuntu focal.

libvmmalloc-dev: No summary available for libvmmalloc-dev in ubuntu eoan.

No description available for libvmmalloc-dev in ubuntu eoan.

libvmmalloc1: No summary available for libvmmalloc1 in ubuntu eoan.

No description available for libvmmalloc1 in ubuntu eoan.

libvmmalloc1-dbgsym: debug symbols for libvmmalloc1
libvmmalloc1-debug: No summary available for libvmmalloc1-debug in ubuntu focal.

No description available for libvmmalloc1-debug in ubuntu focal.

pmdk-tools: No summary available for pmdk-tools in ubuntu eoan.

No description available for pmdk-tools in ubuntu eoan.

pmdk-tools-dbgsym: debug symbols for pmdk-tools