From 8e29a45e456baf232196e8fa2fc5eae50be66993 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Sep 2020 19:25:00 +0000 Subject: debian/: Initial draft for creating DEB packages. --- debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3