umockdev 0.17.14-1 source package in Ubuntu

Changelog

umockdev (0.17.14-1) unstable; urgency=medium

  [ Martin Pitt ]
  * New upstream release:
    - ioctl: Make data object usable from Python (thanks Benjamin Berg)
    - preload: Wrap statfs()
    - Move to gnu11 C standard
    - Lots of small potential bug fixes spotted by Coverity

  [ Debian Janitor ]
  * Apply multi-arch hints. + gir1.2-umockdev-1.0: Add Multi-Arch: same.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Martin Pitt <email address hidden>  Thu, 24 Nov 2022 15:25:58 +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.17.14-1.dsc 2.4 KiB a40034848b9c1c7c8bfa6e822af28db0194a54ca15399537427c4b8bbf3b5626
umockdev_0.17.14.orig.tar.xz 479.5 KiB 297d1aeb597bbaf30029f8dcf6fd0a8179519295e9a3ea4ceaa010aec09422da
umockdev_0.17.14-1.debian.tar.xz 7.9 KiB bdaa037f97ff3081888f007781a7e084d71cee34aa6cbf7efc316b763a557f12

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