replace libp11-kit-dev by libpkcs11-helper1-dev beacause it's missing on lucid; refs #30

This commit is contained in:
Marc Wäckerlin
2014-05-16 12:24:16 +00:00
parent a78ea0f3f1
commit 59410f1ca2
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@@ -9,7 +9,7 @@ Homepage: https://dev.marc.waeckerlin.org/projects/libpcscxx
Package: libpcscxx-dev
Section: libdevel
Architecture: any
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libgnutls-dev, libpcsclite-dev, mrw-c++-dev
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libpkcs11-helper1-dev, libpcsclite-dev, mrw-c++-dev
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
open-ssl.