diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..78a6d4d --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: remote-support-session-service +Section: x11 +Priority: optional +Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Build-Depends: debhelper-compat (= 13), + dh-python, + python3, +Standards-Version: 4.5.0 +Homepage: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service +Vcs-Git: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service.git +Vcs-Browser: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service/ + +Package: remote-support-session-service +Architecture: any +Depends: ${misc:Depends}, + python3, + python3-flask, + python3-requests, + python3-port-for, + python3-websockify, + python3-dbus, + python3-gi, + python3-psutil, + python3-dynaconf, + x11vnc, + wget, +Description: DBus service connecting the Remote Support Desktop App with the Remote Web App + Remote Web App is a web-based desktop support tool that shares desktop + sessions to people provinding IT support. + . + This service controls sharing of the local desktop to the remote web app site. It provides + a bi-directional communication channel between the Remote Web App support site and the + locally running Remote Support Desktop UI application. |