Initial drop of mostly-working containers

This commit is contained in:
Cameron Gutman
2020-02-04 19:48:42 -08:00
commit 4a92aa7242
16 changed files with 218 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@@ -0,0 +1,5 @@
moonlight (1.2.1-1) UNRELEASED; urgency=low
* Initial release.
-- Cameron Gutman <aicommander@gmail.com> Mon, 03 Feb 2020 15:08:49 -0800

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
10

11
debian/control vendored Normal file
View File

@@ -0,0 +1,11 @@
Source: moonlight
Maintainer: Cameron Gutman <aicommander@gmail.com>
Section: misc
Priority: optional
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 10), libssl-dev, qtbase5-dev, qtquickcontrols2-5-dev, qtdeclarative5-dev, libqt5svg5-dev, libgl1-mesa-dev, libegl1-mesa-dev, libxkbcommon-dev, wayland-protocols, libopus-dev, libva-dev, libvdpau-dev, libsdl2-dev, libsdl2-ttf-dev
Package: moonlight
Architecture: any
Depends: libraspberrypi0 [armhf] | rbp-userland-osmc [armhf], qml-module-qtquick2, qml-module-qtquick-controls2, qml-module-qtquick-layouts, qml-module-qtquick-window2, ${shlibs:Depends}, ${misc:Depends}
Description: NVIDIA GameStream client

22
debian/copyright vendored Normal file
View File

@@ -0,0 +1,22 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: moonlight-qt
Source: https://github.com/moonlight-stream/moonlight-qt
Files: *
Copyright: 2018-2020 Cameron Gutman <aicommander@gmail.com>
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

4
debian/rules vendored Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/make -f
export QT_SELECT := qt5
%:
dh $@

1
debian/source/format vendored Executable file
View File

@@ -0,0 +1 @@
3.0 (quilt)