first commit
This commit is contained in:
commit
0eaf137b5e
1
goverlay-0.9/debian/TODO
Normal file
1
goverlay-0.9/debian/TODO
Normal file
@ -0,0 +1 @@
|
|||||||
|
* fix hardening-no-pie
|
5
goverlay-0.9/debian/changelog
Normal file
5
goverlay-0.9/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
goverlay (1:0.9-1) kinetic; urgency=medium
|
||||||
|
|
||||||
|
* Initial Push to PPA
|
||||||
|
|
||||||
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
|
33
goverlay-0.9/debian/control
Normal file
33
goverlay-0.9/debian/control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
Source: goverlay
|
||||||
|
Section: games
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
|
||||||
|
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
|
||||||
|
Build-Depends: debhelper-compat (= 13),
|
||||||
|
fpc,
|
||||||
|
lcl,
|
||||||
|
lcl-qt5,
|
||||||
|
lazarus-src,
|
||||||
|
libgl-dev,
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.6.1
|
||||||
|
Homepage: https://github.com/benjamimgois/goverlay
|
||||||
|
Vcs-Browser: https://salsa.debian.org/games-team/goverlay
|
||||||
|
Vcs-Git: https://salsa.debian.org/games-team/goverlay.git
|
||||||
|
|
||||||
|
Package: goverlay
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
mangohud,
|
||||||
|
mesa-utils,
|
||||||
|
vulkan-tools,
|
||||||
|
git,
|
||||||
|
Recommends: vkbasalt,
|
||||||
|
Suggests: breeze,
|
||||||
|
adwaita-qt,
|
||||||
|
Description: Graphical UI to help manage Vulkan / OpenGL overlays
|
||||||
|
GOverlay can configure Vulkan / OpenGL overlays with a preview. Currently
|
||||||
|
supported are MangoHud, vkBasalt and ReplaySorcery.
|
||||||
|
It is recommended to set the Qt style to Breeze or Adwaita using the
|
||||||
|
environment variable QT_STYLE_OVERRIDE.
|
39
goverlay-0.9/debian/copyright
Normal file
39
goverlay-0.9/debian/copyright
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: GOverlay
|
||||||
|
Upstream-Contact: Benjamimg Gois <benjamim.gois@gmail.com>
|
||||||
|
Source: https://github.com/benjamimgois/goverlay
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2020-2021 Benjamimg Gois <benjamim.gois@gmail.com>
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
|
Files: data/io.github.benjamimgois.goverlay.metainfo.xml
|
||||||
|
Copyright: 2020-2021 Benjamimg Gois <benjamim.gois@gmail.com>
|
||||||
|
License: FSFAP
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2020-2022 Stephan Lachnit <stephanlachnit@debian.org>
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
This program 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 program 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 full text of the GNU General Public License
|
||||||
|
version 3 can be found in the file
|
||||||
|
`/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
|
License: FSFAP
|
||||||
|
Copying and distribution of this file, with or without modification, are
|
||||||
|
permitted in any medium without royalty provided the copyright notice and
|
||||||
|
this notice are preserved. This file is offered as-is, without any warranty.
|
4
goverlay-0.9/debian/gbp.conf
Normal file
4
goverlay-0.9/debian/gbp.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/latest
|
||||||
|
upstream-branch = upstream/latest
|
||||||
|
filter = .gitignore
|
7
goverlay-0.9/debian/rules
Executable file
7
goverlay-0.9/debian/rules
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- prefix=/usr bindir=/games
|
3
goverlay-0.9/debian/salsa-ci.yml
Normal file
3
goverlay-0.9/debian/salsa-ci.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
include:
|
||||||
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
1
goverlay-0.9/debian/source/format
Normal file
1
goverlay-0.9/debian/source/format
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
4
goverlay-0.9/debian/upstream/metadata
Normal file
4
goverlay-0.9/debian/upstream/metadata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Bug-Database: https://github.com/benjamimgois/goverlay/issues
|
||||||
|
Bug-Submit: https://github.com/benjamimgois/goverlay/issues/new
|
||||||
|
Repository: https://github.com/benjamimgois/goverlay.git
|
||||||
|
Repository-Browse: https://github.com/benjamimgois/goverlay
|
2
goverlay-0.9/debian/watch
Normal file
2
goverlay-0.9/debian/watch
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version=4
|
||||||
|
https://github.com/benjamimgois/goverlay/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
|
2
orig.source.txt
Normal file
2
orig.source.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
goverlay_0.9.orig.tar.gz
|
||||||
|
#https://github.com/benjamimgois/goverlay
|
Loading…
Reference in New Issue
Block a user