]> git.donarmstrong.com Git - debhelper.git/commitdiff
r370: * dh_installmodules: corrected the code added to maintainer scripts so it
authorjoey <joey>
Sun, 17 Sep 2000 21:42:52 +0000 (21:42 +0000)
committerjoey <joey>
Sun, 17 Sep 2000 21:42:52 +0000 (21:42 +0000)
     does not call depmod -a. update-modules (which it always called)_
     handles calling depmod if doing so is appropriate. Packages built with
     proir versions probably have issues on systems with non-modular
     kernels, and should be rebuilt. Closes: #71841

autoscripts/postinst-modules
autoscripts/postrm-modules
debian/changelog
debian/control

index 64b8eb0c3d9882032105f3ac855629dace3a1e08..a7e7c77d37b064f8609e97124322a06fa09742be 100644 (file)
@@ -1,4 +1,3 @@
 if [ "$1" = "configure" ]; then
        update-modules
-       depmod -a
 fi
index a8f4ce706af3e95f1eedca6e500b741ab06fb414..7abe0c013344568de7908ad9c8ee106c46fc1711 100644 (file)
@@ -1,2 +1 @@
 update-modules
-depmod -a
index 51c13efc12ef5cd128308a1c5e986ce255a9e1d6..9b2bb0c00f17930684da3507536ecabd8bdd020f 100644 (file)
@@ -1,3 +1,13 @@
+debhelper (2.1.9) unstable; urgency=low
+
+  * dh_installmodules: corrected the code added to maintainer scripts so it
+    does not call depmod -a. update-modules (which it always called)_
+    handles calling depmod if doing so is appropriate. Packages built with
+    proir versions probably have issues on systems with non-modular
+    kernels, and should be rebuilt. Closes: #71841
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 17 Sep 2000 14:40:45 -0700
+
 debhelper (2.1.8) unstable; urgency=low
 
   * Fixed a stupid typo. Closes: #69750
index 1d0b0ad628ef38198f8b659b75b5a1767941aed8..42830ee45c01af216935f1a9d23f9f61287954ef 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
 Build-Depends-Indep: perl-5.005, fileutils (>= 4.0-2.1), file (>= 3.23-1)
-Standards-Version: 3.2.0.0
+Standards-Version: 3.2.1.0
 
 Package: debhelper
 Architecture: all