From de6dffbd3772ad88fb8accbb0dfb81e43dbfba5c Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 25 Nov 2012 16:21:32 +0000 Subject: [PATCH] Fix "Incorrect LSB header, Should-Start contains obsolete hal" remove hal dependency from init script (Closes: #694019) --- debian/changelog | 7 +++++++ debian/pcscd.init | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0b9560..f37dd76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pcsc-lite (1.8.6-4) unstable; urgency=low + + * Fix "Incorrect LSB header, Should-Start contains obsolete hal" + remove hal dependency from init script (Closes: #694019) + + -- Ludovic Rousseau Fri, 26 Oct 2012 13:53:12 +0200 + pcsc-lite (1.8.6-3) unstable; urgency=low * debian/libpcsclite1.symbols: update the versioning to exact (or more diff --git a/debian/pcscd.init b/debian/pcscd.init index 6a8a53e..9b173cb 100644 --- a/debian/pcscd.init +++ b/debian/pcscd.init @@ -3,8 +3,8 @@ # Provides: pcscd # Required-Start: $local_fs $remote_fs $syslog # Required-Stop: $local_fs $remote_fs $syslog -# Should-Start: udev hal -# Should-Stop: udev hal +# Should-Start: udev +# Should-Stop: udev # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Daemon to access a smart card using PC/SC