Le Wed, Mar 11, 2026 at 08:39:13AM -0500, Dirk Eddelbuettel a écrit :
>
> Are you talking about exclusions such as the one r-base (updated today) has
> with respect to the JDK:
Hi Dirk,
for broader class exclusions we build-depend on packages that do not exist on
the given architectures.
You just have to add "architecture-is-64-bit, architecture-is-little-endian" to
your build dependencies. The following commands can automate it for you.
if ! grep -q architecture-is-64-bit debian/control ; then
cme modify dpkg-control 'source
Build-Depends:.push("architecture-is-64-bit")'
fi
if ! grep -q architecture-is-little-endian debian/control ; then
cme modify dpkg-control 'source
Build-Depends:.push("architecture-is-little-endian")'
fi
My r-cran-* uploads are now at letter "l". The loop somtimes blocks when
autpkgtests enter interactive mode, so it can not run entirely unattended (that
is: uploads eventually stop when I go to sleep). Updates are sent to
DELAYED/2, so I expect that most will reach Unstable by the beginning of next
week.
Have a nice day,
Charles
--
Charles Plessy Nagahama, Yomitan, Okinawa, Japan
Debian Med packaging team http://www.debian.org/devel/debian-med
Tooting from home https://framapiaf.org/@charles_plessy
- You do not have my permission to use this email to train an AI -