Hi,
As I see https://tracker.debian.org/pkg/debmake states:
---
Marked for autoremoval on 23 February due to fpc: #967348 highVersion 5.0.2 of debmake is marked for autoremoval from testing on Mon 23 Feb 2026. It depends (transitively) on fpc, affected by #967348. You should try to prevent the removal by fixing these RC bugs.
---
I know GTK2 and FPC are going to be removed. (That's #967348)
This doesn't make sense to me. Do I need to do something or ask someone else for false positive.
FYI: debmake is non-GUI Python code. (Nothing to do with GTK nor Pascal.)
---
Build-Depends:
debhelper-compat (= 13),
dh-sequence-single-binary,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
Standards-Version: 4.7.3
...
Package: debmake
Architecture: all
Multi-Arch: foreign
Depends:
dpkg-dev,
devscripts,
licensecheck,
licenserecon,
python3-debian,
rsync,
${misc:Depends},
${python3:Depends},
Recommends:
build-essential,
strace,
wget | curl,
---