From c9e08fed467c2ff1a0ed92b49c54cfd6ca72cd02 Mon Sep 17 00:00:00 2001
From: joey <joey>
Date: Sun, 17 Sep 2000 21:42:52 +0000
Subject: [PATCH] r370:    * 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

---
 autoscripts/postinst-modules |  1 -
 autoscripts/postrm-modules   |  1 -
 debian/changelog             | 10 ++++++++++
 debian/control               |  2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules
index 64b8eb0..a7e7c77 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 a8f4ce7..7abe0c0 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 51c13ef..9b2bb0c 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 1d0b0ad..42830ee 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
-- 
2.39.5