First Commit

This commit is contained in:
2025-11-18 14:20:05 -07:00
parent be7e8f8ef8
commit 09b8f3a3b8
4463 changed files with 100427 additions and 0 deletions

17
debian/changelog vendored Normal file
View File

@@ -0,0 +1,17 @@
pcsx2-patches (0.1-0~git202510240639~2fdc835-1rakuos1) unstable; urgency=medium
* port to RakuOS
-- Tohur <tohur@Josh-PC> Mon, 10 Nov 2025 03:44:15 -0700
pcsx2-patches (0.1-0~git202510240639~2fdc835~ubuntu24.04.1) noble; urgency=low
* Auto build.
-- Launchpad Package Builder <noreply@launchpad.net> Fri, 24 Oct 2025 07:47:37 +0000
pcsx2-patches (0.1-1) unstable; urgency=low
* Initial release
-- Jonathan Yip <helkaluin@gmail.com> Tue, 10 Jan 2023 10:03:59 +0800

16
debian/control vendored Normal file
View File

@@ -0,0 +1,16 @@
Source: pcsx2-patches
Section: games
Priority: optional
Maintainer: Jonathan Yip <helkaluin@gmail.com>
Build-Depends: debhelper-compat (= 13),
zip
Standards-Version: 4.6.0
Homepage: https://github.com/PCSX2/pcsx2_patches
Rules-Requires-Root: no
Package: pcsx2-patches
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Widescreen and no interlace patches for PCSX2
These are the patches used by the PCSX2 emulator to add widescreen support
or disable interlace as needed.

37
debian/copyright vendored Normal file
View File

@@ -0,0 +1,37 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pcsx2-patches
Source: https://github.com/PCSX2/pcsx2_patches
Files: *
Copyright: 2012-2023 PCSX2 Dev Team
License: GPL-3
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2023 Jonathan Yip <helkaluin@gmail.com>
License: GPL-2+
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 2 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 <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid picking licenses with terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.
#
# If you need, there are some extra license texts available in two places:
# /usr/share/debhelper/dh_make/licenses/
# /usr/share/common-licenses/

3
debian/git-build-recipe.manifest vendored Normal file
View File

@@ -0,0 +1,3 @@
# git-build-recipe format 0.4 deb-version {debupstream}-0~git202510240639~2fdc835
lp:~pcsx2-team/pcsx2-github-mirror/+git/pcsx2_patches git-commit:2fdc835f0725b318efcdaae84db1c73a9139b6f6
merge master lp:~tellowkrinkle/+git/pcsx2_patches git-commit:320783a1aee0667c0f4ece823fcff895979182c1

1
debian/install vendored Normal file
View File

@@ -0,0 +1 @@
patches.zip usr/share/PCSX2/resources

18
debian/rules vendored Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@

1
debian/source/format vendored Normal file
View File

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