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 3da20d9d84749e1dfb0908b5bd2035784bffc074
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 01:09:08 2026 +0200
Buildsystem::golang: Wrap XS-Go-Import-Path examples in POD and code comments
Apply the same formatting as in other parts of debian/control.
commit 64151c6ff5258a1d29374dcab9d383647105f073
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 01:03:54 2026 +0200
Make XS-Go-Import-Path parsing more robust and remove leading whitespace
Because the values for this field are delimited by commas, we can remove
all consecutive whitespace so that we do not end up emitting values with
leading spaces.
Although those leading spaces might not be problematic when being
processed as part of some shell or make constructs, they can be
problematic if taken literally. So better be strict in what we emit.
commit 586a170d23452a320bd74e55c617dc20345a124c
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 00:38:24 2026 +0200
example: 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.
commit a43c38b638bff5b0ae28a4052647f47477b5ab02
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 00:35:53 2026 +0200
example: Update Standards-Version to 4.7.4
commit 710e40fe3969287c4e88a617a9367c1d3c53e1e2
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 00:38:06 2026 +0200
example: Remove «Priority: optional», which is now the default
commit 598ae6b8d50448ec8fc621d55eaefe7c09e91b34
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 00:35:05 2026 +0200
example: Remove «Rules-Requires-Root: no», which is now the default
commit 02c436eaeb36dd36d82696b17f034bd2f1ad591a
Author: Guillem Jover <gjover@sipwise.com>
Date: Sat Jun 6 00:05:40 2026 +0200
dh_golang_autopkgtest: Make get_import_path() simpler and more robust
Use «read -r -a» to initialize the array from the commands output, and
perform the X-Go-Import-Path value transformation from within Perl, which
is simpler.
This way we also stop changing the pkgs variable type midway.
Warned-by: shellcheck
commit 4b06b74ebc725bbe50e330fa607cbed0ad4a9644
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri Jun 5 23:28:41 2026 +0200
dh_golang_autopkgtest: Double quote variable to avoid globbing or word splitting
Warned-by: shellcheck
commit fd6cf2fe98cf052de531d58751a9fcfffce59108
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri Jun 5 23:24:49 2026 +0200
dh_golang_autopkgtest: Use $* instead of $@ in string expansion
Warned-by: shellcheck
commit e763560694cb742ace5364b4382e93f41ad25425
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri Jun 5 23:32:48 2026 +0200
dh_golang_autopkgtest: Use «[ p ] || [ q ]» instead of «[ p -o q ]»
Warned-by: shellcheck
commit 7d9dbfea9ff2723ad1c97bbbc86727a1611e3f8b
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri Jun 5 23:03:45 2026 +0200
dh_golang: Use List::Util::uniq instead of an ad-hoc reimplementation
Now that we can rely on a new enough List::Util module version, provided
by Perl core, we can use that instead of having to reimplement the uniq
function.
commit 76afd58bfd1fae73c980f6441cf8f56cf47f945b
Author: Guillem Jover <gjover@sipwise.com>
Date: Fri Jun 5 22:54:56 2026 +0200
Remove comments about perl modules core presence
These comments are no longer relevant, as we depend on at least Perl 5.36.
Missed in commit 0e77dcc1436f88e8240cd413e5b6cf0a740bbdce.
commit 2d830a2ef1375c8c4cdb8d28900556775c77e18d
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Jun 4 22:39:01 2026 +0200
Buildsystem::golang: Clarify safety of --buildsystem=golang removal
We depend on the dh build system detection order, where other build
systems have a higher priority. Unconditionally removing this option
can cause unintended build failures.
Depending on the upstream or the project objectives it could also be
potentially error prone, in case the project grows additional build
systems with a higher priority with future upstream releases.
commit 503e22a3f38878313b8b462943bbe36c4b6a7ab5
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Jun 4 20:48:08 2026 +0200
Document installation of go.mod and go.sum from subdirectories