vcswatch reports that
this package seems to have a new changelog entry (version
20250512, 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 fd20452b71202f6fc3d962fb67557116a952e965
Author: Dylan Aïssi <dylan.aissi@collabora.com>
Date: Tue May 27 11:44:42 2025 +0200
dh/R.pm: Remove unneeded 'my' to declare $command and $avail_version
Because of these 'my', these variables are not correctly defined
outside of the 'if' block used as fallback to grep-aptavail.
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
commit 144893ae70c2be8ce403b048b095aabaf6865fd8
Author: Dylan Aïssi <daissi@debian.org>
Date: Mon May 12 08:58:51 2025 +0200
dh/R.pm: Use grep-status as fall back when grep-avail is not available
The apt avail cache is not avail in the OBS build environment and if it were
it would be equivalent to the output of grep-status anyway, so use that instead.
This fixes issues with R package dependency generation, at least as long as
all the relevant run-time dependencies are also build dependencies.
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>