summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postinst-modules1
-rw-r--r--autoscripts/postrm-modules1
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
4 files changed, 11 insertions, 3 deletions
diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules
index 64b8eb0c..a7e7c77d 100644
--- a/autoscripts/postinst-modules
+++ b/autoscripts/postinst-modules
@@ -1,4 +1,3 @@
if [ "$1" = "configure" ]; then
update-modules
- depmod -a
fi
diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules
index a8f4ce70..7abe0c01 100644
--- a/autoscripts/postrm-modules
+++ b/autoscripts/postrm-modules
@@ -1,2 +1 @@
update-modules
-depmod -a
diff --git a/debian/changelog b/debian/changelog
index 51c13efc..9b2bb0c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 1d0b0ad6..42830ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -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