Package: sqv Version: 1.3.0-3 Severity: normal
Newer fish packages don't read completions from /usr/share/fish/completions anymore (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1121418). Please install the completion file in /usr/share/fish/vendor_completions.d instead. --- debian/sqv.install 2025-11-26 13:36:32.298048058 +0000 +++ debian/sqv.install.new 2025-11-26 13:35:19.638355216 +0000 @@ -1,3 +1,3 @@ -shell-completions/sqv.fish usr/share/fish/completions/ +shell-completions/sqv.fish usr/share/fish/vendor_completions.d/ shell-completions/_sqv usr/share/zsh/vendor-completions/ shell-completions/sqv.bash usr/share/bash-completion/completions/ Following diff only affects upstream: --- Makefile 2025-11-26 13:36:32.298048058 +0000 +++ Makefile.new 2025-11-26 13:34:55.150458735 +0000 @@ -43,8 +43,8 @@ $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/bash-completion/completions $(INSTALL) $(CARGO_TARGET_DIR)/sqv.bash \ $(DESTDIR)$(PREFIX)/share/bash-completion/completions/sqv - $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/fish/completions - $(INSTALL) -t $(DESTDIR)$(PREFIX)/share/fish/completions \ + $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/fish/vendor_completions.d + $(INSTALL) -t $(DESTDIR)$(PREFIX)/share/fish/vendor_completions.d \ $(CARGO_TARGET_DIR)/sqv.fish .PHONY: codespell Thanks, Gian Piero. -- System Information: Debian Release: forky/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.12.32-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: init LSM: AppArmor: enabled Versions of packages sqv depends on: ii libc6 2.41-12 ii libgcc-s1 15.2.0-9 ii libgmp10 2:6.3.0+dfsg-5 ii libhogweed6t64 3.10.2-1 ii libnettle8t64 3.10.2-1 sqv recommends no packages. sqv suggests no packages. -- no debconf information

