warnings/arm-messages.patch |
|
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
disable/folder-reset.patch |
do not reset shell folder settings on upgrade |
i.Dark_Templar |
invalid |
upstream
|
http://bugs.winehq.org/show_bug.cgi?id=22974 |
|
disable/line-wrapping.patch |
disable manual line wrapping in makefiles |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
disable/tests.patch |
drop generated sources from tests Makefiles |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
upstream/unicode13.patch |
build with unicode-data 13 |
|
no |
debian
|
backport, https://source.winehq.org/git/wine.git/commit/b83af7c763 |
|
debianization/addons.patch |
adjust search paths for addon installers |
Jens Reyer <jre.winesim@gmail.com> |
no |
|
|
|
debianization/makefile.patch |
don't append wine to the default path settings |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
debianization/winebuild.patch |
update long winebuild manpage line to fit into 80 characters |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
debianization/version-string.patch |
winelib: Append '(Debian)' at the end of the version string. |
|
not-needed |
|
https://github.com/wine-compholio/wine-staging/blob/master/patches/Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch |
|
debianization/winemenubuilder.patch |
call wineDEBSUFFIX instead of wine from desktop launchers |
Jens Reyer <jre.winesim@gmail.com> |
no |
|
|
|
debianization/wineserver-persistence.patch |
fix wineserver manpages for Debian's default persistence value |
Jens Reyer <jre.winesim@gmail.com> |
no |
|
|
|
disable/addons-download.patch |
disable gecko/mono installer download |
Jens Reyer <jre.winesim@gmail.com> |
no |
|
|
|
disable/po-modifications.patch |
avoid modifications to po files that are under version control |
Michael Gilbert |
no |
|
|
|
disable/blacklist-extensions.patch |
Blacklist all extensions that trigger a freedesktop file type association from an empty prefix. |
Jens Reyer <jre.winesim@gmail.com> |
yes |
debian
upstream
|
|
|
generate/icons.patch |
regenerate all icon files |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
generate/opengl.patch |
rebuild automatically generated opengl files |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
generate/unicode.patch |
use system unicode |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
generate/request.patch |
generate automatically generated request code |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
binary-indep/manpages.patch |
add Makefile rules for building just the manpages |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
binary-indep/sfnt2fon.patch |
don't build fonts in the arch:all build |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
zlib/opc.patch |
revert upstream msvcrt commit 8631960745396109ec450eafb9fe76684388f84a |
|
no |
|
|
|
zlib/cabinet.patch |
revert upstream msvcrt commit df2521bff234acb049e2fb534e6ad1dfe6cf5d45 |
|
no |
|
|
|
zlib/wininet1.patch |
revert upstream msvcrt commit cadad89d106186a9d0377607096a58677496ec50 |
|
no |
|
|
|
zlib/wininet2.patch |
revert upstream msvcrt commit 3c31cc5836026b45a40818ec874bbbcc4d6ad982 |
|
no |
|
|
|
zlib/compile-link.patch |
build using system zlib |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
fixes/arm.patch |
skip i386 specific code that fails to build on arm |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
fixes/arm64.patch |
retrieve the correct union member |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
fixes/gstbase.patch |
avoid unneeded libgstbase dependency from winegstreamer.dll.so |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
fixes/glibc2.30.patch |
Do not look for sys/sysctl.h, it is deprecated by glibc 2.30 |
Gianfranco Costamagna <locutusofborg@debian.org> |
no |
|
|
2019-12-31 |
fixes/printer-resolution.patch |
set default printer resolution to 600dpi |
Ralf E-Mail <anonymous272912@gmail.com> |
no |
debian
|
|
|
fixes/temporary-directory.patch |
safer selection of the temporary directory for wineserver |
Michael Gilbert <mgilbert@debian.org> |
no |
debian
|
|
|
warnings/arm-longdouble.patch |
sizeof(long double)=8 on arm architectures |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/arm64-excess-precision.patch |
disable excess precision flag on arm64, clang doesn't support it |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/arm64-tautological-compare.patch |
fix tautological enum compare warnings when built with clang 9 |
Gianfranco Costamagna <locutusofborg@debian.org> |
invalid |
|
|
2019-12-31 |
warnings/bison.patch |
ignore warnings from bison |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/printf-null.patch |
avoid passing null as an argument to printf |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/array-bounds.patch |
ignore array bounds warnings involving ANYSIZE_ARRAY |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/format-string.patch |
fix incorrect format string type |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/format-overflow.patch |
fix string format warnings, output buffers were not large enough |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/buffer-overflow.patch |
shell32: Silence buffer overflow compiler warnings. |
Alexandre Julliard <julliard@winehq.org> |
no |
|
upstream, 6.0-rc1, commit:6624cabbb7cfe33c179a02238b4c9b91d3c3297e |
2020-11-26 |
warnings/incorrect-bounds.patch |
correct negative array index error |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/argument-promotion.patch |
fix gcc argument promotion warning |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/discarded-qualifiers.patch |
these arguments should not be const, fixes a gcc warning |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/incompatible-pointers.patch |
fix gcc incompatible pointer warning |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|
warnings/uninitialized-variables.patch |
fix uninitialized variable compiler warnings |
Michael Gilbert <mgilbert@debian.org> |
no |
|
|
|