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 640944012247e5084e1aeebefd2161af317a4bf9
Author: Antonio Terceiro <terceiro@debian.org>
Date: Mon Apr 13 16:01:06 2026 -0300
.shellcheckrc: check source files relative to script
Gbp-Dch: ignore
commit b16f456a8b900a453641528002c406cade81698c
Author: Antonio Terceiro <terceiro@debian.org>
Date: Mon Apr 13 12:10:30 2026 -0300
incus-lxc: create-testbed: fix location of sourced scripts
It needs to be relative to the script itself.
Gbp-Dch: ignore
commit 6820e2206bad090e8b6a84b9967b4ce74c6ba2de
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Apr 10 16:18:02 2026 -0300
rubocop: don't complain about space-aligning source
commit af21f10c7b4f370f0de370e9d15873217e425a3a
Merge: e769b41 9c5df50
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 9 09:19:45 2026 -0300
Merge branch 'activerecord-7-only' into 'master'
Debci::DB: drop compatibility with ActiveRecord < 7
See merge request ci-team/debci!318
commit 9c5df50587956eff9797e8aaa1d7eb726c7e2e65
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Oct 5 16:28:16 2025 -0300
Debci::DB: drop compatibility with ActiveRecord < 7
Debian stable has 7.2 these days, so there is no point in supporting
anything below that.
While at it, this also simplifies the code and removes indirection
layers, such as the LEGACY_MIGRATION alias. Let's just use ActiveRecord
the way it was meant to be used.
commit e769b414e91cba213061ccde6bd64732d4771fa0
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 9 08:58:57 2026 -0300
tools/backup.sh: avoid bogus codespell error
Gbp-Dch: ignore
commit 9cbe726fcea1d7f65cc56595b11501ffb47d3ee3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 9 08:30:21 2026 -0300
Add simple backup/restore script for development data
Gbp-Dch: ignore
commit f7dd04dd6c71565f51a8689fe0ab87fd58d4e937
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 9 08:10:28 2026 -0300
debci-publisher: publish existing results on startup
If for any reason the publisher is stopped while the worker is still
creating results, the results that where there before are not published
until new resutls come in. By moving the inotifywait call to the end of
each iteration, we ensure that any results that where there before the
loop started get processed right away.