diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:48:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:48:54 -0500 |
commit | 01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365 (patch) | |
tree | 86a5d3e79961508ba54455e863cc567b59197010 /ubuntu/maverick/applications/tdeio-ftps/debian/control | |
parent | 242566a13716912e6ac9d9d7e600ea08378cd436 (diff) | |
download | tde-packaging-01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365.tar.gz tde-packaging-01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365.zip |
Add preliminary Debian and Ubuntu packaging files for tdeio-ftps
Diffstat (limited to 'ubuntu/maverick/applications/tdeio-ftps/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/tdeio-ftps/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tdeio-ftps/debian/control b/ubuntu/maverick/applications/tdeio-ftps/debian/control new file mode 100644 index 000000000..04c21b1fc --- /dev/null +++ b/ubuntu/maverick/applications/tdeio-ftps/debian/control @@ -0,0 +1,19 @@ +Source: tdeio-ftps-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>= 5), cdbs, autotools-dev, tdelibs4-trinity-dev +Standards-Version: 3.8.3 + +Package: tdeio-ftps-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: an ftps TDEIO slave for TDE + tdeio-ftps-trinity is an ftps TDEIO slave for TDE, based on rfc4217 and + build upon the ftp TDEIO-slave sources. tdeio-ftps-trinity should work + yet with most server implementations It issues an "AUTH TLS" + command after connecting and refuses to continue, when it's + not supported. + . + Homepage: http://kasablanca.berlios.de/kio-ftps/ + |