umockdev 0.18.1-1 source package in Ubuntu

Changelog

umockdev (0.18.1-1) unstable; urgency=medium

  * New upstream release:
    - preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
    - preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)
    - tests: Skip usbfs_ioctl_pcap on sparc64 (fixes FTBFS)
    - Closes: #1067208

 -- Martin Pitt <email address hidden>  Sun, 24 Mar 2024 11:54:21 +0100

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
umockdev_0.18.1-1.dsc 2.4 KiB 43d2faa628fa6198fe93fd5004209193deca4ea5c0ba2b2e2b7f154322410204
umockdev_0.18.1.orig.tar.xz 482.2 KiB 651b6869033bb1488136ed73c58e9245f5b01856261e1cea041030b83fb1ed7c
umockdev_0.18.1-1.debian.tar.xz 8.5 KiB 1bc1aa1ecc1966b2c01244dc2b4ece3d4b054c92e93cea967b0c6f4c7ce53beb

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