summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-22 01:45:40 +0100
committerColin Watson <cjwatson@debian.org>2013-05-22 01:45:40 +0100
commit6e950945da7a2acbb48fa4138208018f09d66991 (patch)
tree1e99c1fb54755277a8c441cf503b71bb2c5be748 /debian/changelog
parentafd3292952a9f0bb107046785ddcfad446d69b89 (diff)
Switch to new unified layout for Upstart jobs as documented in
https://wiki.ubuntu.com/UpstartCompatibleInitScripts: the init script checks for a running Upstart, and we now let dh_installinit handle most of the heavy lifting in maintainer scripts. Ubuntu users should be essentially unaffected except that sshd may no longer start automatically in chroots if the running Upstart predates 0.9.0; but the main goal is simply not to break when openssh-server is installed in a chroot.
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 9db3f5648..f56fc00ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,14 @@ openssh (1:6.2p2-2) UNRELEASED; urgency=low
21 openssh-server.postinst. 21 openssh-server.postinst.
22 * Replace old manual conffile handling code with dpkg-maintscript-helper, 22 * Replace old manual conffile handling code with dpkg-maintscript-helper,
23 via dh_installdeb. 23 via dh_installdeb.
24 * Switch to new unified layout for Upstart jobs as documented in
25 https://wiki.ubuntu.com/UpstartCompatibleInitScripts: the init script
26 checks for a running Upstart, and we now let dh_installinit handle most
27 of the heavy lifting in maintainer scripts. Ubuntu users should be
28 essentially unaffected except that sshd may no longer start
29 automatically in chroots if the running Upstart predates 0.9.0; but the
30 main goal is simply not to break when openssh-server is installed in a
31 chroot.
24 32
25 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100 33 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100
26 34