new target make deb to create debian package, refs #1
This commit is contained in:
27
debian/control
vendored
Normal file
27
debian/control
vendored
Normal 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
|
Reference in New Issue
Block a user