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

This commit is contained in:
Marc Wäckerlin
2014-05-16 12:07:56 +00:00
parent ac6650970b
commit a78ea0f3f1
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, libp11-kit-dev, libpcsclite-dev, mrw-c++-dev
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libgnutls-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.