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

