Brother Linux scanner S-KEY tool
This is original Brother Linux scanner S-KEY tool 0.3.2-0 repacket in 3 versions: brscan-skey, brscan-skey-libsane and brscan-skey-libsane1. First is just a meta-package which depends on brscan-skey-libsane or brscan-skey-libsane1.
Because Brother doesn't provide a new package, using the original package I have issues on Debian Trixie because the libsane was renamed to libsane1 and the packet needs libsane.
So installing it will fail.
# git clone https://github.com/EasyNetDev/brscan-skey
# cd brscan-skey
# dpkg-buildpackage -us -uc -b
# cd ..
For Debian Trixie and newer version of Debian that has libsane1:
# dpkg -i brscan-skey brscan-skey-libsane1
For older Debian version of Debian that has libsane:
# dpkg -i brscan-skey brscan-skey-libsane