summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 06:35:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 06:35:52 +0000
commit87808edcf51c8f8ec518b6f73a5e85edf647499a (patch)
tree7d1b9c2434d7a63a5cb9509aa2db4e134d5ddfde /debian/control
parentAdding upstream version 0.1.10+dfsg. (diff)
downloadzmodemjs-debian/0.1.10+dfsg-1.tar.xz
zmodemjs-debian/0.1.10+dfsg-1.zip
Releasing debian version 0.1.10+dfsg-1.debian/0.1.10+dfsg-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..47216eb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: zmodemjs
+Section: web
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ pkg-js-tools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.0
+Homepage: https://github.com/FGasper/zmodemjs
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
+
+Package: node-zmodem.js
+Section: web
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: ZMODEM file transfers in JavaScript
+ zmodem.js is a JavaScript implementation of the ZMODEM file transfer protocol,
+ which facilitates file transfers via a terminal.