umockdev 0.17.16-1 source package in Ubuntu

Changelog

umockdev (0.17.16-1) unstable; urgency=medium

  * New upstream release:
    - preload: Wrap __getcwd_chk()
    - uevent_sender: Fix fd leak in sendmsg_one
    - Fix gcc -fanalyzer complaints
  * debian/libumockdev0.symbols: Add new symbols from 0.17.13
  * Bump Standards-Version to 4.6.2.  No changes necessary.
  * debian/watch: Use GitHub API. The /releases page has become JavaScript-y
    recently and thus unreadable by machines. Scan the API instead and
    construct a download URL.

 -- Martin Pitt <email address hidden>  Sun, 29 Jan 2023 19:46:52 +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.16-1.dsc 2.4 KiB f27aa40a42178ed5fbed5259d56586e19db8aea6c983a32edef0adc6f33a3bb7
umockdev_0.17.16.orig.tar.xz 479.7 KiB 4f405b8ce9219f8117d8605ecd815b8941cd829dae11b4a26b1a49ff7ea3ae26
umockdev_0.17.16-1.debian.tar.xz 8.1 KiB 4a4a7b4c13e9b83429bb296870f2b9b7fc4e71c86fff6b5b9075f6812e4826b8

Available diffs

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