aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-17 19:25:00 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-17 19:28:45 +0000
commit8e29a45e456baf232196e8fa2fc5eae50be66993 (patch)
tree0ecbff00fa526860b3458e152f02441c5caaf668 /debian/control
parent187c3ff5d4029549f2603d3dc014b92b3a9ac21f (diff)
downloadRWA.Support.DesktopApp-8e29a45e456baf232196e8fa2fc5eae50be66993.tar.gz
RWA.Support.DesktopApp-8e29a45e456baf232196e8fa2fc5eae50be66993.tar.bz2
RWA.Support.DesktopApp-8e29a45e456baf232196e8fa2fc5eae50be66993.zip
debian/: Initial draft for creating DEB packages.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c9ced02
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: remote-support-desktop
+Section: x11
+Priority: optional
+Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Build-Depends: debhelper-compat (= 13),
+ libgles2-mesa-dev,
+ qtquickcontrols2-5-dev,
+ qtdeclarative5-dev,
+ quilt,
+Standards-Version: 4.5.0
+Homepage: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-desktop
+Vcs-Git: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-desktop.git
+Vcs-Browser: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-desktop/
+
+Package: remote-support-desktop
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ qml-module-qtquick-controls,
+ qml-module-qtquick-controls2,
+ qml-module-qtquick-dialogs,
+ qml-module-qtquick-extras,
+ qmlscene,
+Description: Desktop App for sharing the local desktop via Remote Web App
+ Remote Web App is a web-based desktop support tool that shares desktop
+ sessions to people provinding IT support.
+ .
+ This application is the tool running on the local desktop that users can launch
+ when they need remote support from the IT staff team.