[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991864: marked as done (unblock: i2c-tools/4.2-2)



Your message dated Fri, 6 Aug 2021 08:30:43 +0200
with message-id <7b595c64-f470-0b64-f33c-6234c256a3f6@debian.org>
and subject line Re: Bug#991864: unblock: i2c-tools/4.2-2
has caused the Debian Bug report #991864,
regarding unblock: i2c-tools/4.2-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
991864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991864
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <aurel32@debian.org>  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

--- End Message ---
--- Begin Message ---
Hi Aurelien,

On 03-08-2021 22:21, Aurelien Jarno wrote:
> [ 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.

As you said, it's too late for these kind of changes.

Closing.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: