i2c-tools 4.0-1 source package in Ubuntu
Changelog
i2c-tools (4.0-1) unstable; urgency=medium * New upstream release: - Add a libi2c0 package containing the new shared library. - Change libi2c-dev into a arch:any. - Update debian/copyright with the new location and licenses. - The <linux/i2c-dev.h> include has been replaced by <i2c/smbus.h>, remove the diversion on upgrade (Closes: #798409). * Add 03-sysfs-buffer-overflow.diff to fix buffer overflows in sysfs paths. * Switch to debhelper 10. * Change the priority to optional from extra, as required by the Debian Policy 4.0.1. * Bump Standards-Version to 4.1.1. -- Aurelien Jarno <email address hidden> Sat, 25 Nov 2017 18:35:57 +0100
Upload details
- Uploaded by:
- Aurelien Jarno
- Uploaded to:
- Sid
- Original maintainer:
- Aurelien Jarno
- Architectures:
- any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
i2c-tools_4.0-1.dsc | 2.0 KiB | 814aee1d0f0a81af51ff0fb3706bb4acb8e9e12983e2724290e8f9f413328972 |
i2c-tools_4.0.orig.tar.xz | 78.1 KiB | d900ca1c11c51ea20caa50b096f948008b8a7ad832311b23353e21baa7af28d6 |
i2c-tools_4.0-1.debian.tar.xz | 8.0 KiB | 7489d1325373856b92f88999bfe91dc4faa3d1bae69be7a00da16822bced1dc5 |
Available diffs
- diff from 3.1.2-3build2 (in Ubuntu) to 4.0-1 (51.3 KiB)
No changes file available.
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
- python-smbus: Python bindings for Linux SMBus access through i2c-dev
This Python 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.
- python-smbus-dbgsym: debug symbols for python-smbus
- 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