libfiu 1.2-1 source package in Ubuntu

Changelog

libfiu (1.2-1) unstable; urgency=medium

  * New upstream release.
    - Drop all local patches; applied upstream.

 -- Chris Lamb <email address hidden>  Sat, 04 Nov 2023 10:18:26 +0100

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

Downloads

File Size SHA-256 Checksum
libfiu_1.2-1.dsc 2.0 KiB f7892ec04d78244e2f93cf75a53e880a86fc40503198aaa6f94b2ad6c87a38d9
libfiu_1.2.orig.tar.gz 93.1 KiB 353ab3b50709cdd91522d7e4bb7ff800b27a97f72b989e22ce426c6de2669674
libfiu_1.2-1.debian.tar.xz 7.3 KiB a2eff554642ab277a2bf6154a0b6299acc1521159e7e7d7d027ce13a798345f6

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