summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjoey <joey>2000-09-17 21:42:52 +0000
committerjoey <joey>2000-09-17 21:42:52 +0000
commitc9e08fed467c2ff1a0ed92b49c54cfd6ca72cd02 (patch)
treede6f9de095e07d5bda88dc474c59f091ba3f095e /debian/changelog
parentbcf662004e506ccce41f48bd2a6b878533c93097 (diff)
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
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
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