Package: vlc-plugin-bittorrent
Version: 2.14-4
Severity: serious
X-Debbugs-Cc:
sram...@debian.org
vlc-plugin-bittorrrent fails to track VLC's plugin ABI. libvlccore9
provides a virtual package vlc-plugin-abi-$X which indicates the ABI
that is currently supported by vlc. Please ensure that
vlc-plugin-bittorrent also depends on the correct version.
You can take the following bit from vlc-plugin-pipewire to produce the
vlc:PluginABI substvar to use in debian/control:
override_dh_gencontrol-arch:
sed -n 's/^# define MODULE_SYMBOL \([0-9][_0-9a-z]*\)/-Vvlc:PluginABI=vlc-plugin-abi-\1/p' \
/usr/include/vlc/plugins/vlc_plugin.h | tr _ - | xargs dh_gencontrol -a --
Cheers
--
Sebastian Ramacher