aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-17 21:58:56 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-17 21:59:27 +0200
commit72b52affbb847a20fa0abae96e78fec980d71b67 (patch)
treef5a2553b12ec16220a375d958ec70654eec610ed /debian/control
parent77fca6897facf95c58f4f3bcb87df19b562fc0c5 (diff)
downloadRWA.Support.SessionService-72b52affbb847a20fa0abae96e78fec980d71b67.tar.gz
RWA.Support.SessionService-72b52affbb847a20fa0abae96e78fec980d71b67.tar.bz2
RWA.Support.SessionService-72b52affbb847a20fa0abae96e78fec980d71b67.zip
debian/: Initial draft for creating DEB packages.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
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.