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 9480d3988d622d4a97cad5ecc10c6e13b130295d
Merge: 944b0ed e21c734
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 21:55:48 2026 -0300
Merge branch 'more-coverage' into 'master'
Push code coverage a little bit
See merge request ci-team/debci!322
commit e21c734b0cc143e2f8a7820dfa525f02ce48f1b9
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 21:34:02 2026 -0300
frontend_spec: add missing tests for non covered code
Gbp-Dch: ignore
commit a3f21e348960dc0c04354cdaf957f392e6d047de
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 21:28:20 2026 -0300
Debci::App: delete dead line
That line will never run because redirect() also already calls halt.
Gbp-Dch: ignore
commit 944b0ed0073d8b4b857961d3f3bc32afe58a2cf5
Merge: 127af9e aa8cb26
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 21:23:16 2026 -0300
Merge branch 'static-tag-js' into 'master'
Add more content-based links
See merge request ci-team/debci!320
commit 127af9eb906881a531ec645ce5628c1d1f11c8d0
Merge: 13355b6 8b46e07
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 20:53:06 2026 -0300
Merge branch 'static-tag' into 'master'
web: generate content-based link to stylesheets
See merge request ci-team/debci!319
commit aa8cb2667533d6e9234a5dc04ac683b62eb2bcde
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 20:43:36 2026 -0300
web: extract stylesheet tags into a helper method
commit e0ecbe24000044b48e3f49551d0679684ac49079
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 20:40:58 2026 -0300
web: use content-based URLs to Javascript files
commit 70b8f19c87207db1974a72bda68eda91460069b0
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Apr 29 20:36:33 2026 -0300
web: drop custom root
This is not used anymore since Debci::HTML stopped generating HTML.
commit 8b46e07398ac351ddbbe57a91f34f58f9d6110f3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Mon Apr 27 19:50:55 2026 -0300
web: generate content-based link to stylesheets
This ensures that when those files change, the link also changes. This
has minimal to no performence hit.
commit 13355b6e8744fcf20039a1a814bdfccf9fee41c8
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Apr 28 21:40:48 2026 -0300
spec_helper: fix Ruby style
commit b6ecece69a47100bcda2884921356f26247bae76
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Apr 28 18:41:03 2026 -0300
spec_helper: build before running the tests
The site layout now requires static assets to be in place in order to
calculate their hashes.
Gbp-Dch: ignore
commit a31c65cff9a65764a998564e6d3a53041f3d9ab4
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Apr 28 17:05:22 2026 -0300
Debci::Log: move file handling inside File.open block
This was flagged by rubocop 1.86 and should avoid leaking a file
descriptor if there is a crash while processing the log file.
Gbp-Dch: ignore
commit 07b120e4e7874824e6f59c170fb58830efe545b7
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Apr 28 17:04:07 2026 -0300
Debci::Job: drop usage of each_with_object
Gbp-Dch: ignore
commit acaf9d59cbfa5eb888111b4e0079a0625da25056
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Apr 28 17:03:15 2026 -0300
rubocop: allow multiple classes per file
Gbp-Dch: ignore
commit 492006f69e544f55dff74e920e681cf2c1215300
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Apr 17 08:22:09 2026 -0300
Replace ntp with systemd-timesync in Recommends
ntp is no longer part of Debian
Closes: #1134134
commit 3331ea6760f7b4a64dfb2c20613bfeb78f8df5bc
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 16 19:52:22 2026 -0300
web: fix pagination markup for Bootstrap 5
commit ed379cea2ae8aa6877f61b65a4dd0173d39ca7ee
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 16 17:28:02 2026 -0300
style: make links alone in table cells clickable in the entire cell
commit 8dc0d784c608b38205abb5ced976e39ac6438818
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Apr 16 17:26:08 2026 -0300
style: add shared table utilities section
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.