aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..82acad0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: rtftp
+Section: net
+Priority: optional
+Maintainer: Reiner Herrmann <reiner@reiner-h.de>
+Build-Depends: debhelper-compat (= 12),
+ cargo,
+ rustc,
+ librust-getopts-dev (>= 0.2.18),
+ librust-nix-dev (>= 0.13.0),
+ librust-threadpool-dev (>= 1.7.1)
+Standards-Version: 4.3.0
+Rules-Requires-Root: no
+
+Package: rtftp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a rusty TFTP client/server
+ RustFTP provides a server and a client for the Trivial File Transfer
+ Protocol (TFTP).