From 943e9b0ec97c7ffb8ffe5788ca650eb76b9fc704 Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Sun, 7 Jul 2024 17:44:12 +0200 Subject: [PATCH] debian: use shlibdeps substitution variable instead of manually listing dependencies --- debian/control | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index ece5598..5d1b8d0 100644 --- a/debian/control +++ b/debian/control @@ -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.