Fix "Incorrect LSB header, Should-Start contains obsolete hal"

remove hal dependency from init script (Closes: #694019)
This commit is contained in:
Ludovic Rousseau 2012-11-25 16:21:32 +00:00
parent 8a13568ed4
commit de6dffbd37
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> 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

4
debian/pcscd.init vendored
View File

@ -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