vcswatch reports that
this package seems to have a new changelog entry (version
20241210-3, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 42bce103ce0bfe081479689427049bbfd93a0a3e
Merge: 9a4cbaf b986109
Author: Ben Hutchings <benh@debian.org>
Date: Wed Aug 27 19:56:39 2025 +0200
Merge branch 'build-from-source' into 'debian/latest'
Build CIS files and keyspan_pda firmware from source
See merge request kernel-team/firmware-free!10
commit b986109863574980a84fdde0f3f8fef4ed517ace
Author: Ben Hutchings <benh@debian.org>
Date: Thu May 8 03:30:55 2025 +0200
Build CIS files and keyspan_pda firmware from source
We already build most firmware from source, but omitted the CIS files
and keyspan_pda firmware because the ihex2fw and pack_cis command
weren't packaged. That is no longer the case.
- d/control: Build-Depend on cis-tools, linux-misc-tools
- d/rules: Clean and build in cis and keyspan_pda directories
Closes: #890601