Hi Adrian Nice find, thanks!
On Sat, 6 Dec 2025 at 09:00, Adrian Bunk <[email protected]> wrote: > libbigwig did an undo and redo of the t64 transition after trixie, > and somewhere the contents got lost. The "Preparing for upload" commit [1], seems to include the undoing of t64. At least one thing missing from the redo is --t64 from the d-shlibmove command, see below. Regards Graham [1] https://salsa.debian.org/med-team/libbigwig/-/commit/f03a9854807836682b077760ada7ae53d1f82aab diff --git a/debian/rules b/debian/rules index 54ec5c8..0ab5189 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,11 @@ export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2 dh $@ override_dh_auto_build-indep: - $(MAKE) doc + mkdir -p docs && $(MAKE) doc override_dh_auto_install: dh_auto_install d-shlibmove --commit \ - --t64 \ --multiarch \ --devunversioned \ --exclude-la \

