summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjoey <joey>2002-09-16 00:05:19 +0000
committerjoey <joey>2002-09-16 00:05:19 +0000
commit2486063234469e39cce67055c5bd0644213724cf (patch)
tree22b33f6042b712ed78dd428894c881c3beaded7a /debian/changelog
parent89a8e4df94d07ca360f97f57ff22ac8f7f7c3a5f (diff)
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
if invoke-rc.d is not present, so versioned deps on sysvinit are not needed.
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 a98acf01..0e4bd9c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (4.1.8) unstable; urgency=low
+
+ * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
+ if invoke-rc.d is not present, so versioned deps on sysvinit are not
+ needed.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 15 Sep 2002 20:07:41 -0400
+
debhelper (4.1.7) unstable; urgency=low
* dh_builddeb(1): It's --filename, not --name. Closes: #160151