]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1827: releasing version 5.0.9 5.0.9
authorjoey <joey>
Thu, 8 Dec 2005 18:08:52 +0000 (18:08 +0000)
committerjoey <joey>
Thu, 8 Dec 2005 18:08:52 +0000 (18:08 +0000)
autoscripts/postinst-modules
autoscripts/postrm-modules
debian/changelog
man/po4a/po/debhelper.pot

index 8d2c4cbc9da1b7695604c876debf122beb4bfd91..11c206bc8cd8504f917d562cb332ee8303848f35 100644 (file)
@@ -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
index 35db87185e8cd18c67f5c270f1d90b14639839e2..bcacb9f5a575a9c984478fa27887c9184e2e80c1 100644 (file)
@@ -1,3 +1,4 @@
 if [ -x "`which update-modules 2>/dev/null`" ]; then
        update-modules >/dev/null || [ "$?" = 3 ]
 fi
+depmod -a || true
index 952ee01d57ef110373fc81aca4250f2f8c6e95cc..30e54ea4029bab9af061a0c49a77dd14084e72a2 100644 (file)
@@ -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 <joeyh@debian.org>  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).
index e7e40809151468847c450b03a47b6db7b0da1330..765f2deb0d2ae5e00e3c2716dd4876923ed0dac8 100644 (file)
@@ -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 <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"