new target make deb to create debian package, refs #1

This commit is contained in:
Marc Wäckerlin
2010-04-08 12:41:16 +00:00
parent 522fa3b4f1
commit 1f00d0e087
18 changed files with 264 additions and 14 deletions

27
debian/control vendored Normal file
View File

@@ -0,0 +1,27 @@
Source: libpcscxx
Priority: extra
Maintainer: Marc Wäckerlin <marc@waeckerlin.org>
Build-Depends: debhelper (>= 7), autotools-dev
Standards-Version: 3.8.1
Section: libs
Homepage: https://dev.marc.waeckerlin.org/projects/libpcscxx
Package: libpcscxx-dev
Section: libdevel
Architecture: any
Depends: libpcscxx (= ${binary:Version})
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
open-ssl.
.
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx
Package: libpcscxx
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
open-ssl.
.
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx