diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-09-02 11:51:10 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-09-05 12:07:08 +0200 |
commit | 139c7a37f99b5243daab722eb445f2903f356774 (patch) | |
tree | 01c2693fbbbdf2de341ad78d626a6fc2745bb0b1 /ubuntu/_base/applications | |
parent | 75466a5f7cb60c6fd38a1baa19a914e353f02740 (diff) | |
download | tde-packaging-139c7a37f99b5243daab722eb445f2903f356774.tar.gz tde-packaging-139c7a37f99b5243daab722eb445f2903f356774.zip |
DEB smartcardauth: Add psmisc and xxd into depends because
killall (psmisc) and xxd are referenced in initramfs hook.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications')
-rw-r--r-- | ubuntu/_base/applications/system/smartcardauth/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/control b/ubuntu/_base/applications/system/smartcardauth/debian/control index b1074c8aa..a034b10be 100644 --- a/ubuntu/_base/applications/system/smartcardauth/debian/control +++ b/ubuntu/_base/applications/system/smartcardauth/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: smartcardauth Architecture: any -Depends: ${shlibs:Depends}, pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal +Depends: ${shlibs:Depends}, pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal, psmisc, xxd Recommends: libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount Replaces: smartcardauth (<< 4:14.0.0~) Breaks: smartcardauth (<< 4:14.0.0~) |