Your message dated Sat, 14 Jul 2012 17:17:02 +0100
with message-id <[email protected]>
and subject line Re: Bug#681596: unblock: i2c-tools/3.1.0-2
has caused the Debian Bug report #681596,
regarding unblock: i2c-tools/3.1.0-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 [email protected]
immediately.)
--
681596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: freeze-exception
Hi,
decode-dimms from i2c-tools/3.1.0-1 prints a cryptic error message when
no EEPROM is found on the system, as reported in bug#681057. This is
fixed in version 3.1.0-2, and the debdiff can be found below. Could you
please unblock it?
unblock i2c-tools/3.1.0-2
Thanks,
Aurelien
diff -Nru i2c-tools-3.1.0/debian/changelog i2c-tools-3.1.0/debian/changelog
--- i2c-tools-3.1.0/debian/changelog 2012-05-01 13:28:20.000000000 +0200
+++ i2c-tools-3.1.0/debian/changelog 2012-07-14 17:10:02.000000000 +0200
@@ -1,3 +1,10 @@
+i2c-tools (3.1.0-2) unstable; urgency=low
+
+ * decode-dimms: exit gracefully when no EEPROM are found on the system
+ (Closes: #681057).
+
+ -- Aurelien Jarno <[email protected]> Sat, 14 Jul 2012 17:09:59 +0200
+
i2c-tools (3.1.0-1) unstable; urgency=low
* New usptream version. (Closes: #670956).
diff -Nru i2c-tools-3.1.0/debian/patches/01-decode-dimms-no-eeprom.diff
i2c-tools-3.1.0/debian/patches/01-decode-dimms-no-eeprom.diff
--- i2c-tools-3.1.0/debian/patches/01-decode-dimms-no-eeprom.diff
1970-01-01 01:00:00.000000000 +0100
+++ i2c-tools-3.1.0/debian/patches/01-decode-dimms-no-eeprom.diff
2012-07-14 17:14:35.000000000 +0200
@@ -0,0 +1,12 @@
+--- a/eeprom/decode-dimms
++++ b/eeprom/decode-dimms
+@@ -1774,6 +1774,9 @@
+ } elsif (! -d '/sys/module/eeprom') {
+ print "No EEPROM found, are you sure the eeprom module is
loaded?\n";
+ exit;
++ } else {
++ print "No EEPROM found, the kernel probably does not support
your hardware.\n";
++ exit;
+ }
+ }
+
diff -Nru i2c-tools-3.1.0/debian/patches/series
i2c-tools-3.1.0/debian/patches/series
--- i2c-tools-3.1.0/debian/patches/series 2012-04-30 23:04:22.000000000
+0200
+++ i2c-tools-3.1.0/debian/patches/series 2012-07-14 17:08:52.000000000
+0200
@@ -0,0 +1 @@
+01-decode-dimms-no-eeprom.diff
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
On 14.07.2012 16:51, Aurelien Jarno wrote:
decode-dimms from i2c-tools/3.1.0-1 prints a cryptic error message
when
no EEPROM is found on the system, as reported in bug#681057. This is
fixed in version 3.1.0-2, and the debdiff can be found below. Could
you
please unblock it?
Unblocked; thanks.
Regards,
Adam
--- End Message ---