umockdev 0.11.1-1ubuntu0.1 source package in Ubuntu
Changelog
umockdev (0.11.1-1ubuntu0.1) bionic; 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:43:44 -0400
Upload details
- Uploaded by:
- Dan Streetman
- Uploaded to:
- Bionic
- Original maintainer:
- Martin Pitt
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
umockdev_0.11.1.orig.tar.xz | 734.9 KiB | 11868cb1ff133e8adb8bbac9b2aba714d4af8791aae9ca8e9f89df7bd1536818 |
umockdev_0.11.1-1ubuntu0.1.debian.tar.xz | 10.4 KiB | a78cd220f72bb66233780817a2455cdea1f982fa33910d5f979c8e99328e7ee6 |
umockdev_0.11.1-1ubuntu0.1.dsc | 2.6 KiB | 1ef8b90c5ec0dec982845f42dd2145ee709f00cb71ff73d00d2d4d46ae52fdad |
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