umockdev 0.14.1-1ubuntu0.1 source package in Ubuntu
Changelog
umockdev (0.14.1-1ubuntu0.1) focal; urgency=medium * d/p/lp1831467/0001-src-umockdev.vala-fix-ScriptRunner.op_write.patch, d/p/lp1831467/0002-tests-read-expected-number-of-bytes-maybe-over-multi.patch, d/p/lp1831467/0003-tests-test-umockdev-record.vala-add-slow_testbed_fac.patch, d/p/lp1831467/0004-tests-test-umockdev.c-add-slow_testbed_factor-variab.patch, d/p/lp1831467/0005-tests-test-umockdev-run.vala-add-slow_testbed_factor.patch, d/p/lp1831467/0006-remove_SocketServer_ctrl-r_assert.patch, d/rules, d/t/upstream: - Fix various timing-related tests Fix ScriptRunner fuzz checking function (LP: #1831467) -- Dan Streetman <email address hidden> Thu, 06 Aug 2020 20:39:01 -0400
Upload details
- Uploaded by:
- Dan Streetman
- Uploaded to:
- Focal
- Original maintainer:
- Martin Pitt
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
umockdev_0.14.1.orig.tar.xz | 741.0 KiB | ffb6134667f510a146b533076eb1a316392c7902a4ec593080de9fb53393e8bc |
umockdev_0.14.1-1ubuntu0.1.debian.tar.xz | 10.9 KiB | 0e222f2d3445cb792690e6bf0ea8484a1154eb23cc20c32c36dbce5c8ed17466 |
umockdev_0.14.1-1ubuntu0.1.dsc | 2.4 KiB | 248cfb96d03264109d9c6064aaac4bad480baeef5ec9de1850bb4a694924c51e |
Available diffs
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