Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package i2c-tools [ Reason ] During the "transition" from Python 2 to Python 3, I forgot to update the Suggests: entry from python-smbus to python3-smbus. As a consequence apt suggests a non-existing package, and users do not get suggested to install python3-smbus. [ Impact ] To be honest, if the unblock isn't granted, it is not the end of the world, and I would totally understand if this bug is just closed. However given a user bothered to report a bug (initially with severity important), and that the changes are trivial, I am just giving it a try. [ Tests ] Only manual installation of the package has been done to test the changes. [ Risks ] The risks are very very low, as the changes are trivial, do not concern the shipped code but only the Suggests: entry, and given that apt does not install suggested packages by default. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock i2c-tools/4.2-2
diff -Nru i2c-tools-4.2/debian/changelog i2c-tools-4.2/debian/changelog --- i2c-tools-4.2/debian/changelog 2020-10-14 18:01:27.000000000 +0200 +++ i2c-tools-4.2/debian/changelog 2021-07-24 15:17:41.000000000 +0200 @@ -1,3 +1,9 @@ +i2c-tools (4.2-2) unstable; urgency=medium + + * Suggest python3-smbus instead of python-smbus (closes: #991010). + + -- Aurelien Jarno <[email protected]> Sat, 24 Jul 2021 15:17:41 +0200 + i2c-tools (4.2-1) unstable; urgency=medium * New upstream version: diff -Nru i2c-tools-4.2/debian/control i2c-tools-4.2/debian/control --- i2c-tools-4.2/debian/control 2020-10-14 18:00:59.000000000 +0200 +++ i2c-tools-4.2/debian/control 2021-07-24 15:16:43.000000000 +0200 @@ -13,7 +13,7 @@ Conflicts: lm-sensors (<< 1:3.0.0-1) Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, adduser, udev Recommends: read-edid -Suggests: libi2c-dev, python-smbus +Suggests: libi2c-dev, python3-smbus Description: 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

