summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/tqca-tls/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 01:37:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 01:37:10 -0600
commit22a3c2997da4b30920a51752c9a532d4bef37392 (patch)
tree6bbe67b2214790bee08656c7901aa4bbad7b98c1 /debian/squeeze/dependencies/tqca-tls/debian/control
parent39a022068d556f084764f51b69f747468bd18870 (diff)
downloadtde-packaging-22a3c2997da4b30920a51752c9a532d4bef37392.tar.gz
tde-packaging-22a3c2997da4b30920a51752c9a532d4bef37392.zip
Add tqca-tls to Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/dependencies/tqca-tls/debian/control')
-rw-r--r--debian/squeeze/dependencies/tqca-tls/debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/squeeze/dependencies/tqca-tls/debian/control b/debian/squeeze/dependencies/tqca-tls/debian/control
new file mode 100644
index 000000000..844290974
--- /dev/null
+++ b/debian/squeeze/dependencies/tqca-tls/debian/control
@@ -0,0 +1,21 @@
+Source: tqca-tls
+Section: libs
+Priority: optional
+Maintainer: Jan Niehusmann <jan@debian.org>
+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.