diff --git a/distributions/debian/control b/distributions/debian/control index c3148e33e0..82aae3cb97 100644 --- a/distributions/debian/control +++ b/distributions/debian/control @@ -17,7 +17,7 @@ Architecture: any # Define dependencies explicitly for the best compatibility across all supported Ubuntu/Debian versions. # The automatism would otherwise select package names or versions which are not available on some systems, # especially when run in the Github Ubuntu 18.04 build environment. -Depends: libc6 (>= 2.17), libgcc1 (>= 1:3.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) +Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), libgcc1 (>= 1:3.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libqt5core5a (>= 5.9.5), libqt5network5 (>= 5.9.5), libqt5xml5 (>= 5.9.5), libqt5gui5 (>= 5.9.5) | libqt5gui5-gles (>= 5.9.5), libqt5widgets5 (>= 5.9.5), libqt5multimedia5 (>= 5.9.5) Recommends: qjackctl Description: Low latency Audio Server/Client Jamulus is for playing, rehearsing, or just jamming with your friends, your band @@ -31,7 +31,7 @@ Description: Low latency Audio Server/Client Package: jamulus-headless Architecture: any -Depends: libqt5core5a (>= 5.5.0), libqt5network5 (>= 5.0.2), libqt5xml5 (>= 5.0.2) +Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), libgcc1 (>= 1:3.0), libqt5core5a (>= 5.9.5), libqt5network5 (>= 5.9.5), libqt5xml5 (>= 5.9.5) Description: Low latency Audio Server (headless) This package contains a Jamulus binary built for headless operation (without GUI library dependencies) and a jamulus-headless systemd service.