umockdev 0.17.13-1 source package in Ubuntu
Changelog
umockdev (0.17.13-1) unstable; urgency=medium * New upstream bug fix release: - preload: Wrap fstatfs(), to work with systemd 251 also with Python tests - Fix documentation build -- Martin Pitt <email address hidden> Mon, 30 May 2022 12:31:13 +0200
Upload details
- Uploaded by:
- Martin Pitt
- Uploaded to:
- Sid
- Original maintainer:
- Martin Pitt
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | devel | |
Kinetic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
umockdev_0.17.13-1.dsc | 2.4 KiB | c1f62f4fbe003e9db56d91413064763bff4609f56284463f35bea3898c689176 |
umockdev_0.17.13.orig.tar.xz | 478.2 KiB | 6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf |
umockdev_0.17.13-1.debian.tar.xz | 7.7 KiB | 6c3e5aeee5ff4280f57ade767c50dadc6285c43330eb48a82145cbe15dd3f394 |
Available diffs
- diff from 0.17.10-1 to 0.17.13-1 (3.9 KiB)
No changes file available.
Binary packages built by this source
- gir1.2-umockdev-1.0: introspection data for umockdev library
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This package contains the introspection data for the libumockdev library.
- libumockdev-dev: development files and documentation for libumockdev
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This library provides an UMockdevTestbed class for running a program or test
suite under a test bed with the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
.
The library supports gobject-introspection and builds a VAPI, so that you can
also use it with Python, JavaScript, and other languages which support GI, and
Vala.
.
This package contains the header, development, and documentation files which
are needed for building umockdev applications.
- libumockdev0: hardware mocking testbed for bug reports and regression tests
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This library provides an UMockdevTestbed class for running a program or test
suite under a test bed with the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
.
The library supports gobject-introspection and builds a VAPI, so that you can
also use it with Python, JavaScript, and other languages which support GI, and
Vala.
- libumockdev0-dbgsym: debug symbols for libumockdev0
- umockdev: record/mock hardware devices for bug reports and regression tests
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This package provides tools to record the properties and behaviour of
particular devices, and to run a program or test suite under a test bed with
the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
- umockdev-dbgsym: debug symbols for umockdev