diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 01:37:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 01:37:10 -0600 |
commit | 22a3c2997da4b30920a51752c9a532d4bef37392 (patch) | |
tree | 6bbe67b2214790bee08656c7901aa4bbad7b98c1 /ubuntu/maverick/dependencies/tqca-tls/debian/control | |
parent | 39a022068d556f084764f51b69f747468bd18870 (diff) | |
download | tde-packaging-22a3c2997da4b30920a51752c9a532d4bef37392.tar.gz tde-packaging-22a3c2997da4b30920a51752c9a532d4bef37392.zip |
Add tqca-tls to Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/dependencies/tqca-tls/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/tqca-tls/debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/control b/ubuntu/maverick/dependencies/tqca-tls/debian/control new file mode 100644 index 000000000..844290974 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/control @@ -0,0 +1,21 @@ +Source: tqca-tls +Section: libs +Priority: optional +Maintainer: Jan Niehusmann <[email protected]> +Build-Depends: debhelper (>= 4.0.0), libtqtinterface-dev, libssl-dev +Standards-Version: 3.8.4 + +Package: tqca-tls +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TLS plugin for the TQt Cryptographic Architecture (TQCA) + This is a plugin to provide SSL/TLS capability to programs that + utilize the TQt Cryptographic Architecture (TQCA). + . + TQCA is a library providing an easy API for several cryptographic algorithms + to TQt programs. + . + At the moment only the tqca-tls plugin is packaged for debian, as it's + used by the package 'psi'. The generic library and several other plugins + will be packaged when upstream releases them. |