i2c-tools 4.2-2build1 source package in Ubuntu

Changelog

i2c-tools (4.2-2build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:56:27 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Aurelien Jarno
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
i2c-tools_4.2.orig.tar.xz 85.5 KiB 37f2dabc7082d185903ff21d1f584b5dcb4dd2eb2c879bbd8d7c50ae900dacd6
i2c-tools_4.2-2build1.debian.tar.xz 7.5 KiB 3b2baafd7b02c535ed1629981c3afdfa90af19c453c9fb1b573861a4bbd982d5
i2c-tools_4.2-2build1.dsc 1.9 KiB 0f19a31f832648bb16ff4f2ca9001e9f5f9adb8f1f92aa323370e0631842cc33

Available diffs

View changes file

Binary packages built by this source

i2c-tools: heterogeneous set of I2C tools for Linux

 This package contains a heterogeneous set of I2C tools for Linux: a bus
 probing tool, a chip dumper, register-level access helpers, EEPROM
 decoding scripts, and more.

i2c-tools-dbgsym: debug symbols for i2c-tools
libi2c-dev: userspace I2C programming library development files

 I2C devices are usually controlled by a kernel driver. Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.

libi2c0: userspace I2C programming library

 I2C devices are usually controlled by a kernel driver. Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.

libi2c0-dbgsym: debug symbols for libi2c0
python3-smbus: Python 3 bindings for Linux SMBus access through i2c-dev

 This Python 3 module allows SMBus access through the I2C /dev interface on
 Linux hosts. The host kernel must have I2C support, I2C device interface
 support, and a bus adapter driver.

python3-smbus-dbgsym: debug symbols for python3-smbus