Your message dated Sat, 23 Jan 2016 13:57:15 +0000
with message-id <[email protected]>
and subject line 8.3 point release cleanup
has caused the Debian Bug report #793556,
regarding jessie-pu: package mkvmlinuz/37+deb8u1
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.)
--
793556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793556
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: [email protected]
Usertags: pu
mkvmlinuz/37+deb8u1 is fixing bug #741642 already fixed in sid/testing
to allow for smooth upgrade from wheezy to jessie. See attached diff.
changelog | 6 ++++++
kernel-image/postinst | 2 ++
kernel-image/postrm | 2 ++
3 files changed, 10 insertions(+)
-- System Information:
Debian Release: 8.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: powerpc (ppc64)
Kernel: Linux 3.16.0-4-powerpc64 (SMP w/4 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mkvmlinuz-37/debian/changelog mkvmlinuz-37+deb8u1/debian/changelog
--- mkvmlinuz-37/debian/changelog 2015-04-10 07:14:08.000000000 -0400
+++ mkvmlinuz-37+deb8u1/debian/changelog 2015-07-23 23:40:49.000000000 -0400
@@ -1,3 +1,9 @@
+mkvmlinuz (37+deb8u1) stable; urgency=medium
+
+ * Push run-parts output to stderr. (Closes: #741642)
+
+ -- Milan Kupcevic <[email protected]> Thu, 23 Jul 2015 23:00:46 -0400
+
mkvmlinuz (37) unstable; urgency=medium
* Include only necessary modules to further reduce vmlinuz size on Pegasos.
diff -Nru mkvmlinuz-37/debian/kernel-image/postinst mkvmlinuz-37+deb8u1/debian/kernel-image/postinst
--- mkvmlinuz-37/debian/kernel-image/postinst 2012-06-28 21:01:13.000000000 -0400
+++ mkvmlinuz-37+deb8u1/debian/kernel-image/postinst 2015-07-23 22:45:48.000000000 -0400
@@ -1,5 +1,7 @@
#!/bin/sh
+echo >&2
+
set -e
. /usr/share/debconf/confmodule
diff -Nru mkvmlinuz-37/debian/kernel-image/postrm mkvmlinuz-37+deb8u1/debian/kernel-image/postrm
--- mkvmlinuz-37/debian/kernel-image/postrm 2012-06-28 21:01:13.000000000 -0400
+++ mkvmlinuz-37+deb8u1/debian/kernel-image/postrm 2015-07-23 22:45:48.000000000 -0400
@@ -1,5 +1,7 @@
#!/bin/sh
+echo >&2
+
set -e
. /usr/share/debconf/confmodule
--- End Message ---
--- Begin Message ---
Version: 8.3
Hi,
The updates referred to in these bugs were included in today's 8.3
Jessie point release.
Regards,
Adam
--- End Message ---