From 3ccdc50eabcdcea497fec06c481bce39f8fa32b4 Mon Sep 17 00:00:00 2001 From: joeyh Date: Fri, 9 Jun 2006 21:20:31 +0000 Subject: r1929: * dh_installmodules: depmod -a is no longer run during boot, so if a module package is installed for a kernel other than the running kernel, just running depmod -a in the postinst is no longer sufficient. Instead, run depmod -a -F /boot/System.map- The kernel version is guessed at based on the path to the modules in the package. Closes: #301424 * Note: behavior change due to the above: The mere existence of a debian/package.modules file will no longer make dh_installmodules add code to maintainer scripts. * Untested. --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7f514ae9..2e2d5429 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +debhelper (5.0.37) UNRELEASED; urgency=low + + * dh_installmodules: depmod -a is no longer run during boot, so if a module + package is installed for a kernel other than the running kernel, just + running depmod -a in the postinst is no longer sufficient. Instead, run + depmod -a -F /boot/System.map- + The kernel version is guessed at based on the path to the modules in the + package. Closes: #301424 + * Note: behavior change due to the above: The mere existence of a + debian/package.modules file will no longer make dh_installmodules add code + to maintainer scripts. + * Untested. + + -- Joey Hess Fri, 9 Jun 2006 16:47:44 -0400 + debhelper (5.0.36) unstable; urgency=low [ Valery Perrin ] -- cgit v1.2.3