diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
commit | 0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch) | |
tree | dec8bff7ef4366370de0ad280d6395c363ce1f3f /ubuntu/_base/applications/system/smartcardauth/debian/control | |
parent | e52d0aefda74071dece63a038079503cdc2cc905 (diff) | |
download | tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip |
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/system/smartcardauth/debian/control')
-rw-r--r-- | ubuntu/_base/applications/system/smartcardauth/debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/control b/ubuntu/_base/applications/system/smartcardauth/debian/control new file mode 100644 index 000000000..d370c6f02 --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/control @@ -0,0 +1,24 @@ +Source: smartcardauth +Section: tde +Priority: extra +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, libperl-dev, libpcsclite1, libpcsc-perl, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libssl-dev, libtqtinterface-dev, tdelibs-trinity +Standards-Version: 3.8.4 + +Package: smartcardauth +Architecture: any +Depends: ${shlibs:Depends}, pcsc-tools, pcscd-nodbus | pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, zenity, gksu +Replaces: smartcardauth (<< 4:14.0.0~) +Breaks: smartcardauth (<< 4:14.0.0~) +Conflicts: openct +Description: SmartCard Login and LUKS Decrypt, Setup Utility + This utility will allow you to set up your computer to accept a SmartCard as an authentication source for: + - Your encrypted LUKS partition + - TDE3.x, including automatic login, lock, and unlock features + It is designed to work with any ISO 7816-1,2,3,4 compliant smartcard + Examples of such cards are: + - The Schlumberger MultiFlex + - The ACS ACOS5 / ACOS6 series of cryptographic ISO 7816 cards + If a card is chosen that has PKSC support, such as the ACOS cards, this utility can run + simultaneously with the certificate reading program(s) to provide single sign on + in addition to the PKCS certificate functionality |