debian/changelog | 6 ++++++ debian/xdm.init | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 99bc9e87bf3fd4e349c1713772002b5f314f3f6b Author: Julien Cristau <[email protected]> Date: Tue Apr 1 12:08:45 2014 +0200 xdm.init: remove hal dependency (closes: #605750) diff --git a/debian/changelog b/debian/changelog index 993408d..66c2a9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xdm (1:1.1.11-2) UNRELEASED; urgency=medium + + * xdm.init: remove hal dependency (closes: #605750) + + -- Julien Cristau <[email protected]> Tue, 01 Apr 2014 12:07:56 +0200 + xdm (1:1.1.11-1) unstable; urgency=low [ Joe Hansen ] diff --git a/debian/xdm.init b/debian/xdm.init index 4127dff..f47af81 100644 --- a/debian/xdm.init +++ b/debian/xdm.init @@ -22,8 +22,8 @@ # Provides: xdm # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs -# Should-Start: xfs $named slapd hal -# Should-Stop: xfs $named slapd hal +# Should-Start: xfs $named slapd +# Should-Stop: xfs $named slapd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: The X Display Manager -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

