Fix "pcscd should rely on dh-systemd to enable the socket" let dh-systemd

do its work. The package already Build-Depends: dh-systemd
(Closes: #748047)
This commit is contained in:
Ludovic Rousseau 2014-05-14 12:24:27 +00:00
parent 934df20203
commit ba190eaf3a
2 changed files with 8 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
pcsc-lite (1.8.11-2) unstable; urgency=medium
* Fix "pcscd should rely on dh-systemd to enable the socket" let dh-systemd
do its work. The package already Build-Depends: dh-systemd
(Closes: #748047)
-- Ludovic Rousseau <rousseau@debian.org> Wed, 14 May 2014 14:24:06 +0200
pcsc-lite (1.8.11-1) unstable; urgency=medium
* New upstream release

View File

@ -16,7 +16,4 @@ if [ -d $CFGDIR ]; then
rm -rf $CFGDIR
fi
# enable pcscd for systemd
[ -x /bin/systemctl ] && [ -d /run/systemd/system ] && systemctl enable pcscd.socket
#DEBHELPER#