Among the 2 debian patches available in version 1.2.3-1 of the package, we noticed the following issues:
commit 469b849894bb6ea939ec810cd1d705669ea0bb01
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sat Jul 25 20:47:37 2026 +0200
drop Depends: added automaticaly in DH level 14
commit de3a2c24a8a696b4bd51865c9aeebc8630d83f68
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sat Jul 25 20:46:41 2026 +0200
drop build-dep on python3-setuptools, this uses flit
commit 927520aa0eb29cd7507ed8550c42701651ef41ed
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Sat Jul 25 13:54:28 2026 +0000
d/control: debhelper-compat (= 14)
commit 42dad9b89e5ac532f1ab630ad978a0a4198e132a
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Sat Jul 25 13:52:56 2026 +0000
d/control: bump Standards-Version: 4.7.4, no changes
commit 2c091477429ccb8367174429577986a875af1fea
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Fri Jul 24 07:14:17 2026 +0000
d/changelog: update
commit 3daaa6a59b47a608da21956dacda385d2b8c0c7b
Merge: 075ef58 3336903
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Fri Jul 24 08:03:53 2026 +0200
Merge branch 'fix-multiprocessing-and-pacing' into 'debian/latest'
Fix multiprocessing and pacing
See merge request python-team/packages/pqconnect!16
commit 33369030339bcf5a4531788b50136f6190c112cc
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Thu Jul 23 22:32:17 2026 +0200
d/p/0005-limit-rto-backoff-per-event.patch: fix RTO backoff deadline patch
commit c3c382d7ac7823424e10c41dcd339daf8c8aaa39
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Fri Jul 17 11:31:02 2026 +0000
d/p/0005-limit-rto-backoff-per-event.patch add
commit 095c01344c873d49580145c09ca0896e7fa3fd54
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Fri Jul 17 11:30:04 2026 +0000
d/p/0004-fix-bbr-full-pipe-check.patch add
commit 09707e50885b35f807911d500a75fbbc7dc6521b
Author: Jan Mojžíš <jan.mojzis@gmail.com>
Date: Fri Jul 17 11:28:58 2026 +0000
d/p/0003-use-fork-multiprocessing-context.patch add
commit 075ef582d14d60978cfaa944991c74e4a6dbc654
Merge: 5cf7061 82dfe85
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Tue Jul 21 19:05:36 2026 +0200
Merge branch 'sysusers' into 'debian/latest'
Install and use sysusers.d config files
See merge request python-team/packages/pqconnect!17
commit 82dfe85c9cbddd06458a7f9048d8af019aacdaee
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Jul 17 19:51:11 2026 +0100
Install and use sysusers.d config files
sysusers.d config files allow a package to use declarative
configuration instead of manually written maintainer scripts. This also
allows image-based systems to be created with /usr/ only, and also
allows for factory resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
Note that this does not require a hard dependency on systemd,
debhelper generates depetencies correctly so that they work out
of the box on non-systemd and non-linux Debian builds seamlessly.