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 5866281fc4ff8681633da68199f48eb4846753b3
Author: Guillem Jover <gjover@sipwise.com>
Date: Tue May 26 23:42:21 2026 +0200
Namespace debhelper fragment files with binary package name
Starting with debhelper compat level 15 fragment files that are not
namespaced will generate an error for source packages that create more
than one binary package. Be future proof, and namespace them always
so that if there is ever a need to add another binary package it will
not generate an error.
commit 95b5d34840d05c3878723e248c9ba518669a2c13
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu May 21 18:53:34 2026 +0200
Switch debian/gitlab-ci.yml to debian/salsa-ci.yml
commit 93dea56a0251a4db4c5ca9628b3d915cc48a4913
Author: Guillem Jover <gjover@sipwise.com>
Date: Tue May 19 00:11:09 2026 +0200
Revert "Remove --buildsystem=golang implicit since dh 13.4"
This reverts commit 9819c8788c84de7f17446bebf2458836ef0d6968.
The source tree contains a Makefile, which has precedence over the
golang sequence, and wins the detection. While the build does not
fail currently, it's probably unwise to rely on it, when we really
want to use the golang sequence.