libfiu 1.00-3ubuntu3 source package in Ubuntu

Changelog

libfiu (1.00-3ubuntu3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:18:56 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.00.orig.tar.gz 65.6 KiB 0d9141d793154bb258be5eba0bba2303ee26d5abd92c3ee9baae7a6e03fdf3d3
libfiu_1.00-3ubuntu3.debian.tar.xz 7.0 KiB 4ce396db94f104623247306816b0508323ae2dc632d58edc12199a7796cf3f4b
libfiu_1.00-3ubuntu3.dsc 2.1 KiB 69916cb2192700b6e2a8c2a67a7d563e4d968ceda8f750c0294cbc1c8f7abd0c

Available diffs

View changes file

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