Added all SuisseID Functionality except certificate import from server, which shall remain closed; refs #28
This commit is contained in:
14
debian/control
vendored
14
debian/control
vendored
@@ -14,6 +14,20 @@ Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
|
||||
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
||||
open-ssl.
|
||||
.
|
||||
Development Package
|
||||
.
|
||||
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx
|
||||
|
||||
Package: libpcscxx-dbg
|
||||
Section: debug
|
||||
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.
|
||||
.
|
||||
Debugging Symbols
|
||||
.
|
||||
For more details, see: https://dev.marc.waeckerlin.org/projects/libpcscxx
|
||||
|
||||
Package: libpcscxx
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@@ -40,7 +40,7 @@ endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
CPPFLAGS="-DALLOW_SSL_0_8 -std=c++0x" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
|
||||
CPPFLAGS="-DALLOW_SSL_0_8 -std=c++0x" CXXFLAGS="-ggdb" LDFLAG="-ggdb" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
|
||||
# does not work: LDFLAGS="-Wl,-z,defs"
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ binary-arch: install
|
||||
# dh_installinfo
|
||||
# dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_strip --dbg-package=libpcscxx-dbg
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
|
Reference in New Issue
Block a user