From eba2691601c6a1974630e7d5a938a412606db095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 2 Apr 2013 08:36:51 +0000 Subject: [PATCH] added dependency on libssl-dev for the dev-package; closes #19 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 504fd4f..33f9021 100644 --- a/debian/control +++ b/debian/control @@ -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.