libnbd 1.18.2-2 source package in Ubuntu

Changelog

libnbd (1.18.2-2) unstable; urgency=medium

  * Add extend-diff-ignore entries to fix building twice from source tree
    (Closes: #1048930)
  * Don't test nbd-server interop for now (Closes: #1066766)
  * Update pkg-config build-dependency

 -- Hilko Bengen <email address hidden>  Thu, 14 Mar 2024 11:33:27 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnbd_1.18.2-2.dsc 2.6 KiB 03fac715fdf2fdb90a59b4122cc71f817aff80db22be99c2ce518ca5fbfdac51
libnbd_1.18.2.orig.tar.gz 1.4 MiB 398b4d1c020683026e6a9a0934431592ead42bd6d0eca3be576db76c60b44c52
libnbd_1.18.2.orig.tar.gz.asc 858 bytes bad1e813930c3022d91afe4b594c1c1023b6d388b4ab488b522ce0ce7de2ea7b
libnbd_1.18.2-2.debian.tar.xz 83.2 KiB 7868cc0218c1930d62ac504c11e3f9d6d78ed38da2d8841ff22637ffaae5de89

No changes file available.

Binary packages built by this source

libnbd-bin: Utilities using the Network Block Device client library

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 This package contains utilities that make use of libnbd:
 .
  - nbdcopy
  - nbddump
  - nbdfuse
  - nbdinfo

libnbd-bin-dbgsym: debug symbols for libnbd-bin
libnbd-dev: Network Block Device client library -- development files

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 This package contains the development files.

libnbd-ocaml: Network Block Device client library -- OCaml bindings

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 This package contains the OCaml bindings to libnbd.

libnbd-ocaml-dbgsym: debug symbols for libnbd-ocaml
libnbd-ocaml-dev: Network Block Device client library -- OCaml development files

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 This package contains all the files needed to develop OCaml programs
 which use OCaml bindings to libnbd.

libnbd0: Network Block Device client library -- shared library

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 The key features are:
 .
  * Synchronous and asynchronous APIs, both for ease of use and for
    writing non-blocking, multithreaded clients.
 .
  * High performance.
 .
  * Minimal dependencies for the basic library.
 .
  * Well-documented, stable API.
 .
  * Bindings in several programming languages.
 .
 This package contains the shared library.

libnbd0-dbgsym: debug symbols for libnbd0
python3-libnbd: Network Block Device client library -- Python 3 bindings

 NBD — Network Block Device — is a protocol for accessing Block
 Devices (hard disks and disk-like things) over a Network.
 .
 This is the NBD client library in userspace, a simple library for
 writing NBD clients.
 .
 This package contains Python 3 bindings and nbdsh, an interactive
 shell.

python3-libnbd-dbgsym: debug symbols for python3-libnbd