diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..80a8aeb --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: asciinema +Section: utils +Priority: optional +Maintainer: gustavo panizzo <gfa@zumbi.com.ar> +Build-Depends: debhelper-compat (= 13), python3-setuptools, pybuild-plugin-pyproject, python3-all, dh-python, python3-pytest +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/debian/asciinema +Vcs-Git: https://salsa.debian.org/debian/asciinema.git +Homepage: https://asciinema.org +Rules-Requires-Root: no + +Package: asciinema +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources +Recommends: ${python3:Recommends} +Description: Record and share your terminal sessions, the right way + Forget screen recording apps and blurry video. Enjoy a lightweight, + purely text based approach to terminal recording. + . + This package provides a command line recorder for asciinema.org service + or other instance of asciinema server. |