Package: release.debian.org Severity: normal X-Debbugs-Cc: rac...@packages.debian.org Control: affects -1 + src:racket User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package racket [ Reason ] Fixes binary names on armel [ Impact ] armel users will have to work around 1105013, e.g. by making symlinks or aliases. [ Tests ] I installed racket on armel and amd64 and ran some simple programs. On amd64 I also ran the IDE drracket (written in racket), which is a pretty good smoke test. [ Risks ] This is a leaf package, and there are probably not many users on armel. The main risk is that the one line change somehow screwed things up on non-armel architectures. The change is (supposed to be) specific to armel, so that should be unlikely. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] Due to architecture and autobuilder hardware limitations, armel is currently the only user of the legacy "bc" backend for racket. In a sense this is bad, since that backend is less used. In this case it probably works in our favour, since the armel build process is somewhat independent from the other architectures. unblock racket/8.16+dfsg1-2
diff -Nru racket-8.16+dfsg1/debian/changelog racket-8.16+dfsg1/debian/changelog --- racket-8.16+dfsg1/debian/changelog 2025-03-18 08:16:05.000000000 +0900 +++ racket-8.16+dfsg1/debian/changelog 2025-05-10 08:17:02.000000000 +0900 @@ -1,3 +1,10 @@ +racket (8.16+dfsg1-2) unstable; urgency=medium + + * Bug fix: "wrong executable names on armel ('bc'; suffix)", + thanks to Philip McGrath (Closes: #1105013). + + -- David Bremner <brem...@debian.org> Sat, 10 May 2025 08:17:02 +0900 + racket (8.16+dfsg1-1) unstable; urgency=medium * Update to new upstream version 8.16+dfsg1. diff -Nru racket-8.16+dfsg1/debian/rules racket-8.16+dfsg1/debian/rules --- racket-8.16+dfsg1/debian/rules 2025-03-18 08:16:05.000000000 +0900 +++ racket-8.16+dfsg1/debian/rules 2025-05-10 08:17:02.000000000 +0900 @@ -7,7 +7,7 @@ PB64B:=--enable-pb --enable-mach=tpb64b PB64L:=--enable-pb --enable-mach=tpb64l CONFIG_ARGS_alpha :=$(PB64L) -CONFIG_ARGS_armel :=--enable-bc --disable-docs +CONFIG_ARGS_armel :=--enable-bconly --enable-bcdefault --disable-docs CONFIG_ARGS_hppa :=$(PB32B) CONFIG_ARGS_mips64el:=$(PB64L) CONFIG_ARGS_powerpc :=$(PB32B)