libfiu 1.2-2 source package in Ubuntu

Changelog

libfiu (1.2-2) unstable; urgency=medium

  * Drop python3-distutils from Build-Depends. (Closes: #1065891)

 -- Chris Lamb <email address hidden>  Mon, 11 Mar 2024 18:32:39 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
libfiu_1.2-2.dsc 2.0 KiB 1233f94c289a6fe7764c4f73db3b67f8d6a51666c38bccbfe22903a76590eb0e
libfiu_1.2.orig.tar.gz 93.1 KiB 353ab3b50709cdd91522d7e4bb7ff800b27a97f72b989e22ce426c6de2669674
libfiu_1.2-2.debian.tar.xz 7.4 KiB 7b66acfb92d741b23277613f0ef494059b4ad038ebec0e0bc9139d99c38aab5b

No changes file available.

Binary packages built by this source

fiu-utils: userspace fault injection framework (utilities)

 libfiu is a C library for fault injection. It provides functions to mark
 "points of failure" inside your code (the "core API"), and functions to
 enable/disable the failure of those points (the "control API").
 .
 This package contains the fiu-run, fiu-ls and fiu-ctrl utilities.

libfiu-dev: userspace fault injection framework (development libraries)

 libfiu is a C library for fault injection. It provides functions to mark
 "points of failure" inside your code (the "core API"), and functions to
 enable/disable the failure of those points (the "control API").
 .
 This package contains the development libraries and documentation in HTML and
 reStructuredText formats.

libfiu0: userspace fault injection framework

 libfiu is a C library for fault injection. It provides functions to mark
 "points of failure" inside your code (the "core API"), and functions to
 enable/disable the failure of those points (the "control API").
 .
 This package contains the libfiu shared library. To perform fault injection,
 you will require the "libfiu-dev" package.

libfiu0-dbgsym: debug symbols for libfiu0
python3-fiu: userspace fault injection framework (Python 3 bindings)

 libfiu is a C library for fault injection. It provides functions to mark
 "points of failure" inside your code (the "core API"), and functions to
 enable/disable the failure of those points (the "control API").
 .
 This package contains Python 3 bindings to libfiu.

python3-fiu-dbgsym: debug symbols for python3-fiu