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 ba5d323c14934b9c18d616763ac4233b484a006c
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri May 15 20:45:24 2026 +0200
Add myself to Uploaders
commit 3b586e80f64250214b66b1dcb883fb3a45d1cd40
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri May 15 20:44:20 2026 +0200
Add spaces around make assignment operators to distinguish from shell ones
The make variables have nothing to do with the shell ones (even though
they can be exported and made visible into the subshells), because they
only allow one assignment per line. Use spaces to make this more
obvious, otherwise a variable can end up assigned another variable and
its intended values, such as in:
var-a=var-a-val var-b=var-b-val
commit e9584bdae188e97f3334d0725b4d819af65440b6
Author: Guillem Jover <gjover@sipwise.com>
Date: Wed May 13 19:33:27 2026 +0200
Run wrap-and-sort -ast
This is the only format that guarantees minimal diff deltas on
modifications, as it avoids modifying unrelated lines even when
shuffling content around fields or renaming fields.
It also matches the new field placement by the dh-make-golang template.