From: joey Date: Thu, 8 Dec 2005 18:08:52 +0000 (+0000) Subject: r1827: releasing version 5.0.9 X-Git-Tag: 5.0.9^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=084815258f457f7a41934549b52a63ba34b759e1;p=debhelper.git r1827: releasing version 5.0.9 --- diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index 8d2c4cb..11c206b 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -1,3 +1,6 @@ -if [ "$1" = "configure" ] && [ -x "`which update-modules 2>/dev/null`" ]; then - update-modules >/dev/null || [ "$?" = 3 ] +if [ "$1" = "configure" ]; then + if [ -x "`which update-modules 2>/dev/null`" ]; then + update-modules >/dev/null || [ "$?" = 3 ] + fi + depmod -a || true fi diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules index 35db871..bcacb9f 100644 --- a/autoscripts/postrm-modules +++ b/autoscripts/postrm-modules @@ -1,3 +1,4 @@ if [ -x "`which update-modules 2>/dev/null`" ]; then update-modules >/dev/null || [ "$?" = 3 ] fi +depmod -a || true diff --git a/debian/changelog b/debian/changelog index 952ee01..30e54ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (5.0.9) unstable; urgency=low + + * dh_installmodules: always run depmod, since if module-init-tools but not + modutils is installed, it will not get run by update-modules. + Closes: #339658 + + -- Joey Hess Thu, 8 Dec 2005 13:04:11 -0500 + debhelper (5.0.8) unstable; urgency=low * Man page type fixes (yes, more, nice to know people read the man pages). diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index e7e4080..765f2de 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2005-12-05 14:32-0500\n" +"POT-Creation-Date: 2005-12-08 13:05-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"