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 bf5e67b7c2044a37e9babd78ff95bb7682ef5ab4
Merge: b1fe748 e081448
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Thu Apr 30 17:41:31 2026 +0200
Merge pull request #375 from grml/zeha/forky
Add forky as a selectable release and to CI
commit e081448ac3615f38a0f1d6974eace115c7f2d76e
Author: Chris Hofstaedtler <ch@grml.org>
Date: Wed Apr 29 11:32:00 2026 +0200
Add forky as a selectable release
Also add as target release to CI.
commit b1fe748d6b3b2da0158efdc71d441a6e9d67c374
Merge: 6402d14 6868c98
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Thu Apr 30 16:24:59 2026 +0200
Merge pull request #376 from grml/zeha/ci
commit 6868c986e262e1a53babec5a48505271057dfb19
Author: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Date: Thu Apr 30 12:09:58 2026 +0200
ci: drop package-build concurrency block
The concurrency.group + cancel-in-progress combination was sporadically
cancelling package-build runs in the first ~2 seconds, before any job
started, even with no second event firing. The build itself is short
(~40s) and idempotent, so superseding an in-progress run buys nothing
worth a cancelled status on the commit.
Match pr-review.yml, which has no concurrency block and is never
spuriously cancelled. test-build keeps its concurrency block because it
runs long enough that supersession on new commits actually matters.
commit 9503e543cc44931cdb6169bd3cc499b059596ecc
Author: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Date: Thu Apr 30 10:40:54 2026 +0200
ci: restrict test-build push trigger to master
Pushes to PR-ed branches were triggering test-build twice: once via the
push event and once via the matching pull_request event. The duplicate
matrix run wasted ~20-35 minutes per push, and the concurrency
cancel-in-progress occasionally cancelled one of the two, surfacing the
PR as a red cross on the commit.
Restrict push to master only; PR development still gets one full run via
the pull_request trigger, master keeps push-tested post-merge, and the
weekly schedule is unchanged.
commit 7d5be68108f2b0ff67ae575b40512794a12f0720
Author: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Date: Wed Apr 29 18:11:40 2026 +0200
tests: avoid crashing QEMU on ubuntu-24.04-arm
Triggered by the Linux kernel in forky. Older target releases do not
expose this.
commit c6b22ad9499402610ea6aa9c30747a996b114298
Author: Chris Hofstaedtler <ch@grml.org>
Date: Wed Apr 29 17:44:46 2026 +0200
tests: print qemu.log if qemu went AWOL on test end
commit ee6d2054448bd5e202264db51515fd3383aa3c2e
Author: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Date: Wed Apr 29 16:27:24 2026 +0200
tests: pass correct serial device to kernel
Traditionally arm64 kernels had an automatic console=ttyAMA0, but apparently that stops working in forky.
commit 6402d14c8052fcadefa27d4ec2a0edcf0b03d110
Merge: 7d2efbb db0fdeb
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Wed Apr 29 12:54:20 2026 +0200
Merge pull request #374 from grml/zeha/releases
Increase size of release selection dialog
commit db0fdeb52235226aedda66ec31f081d851c1bab8
Author: Chris Hofstaedtler <ch@grml.org>
Date: Wed Apr 29 11:28:55 2026 +0200
Increase size of release selection dialog
With the previous setttings, the line containing "sid" will be hidden
behind a "scrollbar".