debian: use shlibdeps substitution variable

instead of manually listing dependencies
This commit is contained in:
Nicolas Peugnet 2024-07-07 17:44:12 +02:00
parent 3ce21e0c3f
commit 943e9b0ec9

8
debian/control vendored
View File

@ -44,13 +44,9 @@ Vcs-Browser: https://github.org/jellyfin/jellyfin-media-player
Package: jellyfin-media-player
Architecture: any
Depends: libmpv1 | libmpv2,
libqt5webengine5,
libcec4 | libcec6,
Depends: ${shlibs:Depends},
qml-module-qtwebengine,
qml-module-qtwebchannel,
qml-module-qtquick-controls,
libqt5x11extras5,
libqt5xml5
qml-module-qtquick-controls
Description: Jellyfin is the Free Software Media System.
This package provides the Jellyfin desktop media player.