Control: reopen -1
On Fri, 29 Aug 2025 at 03:33:45 +0000, Debian FTP Masters forwarded:
dkopp (8.2.1-1) unstable; urgency=medium
...
* New upstream version 8.2.1, Closes: #1112201,
The new upstream release still has a Build-Depends on
libclutter-gtk-1.0-dev, which means the issue is still present: we can't
remove clutter from the archive unless we also remove dkopp.
It doesn't seem to *use* clutter or cogl:
$ git grep -i clutter
debian/changelog: * Added libclutter-gtk-1.0-dev as a build dependency.
debian/control: libclutter-gtk-1.0-dev,
$ git grep -i cogl
Makefile: -I/usr/include/cogl/ \
Instead it seems to be a GTK 3 application (libgtk-3-dev, gtk+-3.0
pkg-config module).
Maybe the Build-Depends on libclutter-gtk-1.0-dev is no longer
necessary? If so, removing it would be an easy fix for this.
smcv