vcswatch reports that
this package seems to have a new changelog entry (version
0~20260622-1, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 3643d94230a43296c877837c1cc0e44a74c9f2e2
Author: Loïc Minier <loic.minier@oss.qualcomm.com>
Date: Thu Jul 9 04:10:31 2026 +0200
d/changelog: update for 0~20260622-1
Add changelog entries for 0~20260622-1.
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
commit 9c89665cd1b932d1388fda0d1d7fc6a53ba5c8ed
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Date: Wed Jul 8 16:34:28 2026 +0300
d/not-installed: don't install JSON schema
The JSON schema is mostly useful when adding new machines. Don't install
it in the production environemts.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
commit 015fe0f0eca89ab4451406f34e1966c3e3de588d
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Date: Wed Jul 8 16:33:40 2026 +0300
d/not-installed: drop removed file
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
commit af6ebbd6ca80ef4083eeff5c10f36919f2ff77b6
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Date: Tue Jul 7 00:11:03 2026 +0300
d/copyright: adjust linux-firmware licence files names
The linux-firmware repo has moved licence files, adjust their paths.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
commit da55d5414f0e326c6729ba653ba1b81de0776129
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Date: Mon Jul 6 23:50:16 2026 +0300
d/changelog: New upstream release
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
commit c904e616adac24aef52a433e6cb5547d62ad8b9a
Author: Loïc Minier <loic.minier@oss.qualcomm.com>
Date: Tue Jun 23 10:37:17 2026 +0000
d/regen.sh: generate strict deps between packages
When a board depends on assets from another board (usually common
assets for that silicon family), there is an unversioned Depends
between the packages. Make this a strictly versioned Depends to
ensure we don't have any mismatches and versioned dependencies on
board packages are meaningful. Ditto for the meta package.
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
commit 11e75ae19f61a8ba20a8d367feea2574a42dbe16
Author: Loïc Minier <loic.minier@oss.qualcomm.com>
Date: Tue Jun 23 21:29:56 2026 +0200
d/check-symlinks: strip versions from deps
debian.deb822 can't really parse the ${...} dynamic dependencies
used in source packages that get replaced by dpkg-substvars. Help it
out by stripping the version part of Depends entries.
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>