diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-04-02 18:27:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-04-02 18:28:09 +0200 |
commit | 4b12b79a7e55961561180df528ba33636ddcbdda (patch) | |
tree | 35d5c2d9e74980097820046487f88ca76604e402 /ubuntu/maverick/applications/smartcardauth | |
parent | a04a81b28ff6e1d8685e4916d83c3f020ce0db2d (diff) | |
download | tde-packaging-4b12b79a7e55961561180df528ba33636ddcbdda.tar.gz tde-packaging-4b12b79a7e55961561180df528ba33636ddcbdda.zip |
Remove unnecessary build-depends and fix runtime dependencies for smartcardauth on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 005f7ea8d7af38428b1dd6c4da99e2e5e1e803a2)
Diffstat (limited to 'ubuntu/maverick/applications/smartcardauth')
-rw-r--r-- | ubuntu/maverick/applications/smartcardauth/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/smartcardauth/debian/control b/ubuntu/maverick/applications/smartcardauth/debian/control index fe0807b35..11b25c7c5 100644 --- a/ubuntu/maverick/applications/smartcardauth/debian/control +++ b/ubuntu/maverick/applications/smartcardauth/debian/control @@ -3,12 +3,12 @@ Section: tde Priority: extra Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>=5.0), cdbs, pcsc-tools, pcscd-nodbus, initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libssl-dev, libkrb5-dev, libtqtinterface-dev +Build-Depends: debhelper (>=5.0), cdbs, libpcsclite1, libpcsc-perl, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libssl-dev, libkrb5-dev, libtqtinterface-dev Standards-Version: 3.8.4 Package: smartcardauth Architecture: any -Depends: pcsc-tools, pcscd-nodbus, 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 Replaces: smartcardauth (<< 4:14.0.0~) Breaks: smartcardauth (<< 4:14.0.0~) Conflicts: openct |