wine.git
3 years agoimport some changes that somehow happened in the packaging process. bookworm-staging archive/raspbian/7.0_repack-10+rpi1 raspbian/7.0_repack-10+rpi1
Peter Michael Green [Fri, 11 Nov 2022 08:09:23 +0000 (08:09 +0000)]
import some changes that somehow happened in the packaging process.

3 years agofix build of new version on raspbian.
Peter Michael Green [Fri, 11 Nov 2022 07:48:24 +0000 (07:48 +0000)]
fix build of new version on raspbian.

3 years agoMerge tag '7.0_repack-10' into bookworm-working
Peter Michael Green [Thu, 20 Oct 2022 17:55:50 +0000 (17:55 +0000)]
Merge tag '7.0_repack-10' into bookworm-working

3 years agoMerge wine (7.0~repack-10) import into refs/heads/workingbranch
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
Merge wine (7.0~repack-10) import into refs/heads/workingbranch

3 years agofix uninitialized variable compiler warnings
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix uninitialized variable compiler warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch

3 years agofix misleading-indentation warnings
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix misleading-indentation warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch

3 years agofix mismatched types (-Wincompatible-pointer-types)
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix mismatched types (-Wincompatible-pointer-types)

Gbp-Pq: Topic warnings
Gbp-Pq: Name incompatible-types.patch

3 years agofix incorrect array size
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix incorrect array size

Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch

3 years agofix string format warnings, output buffers were not large enough
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix string format warnings, output buffers were not large enough

Gbp-Pq: Topic warnings
Gbp-Pq: Name format-overflow.patch

3 years agouse buf before passing it to realloc (gcc 12 -Wuse-after-free)
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
use buf before passing it to realloc (gcc 12 -Wuse-after-free)

Gbp-Pq: Topic warnings
Gbp-Pq: Name use-after-free.patch

3 years agofix omitted parentheses warning (-Wparentheses)
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix omitted parentheses warning (-Wparentheses)

Gbp-Pq: Topic warnings
Gbp-Pq: Name parentheses.patch

3 years agooutput instruction to mark the stack as non-executable
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
output instruction to mark the stack as non-executable

Gbp-Pq: Topic warnings
Gbp-Pq: Name execstack.patch

3 years agofix incomplete memory wrap around logic (gcc 12 -Waddress)
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix incomplete memory wrap around logic (gcc 12 -Waddress)

Gbp-Pq: Topic warnings
Gbp-Pq: Name address.patch

3 years agoignore warnings from bison
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
ignore warnings from bison

Gbp-Pq: Topic warnings
Gbp-Pq: Name bison.patch

3 years agowarnings to ignore when building embedded libs
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
warnings to ignore when building embedded libs

Gbp-Pq: Topic warnings
Gbp-Pq: Name libs.patch

3 years agofix tautological enum compare warnings when built with clang 9
Gianfranco Costamagna [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix tautological enum compare warnings when built with clang 9

Forwarded: pending
Last-Update: 2019-12-31

Gbp-Pq: Topic arm64
Gbp-Pq: Name tautological-compare.patch

3 years agoretrieve the correct union member
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
retrieve the correct union member

Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch

3 years agoclang is no longer required for the arm64 build
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
clang is no longer required for the arm64 build

Gbp-Pq: Topic arm64
Gbp-Pq: Name gcc.patch

3 years agoexplicitly set fpu mode on armhf
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
explicitly set fpu mode on armhf

Gbp-Pq: Topic armhf
Gbp-Pq: Name floating-point.patch

3 years agowinedbg format strings use the wrong type on armhf
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
winedbg format strings use the wrong type on armhf

Gbp-Pq: Topic armhf
Gbp-Pq: Name format-strings.patch

3 years agoavoid shifting into the signed bit of integers
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
avoid shifting into the signed bit of integers

Gbp-Pq: Topic armhf
Gbp-Pq: Name shift-overflow.patch

3 years agosafer selection of the temporary directory for wineserver
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
safer selection of the temporary directory for wineserver

bug-debian: https://bugs.debian.org/903622
bug-debian: https://bugs.debian.org/904041
bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=39013

Gbp-Pq: Topic fixes
Gbp-Pq: Name temporary-directory.patch

3 years agoset default printer resolution to 600dpi
Ralf E-Mail [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
set default printer resolution to 600dpi

bug-debian: https://bugs.debian.org/687168

Gbp-Pq: Topic fixes
Gbp-Pq: Name printer-resolution.patch

3 years agobuild with fpic on all architectures
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
build with fpic on all architectures

Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch

3 years agogenerate automatically generated request code
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
generate automatically generated request code

Gbp-Pq: Topic generate
Gbp-Pq: Name request.patch

3 years agouse system unicode
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
use system unicode

Gbp-Pq: Topic generate
Gbp-Pq: Name unicode.patch

3 years agovulkan2
Debian Wine Party [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
vulkan2

X-Git-Url: https://source.winehq.org/git/wine.git/blobdiff_plain/d5b31ea663c3dcbc75df8c0827fb21b56b41b635..3d824d11dbde45299963a758b97d1e417dca36e0:/dlls/winevulkan/make_vulkan

Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan2.patch

3 years agoregenerate vulkan files
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
regenerate vulkan files

Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan.patch

3 years agorebuild automatically generated opengl files
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
rebuild automatically generated opengl files

Gbp-Pq: Topic generate
Gbp-Pq: Name opengl.patch

3 years agoregenerate all icon files
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
regenerate all icon files

Gbp-Pq: Topic generate
Gbp-Pq: Name icons.patch

3 years agodo not interfere with user file type associations
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
do not interfere with user file type associations

bug: https://bugs.winehq.org/show_bug.cgi?id=28159
bug-debian: https://bugs.debian.org/845334

Gbp-Pq: Topic disable
Gbp-Pq: Name file-associations.patch

3 years agodisable upstream's font installation rules
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
disable upstream's font installation rules

Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch

3 years agoavoid modifications to po files that are under version control
Debian Wine Party [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
avoid modifications to po files that are under version control

Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch

3 years agodisable gecko/mono installer download
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
disable gecko/mono installer download

Gbp-Pq: Topic disable
Gbp-Pq: Name addons-download.patch

3 years agodisable upstream tests that need data to be generated
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
disable upstream tests that need data to be generated

Gbp-Pq: Topic disable
Gbp-Pq: Name generated-data.patch

3 years agodisable manual line wrapping in makefiles
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
disable manual line wrapping in makefiles

Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch

3 years agodisable obsolete wine_fold_string api
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
disable obsolete wine_fold_string api

Gbp-Pq: Topic disable
Gbp-Pq: Name fold.patch

3 years agobuild using system zlib
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
build using system zlib

forwarded: not-needed

Gbp-Pq: Topic system
Gbp-Pq: Name zlib.patch

3 years agofix wineserver manpages for Debian's default persistence value
Jens Reyer [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
fix wineserver manpages for Debian's default persistence value

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name wineserver-persistence.patch

3 years agodo not generate duplicate winapploader tools
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
do not generate duplicate winapploader tools

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name duplicate-apploaders.patch

3 years agocall wineDEBSUFFIX instead of wine from desktop launchers
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
call wineDEBSUFFIX instead of wine from desktop launchers

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name desktop-launchers.patch

3 years agoupdate long winebuild manpage line to fit into 80 characters
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
update long winebuild manpage line to fit into 80 characters

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-winebuild.patch

3 years agoremove incorrect backslashes from the msiexec manpage
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
remove incorrect backslashes from the msiexec manpage

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-msiexec.patch

3 years agoappend debian package revision to the end of the version string
Debian Wine Party [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
append debian package revision to the end of the version string

origin: https://github.com/wine-compholio/wine-staging/blob/master/patches/Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch
forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name version-string.patch

3 years agodon't append wine to the default path settings
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
don't append wine to the default path settings

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name install-paths.patch

3 years agouse host CFLAGS as the CFLAGS for mingw
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
use host CFLAGS as the CFLAGS for mingw

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name mingw-cflags.patch

3 years agoadjust search paths for addon installers
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
adjust search paths for addon installers

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name addon-paths.patch

3 years agowine (7.0~repack-10) unstable; urgency=medium
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
wine (7.0~repack-10) unstable; urgency=medium

  [ Phil Morrell ]
  * Depend on libxml-libxml-perl.
  * Add README.source to explain the layout.

  [ Michael Gilbert ]
  * Ignore debian-news-entry-has-unknown-version lintian warning.
    - The NEWS file is correct for the different wine packages.

[dgit import unpatched wine 7.0~repack-10]

3 years agoImport wine_7.0~repack-10.debian.tar.xz
Michael Gilbert [Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)]
Import wine_7.0~repack-10.debian.tar.xz

[dgit import tarball wine 7.0~repack-10 wine_7.0~repack-10.debian.tar.xz]

3 years agoMerge wine (7.0~repack-8) import into refs/heads/workingbranch
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
Merge wine (7.0~repack-8) import into refs/heads/workingbranch

3 years agofix uninitialized variable compiler warnings
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix uninitialized variable compiler warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch

3 years agofix misleading-indentation warnings
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix misleading-indentation warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch

3 years agofix mismatched types (-Wincompatible-pointer-types)
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix mismatched types (-Wincompatible-pointer-types)

Gbp-Pq: Topic warnings
Gbp-Pq: Name incompatible-types.patch

3 years agofix incorrect array size
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix incorrect array size

Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch

3 years agofix string format warnings, output buffers were not large enough
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix string format warnings, output buffers were not large enough

Gbp-Pq: Topic warnings
Gbp-Pq: Name format-overflow.patch

3 years agouse buf before passing it to realloc (gcc 12 -Wuse-after-free)
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
use buf before passing it to realloc (gcc 12 -Wuse-after-free)

Gbp-Pq: Topic warnings
Gbp-Pq: Name use-after-free.patch

3 years agofix omitted parentheses warning (-Wparentheses)
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix omitted parentheses warning (-Wparentheses)

Gbp-Pq: Topic warnings
Gbp-Pq: Name parentheses.patch

3 years agooutput instruction to mark the stack as non-executable
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
output instruction to mark the stack as non-executable

Gbp-Pq: Topic warnings
Gbp-Pq: Name execstack.patch

3 years agofix incomplete memory wrap around logic (gcc 12 -Waddress)
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix incomplete memory wrap around logic (gcc 12 -Waddress)

Gbp-Pq: Topic warnings
Gbp-Pq: Name address.patch

3 years agoignore warnings from bison
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
ignore warnings from bison

Gbp-Pq: Topic warnings
Gbp-Pq: Name bison.patch

3 years agowarnings to ignore when building embedded libs
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
warnings to ignore when building embedded libs

Gbp-Pq: Topic warnings
Gbp-Pq: Name libs.patch

3 years agofix tautological enum compare warnings when built with clang 9
Gianfranco Costamagna [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix tautological enum compare warnings when built with clang 9

Forwarded: pending
Last-Update: 2019-12-31

Gbp-Pq: Topic arm64
Gbp-Pq: Name tautological-compare.patch

3 years agoretrieve the correct union member
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
retrieve the correct union member

Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch

3 years agoclang is no longer required for the arm64 build
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
clang is no longer required for the arm64 build

Gbp-Pq: Topic arm64
Gbp-Pq: Name gcc.patch

3 years agoexplicitly set fpu mode on armhf
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
explicitly set fpu mode on armhf

Gbp-Pq: Topic armhf
Gbp-Pq: Name floating-point.patch

3 years agowinedbg format strings use the wrong type on armhf
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
winedbg format strings use the wrong type on armhf

Gbp-Pq: Topic armhf
Gbp-Pq: Name format-strings.patch

3 years agoavoid shifting into the signed bit of integers
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
avoid shifting into the signed bit of integers

Gbp-Pq: Topic armhf
Gbp-Pq: Name shift-overflow.patch

3 years agosafer selection of the temporary directory for wineserver
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
safer selection of the temporary directory for wineserver

bug-debian: https://bugs.debian.org/903622
bug-debian: https://bugs.debian.org/904041
bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=39013

Gbp-Pq: Topic fixes
Gbp-Pq: Name temporary-directory.patch

3 years agoset default printer resolution to 600dpi
Ralf E-Mail [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
set default printer resolution to 600dpi

bug-debian: https://bugs.debian.org/687168

Gbp-Pq: Topic fixes
Gbp-Pq: Name printer-resolution.patch

3 years agobuild with fpic on all architectures
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
build with fpic on all architectures

Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch

3 years agogenerate automatically generated request code
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
generate automatically generated request code

Gbp-Pq: Topic generate
Gbp-Pq: Name request.patch

3 years agouse system unicode
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
use system unicode

Gbp-Pq: Topic generate
Gbp-Pq: Name unicode.patch

3 years agovulkan2
Debian Wine Party [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
vulkan2

X-Git-Url: https://source.winehq.org/git/wine.git/blobdiff_plain/d5b31ea663c3dcbc75df8c0827fb21b56b41b635..3d824d11dbde45299963a758b97d1e417dca36e0:/dlls/winevulkan/make_vulkan

Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan2.patch

3 years agoregenerate vulkan files
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
regenerate vulkan files

Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan.patch

3 years agorebuild automatically generated opengl files
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
rebuild automatically generated opengl files

Gbp-Pq: Topic generate
Gbp-Pq: Name opengl.patch

3 years agoregenerate all icon files
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
regenerate all icon files

Gbp-Pq: Topic generate
Gbp-Pq: Name icons.patch

3 years agodo not interfere with user file type associations
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
do not interfere with user file type associations

bug: https://bugs.winehq.org/show_bug.cgi?id=28159
bug-debian: https://bugs.debian.org/845334

Gbp-Pq: Topic disable
Gbp-Pq: Name file-associations.patch

3 years agodisable upstream's font installation rules
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
disable upstream's font installation rules

Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch

3 years agoavoid modifications to po files that are under version control
Debian Wine Party [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
avoid modifications to po files that are under version control

Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch

3 years agodisable gecko/mono installer download
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
disable gecko/mono installer download

Gbp-Pq: Topic disable
Gbp-Pq: Name addons-download.patch

3 years agodisable upstream tests that need data to be generated
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
disable upstream tests that need data to be generated

Gbp-Pq: Topic disable
Gbp-Pq: Name generated-data.patch

3 years agodisable manual line wrapping in makefiles
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
disable manual line wrapping in makefiles

Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch

3 years agodisable obsolete wine_fold_string api
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
disable obsolete wine_fold_string api

Gbp-Pq: Topic disable
Gbp-Pq: Name fold.patch

3 years agobuild using system zlib
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
build using system zlib

forwarded: not-needed

Gbp-Pq: Topic system
Gbp-Pq: Name zlib.patch

3 years agofix wineserver manpages for Debian's default persistence value
Jens Reyer [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
fix wineserver manpages for Debian's default persistence value

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name wineserver-persistence.patch

3 years agodo not generate duplicate winapploader tools
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
do not generate duplicate winapploader tools

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name duplicate-apploaders.patch

3 years agocall wineDEBSUFFIX instead of wine from desktop launchers
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
call wineDEBSUFFIX instead of wine from desktop launchers

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name desktop-launchers.patch

3 years agoupdate long winebuild manpage line to fit into 80 characters
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
update long winebuild manpage line to fit into 80 characters

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-winebuild.patch

3 years agoremove incorrect backslashes from the msiexec manpage
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
remove incorrect backslashes from the msiexec manpage

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-msiexec.patch

3 years agoappend debian package revision to the end of the version string
Debian Wine Party [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
append debian package revision to the end of the version string

origin: https://github.com/wine-compholio/wine-staging/blob/master/patches/Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch
forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name version-string.patch

3 years agodon't append wine to the default path settings
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
don't append wine to the default path settings

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name install-paths.patch

3 years agouse host CFLAGS as the CFLAGS for mingw
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
use host CFLAGS as the CFLAGS for mingw

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name mingw-cflags.patch

3 years agoadjust search paths for addon installers
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
adjust search paths for addon installers

forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name addon-paths.patch

3 years agowine (7.0~repack-8) unstable; urgency=medium
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
wine (7.0~repack-8) unstable; urgency=medium

  * Fix lintian warning.
  * Restore netapi32.dll (closes: #1019943).
  * Support building with unicode-data 15 (closes: #1020013).

[dgit import unpatched wine 7.0~repack-8]

3 years agoImport wine_7.0~repack-8.debian.tar.xz
Michael Gilbert [Sat, 24 Sep 2022 17:29:03 +0000 (18:29 +0100)]
Import wine_7.0~repack-8.debian.tar.xz

[dgit import tarball wine 7.0~repack-8 wine_7.0~repack-8.debian.tar.xz]

3 years agoMerge wine (7.0~repack-7) import into refs/heads/workingbranch
Michael Gilbert [Tue, 13 Sep 2022 00:46:21 +0000 (01:46 +0100)]
Merge wine (7.0~repack-7) import into refs/heads/workingbranch

3 years agofix uninitialized variable compiler warnings
Michael Gilbert [Tue, 13 Sep 2022 00:46:21 +0000 (01:46 +0100)]
fix uninitialized variable compiler warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch

3 years agofix misleading-indentation warnings
Michael Gilbert [Tue, 13 Sep 2022 00:46:21 +0000 (01:46 +0100)]
fix misleading-indentation warnings

Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch

3 years agofix mismatched types (-Wincompatible-pointer-types)
Michael Gilbert [Tue, 13 Sep 2022 00:46:21 +0000 (01:46 +0100)]
fix mismatched types (-Wincompatible-pointer-types)

Gbp-Pq: Topic warnings
Gbp-Pq: Name incompatible-types.patch

3 years agofix incorrect array size
Michael Gilbert [Tue, 13 Sep 2022 00:46:21 +0000 (01:46 +0100)]
fix incorrect array size

Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch