vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit da4cf5f386dfe414b421ad0f3283514e8c230b37
Author: Alessandro Astone <alessandro.astone@canonical.com>
Date: Wed Feb 18 13:22:34 2026 +0100
d/control: libgpgmepp-dev depends on libgpgme-dev
The pkg-config file gpgmepp.pc specifies `Requires.private: gpgme`, so gpgme.pc
must be available whenever gpgmepc.pc is. Even though it is specified as
"private", pkgconf still searches those names when querying --cflags.