added dependency on libssl-dev for the dev-package; closes #19

This commit is contained in:
Marc Wäckerlin
2013-04-02 08:36:51 +00:00
parent a0e995c26e
commit eba2691601

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})
Depends: libpcscxx (= ${binary:Version}), libssl-dev
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
open-ssl.