Debian Patches

Status for qtcreator/20.0.0~beta1+ds-2

Patch Description Author Forwarded Bugs Origin Last update
upstream_CmdBridge-Change-packetSize-maxPacketSize-to-signed.patch CmdBridge: Change packetSize/maxPacketSize to signed
Commit fb04990c381f8dc0fb4271ac3a5f5e392a336eae changed "packetSize"
to unsigned, adding "maxPacketSize" as unsigned too. Since the other
data types used are signed (e.g. QByteArray::size()), change the two
packet size variables to be signed so that

auto availablePacketData = qMin(packetDataRemaining, dataAvailable);

has both signed parameters.
Pino Toscano <toscano.pino@tiscali.it> no 2026-05-09
upstream_Debugger-Build-libptracepreload.so-only-on-Linux.patch Debugger: Build libptracepreload.so only on Linux
It is needed (and documented) only on Linux and it uses Linux-only APIs,
so do not try to build it on other Unix OSes.
Pino Toscano <toscano.pino@tiscali.it> no 2026-05-09
debian_paths.diff Adjust the installation paths to the standard Debian locations. Pino Toscano <pino@debian.org> not-needed 2021-08-15
debian_repack.diff Drop references to removed bits after repacking. Pino Toscano <pino@debian.org> not-needed vendor 2026-05-08
int128.diff Guard __int128_t usage using QT_COMPILER_SUPPORTS_INT128 __int128_t is available only on certain architectures (likely 64bit ones);
guard its usage using the Qt define QT_COMPILER_SUPPORTS_INT128.
.
Cannot be upstreamed as QT_COMPILER_SUPPORTS_INT128 was introduced in Qt 6.7,
and qtcreator requires Qt 6.5.
Pino Toscano <pino@debian.org> not-needed 2026-01-31

All known versions for source package 'qtcreator'

Links