summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0d12d16
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: twoftpd
+Section: net
+Priority: optional
+Maintainer: Gerrit Pape <pape@smarden.org>
+Build-Depends: libbg1-dev, libcvm1-dev, man2html
+Standards-Version: 3.8.4.0
+Vcs-Git: http://smarden.org/git/twoftpd.git/
+
+Package: twoftpd
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: twoftpd-run, runit, ipsvd, cvm
+Description: a simple secure efficient FTP server (programs)
+ This is twoftpd, an FTP server that strives to be secure, simple, and
+ efficient. None of the commands can cause execution of other programs,
+ and the normal model of execution does a chroot to the logged in user's
+ directory immediately after authentication.
+ .
+ The name "twoftpd" comes from the fact that there were two parts to the
+ server -- an authenticating front end, which contains no file or data
+ transfer code, and a back end, which contains all the data transfer
+ code.
+ .
+ This package contains the twoftpd programs.
+
+Package: twoftpd-run
+Architecture: all
+Section: admin
+Depends: twoftpd, runit (>= 1.8.0-2), ipsvd, cvm, adduser
+Provides: ftp-server
+Conflicts: ftp-server
+Suggests: runit-run
+Description: a simple secure efficient FTP server
+ This is twoftpd, an FTP server that strives to be secure, simple, and
+ efficient. None of the commands can cause execution of other programs,
+ and the normal model of execution does a chroot to the logged in user's
+ directory immediately after authentication.
+ .
+ This package sets up the twoftpd service to listen on 0.0.0.0:21, and
+ additionally provides a service directory to run an anonymous twoftpd
+ service.