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:12:19 +0200 |
commit | c8fb5c3bf155469b0ce0520f945690fd6e33c402 (patch) | |
tree | 63b9add2ff66eacd874ffed420e2168583a8a0ac /ubuntu/_base/applications/system | |
parent | 1175de8ddbf1c50d9a3219cb56e1eedcefd6ff9d (diff) | |
download | tde-packaging-c8fb5c3bf155469b0ce0520f945690fd6e33c402.tar.gz tde-packaging-c8fb5c3bf155469b0ce0520f945690fd6e33c402.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>
(cherry picked from commit 139c7a37f99b5243daab722eb445f2903f356774)
Diffstat (limited to 'ubuntu/_base/applications/system')
-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 d370c6f02..f1db4e038 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-nodbus | pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, zenity, gksu +Depends: ${shlibs:Depends}, pcsc-tools, pcscd-nodbus | pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, zenity, gksu, psmisc, xxd Replaces: smartcardauth (<< 4:14.0.0~) Breaks: smartcardauth (<< 4:14.0.0~) Conflicts: openct |