summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjoey <joey>2001-03-13 11:13:51 +0000
committerjoey <joey>2001-03-13 11:13:51 +0000
commit113433b867877a98915194631f8bbf14c6f65048 (patch)
tree87aa0106601cf4fd0d54f0bd6ce15c2927207875 /debian/changelog
parent515a01d46a768ee63a4665c643cdd6889ffaebfc (diff)
r451: * Fixed broken -e #SCRIPT# tests in init script start/stop/restart code.
Arrgh. All packages built with the old code (that is, all daemon packages built with debhelper 3.0.9!) are broken. Closes: #89472
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4468a462..686bb497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (3.0.10) unstable; urgency=medium
+
+ * Fixed broken -e #SCRIPT# tests in init script start/stop/restart code.
+ Arrgh. All packages built with the old code (that is, all daemon
+ packages built with debhelper 3.0.9!) are broken. Closes: #89472
+
+ -- Joey Hess <joeyh@debian.org> Tue, 13 Mar 2001 06:10:03 -0500
+
debhelper (3.0.9) unstable; urgency=low
* Modified to use dpkg-architecture instead of dpkg --print-architecture.