i2c-tools 4.1-ok2 source package in openKylin

Changelog

i2c-tools (4.1-ok2) nile; urgency=medium

  * No change rebuild against python-3.12

 -- CI Bot <email address hidden>  Tue, 02 Apr 2024 12:24:13 +0000

Upload details

Uploaded by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Aurelien Jarno
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
i2c-tools_4.1.orig.tar.xz 81.6 KiB 57b219efd183795bd545dd5a60d9eabbe9dcb6f8fb92bc7ba2122b87f98527d5
i2c-tools_4.1-ok2.debian.tar.xz 6.1 KiB d8420921d0a96120c2e0761301a48dd8a4d063ed3876b63c072331bd41ef3d43
i2c-tools_4.1-ok2.dsc 1.7 KiB 6ed6f7d937f917127f9e7ec5bda6cff3197bfec20f2f4cc8524a51605355679e

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