summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lisandro Damián Nicanor Pérez Meyer [Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)]
force the usage of the shared libzstd library.
Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed
The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.
Gbp-Pq: Name force_shared_libzstd.patch
Debian Qt/KDE Maintainers [Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)]
cross
Gbp-Pq: Name cross.patch
Vagrant Cascadian [Fri, 25 Feb 2022 03:00:05 +0000 (03:00 +0000)]
[PATCH] cmake/QtBuildInternalsExtra.cmake.in: Patch out embedded build path.
The original build path should not be needed in the shipped package,
and causes reproducibility issues when built in different paths.
https://reproducible-builds.org/docs/build-path/
Gbp-Pq: Name build_path_embedded_qtbuildinternalsextra_cmake.patch
Lisandro Damián Nicanor Pérez Meyer [Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)]
remove non-used privacy-breach code
Forwarded: not-needed
Last-Update: 2015-02-18
This code makes Lintian unhappy. But we are really not using it, it only
gets inserted when building the online doc.
Anyways the best way to calm down Lintian is to simply remove it.
Gbp-Pq: Name remove_privacy_breaches.diff
Pino Toscano [Thu, 6 Oct 2022 21:17:57 +0000 (23:17 +0200)]
[PATCH] Add M68k detection
- detect the M68k architecture (Motorola 68000) and define
Q_PROCESSOR_M68K
- set the right machine type in QElfParser for M68k ELF files
Change-Id: Ie5694abbe1ae2bfeb5692defba0ca6062c1d60ac
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_Add-M68k-detection.patch
Pino Toscano [Thu, 6 Oct 2022 21:15:30 +0000 (23:15 +0200)]
[PATCH] Add HPPA detection
- detect the HPPA architecture (PA-RISC) and define Q_PROCESSOR_HPPA
- set the right machine type in QElfParser for HPPA ELF files
Change-Id: I5214ce64ef1fdd0ecca3d6c1694c5db9b2852a22
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_Add-HPPA-detection.patch
Lisandro Damián Nicanor Pérez Meyer [Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)]
qt6-base (6.4.2+dfsg-3) unstable; urgency=medium
* Team upload.
* Remove symbols related to libzstd. They where there because of the static
library.
[dgit import unpatched qt6-base 6.4.2+dfsg-3]
Lisandro Damián Nicanor Pérez Meyer [Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)]
Import qt6-base_6.4.2+dfsg-3.debian.tar.xz
[dgit import tarball qt6-base 6.4.2+dfsg-3 qt6-base_6.4.2+dfsg-3.debian.tar.xz]
Patrick Franz [Tue, 31 Jan 2023 18:16:32 +0000 (18:16 +0000)]
Import qt6-base_6.4.2+dfsg.orig.tar.xz
[dgit import orig qt6-base_6.4.2+dfsg.orig.tar.xz]