Skip to content

Commit

Permalink
Update Java Debian dependencies
Browse files Browse the repository at this point in the history
Allows for running with Java 17 without any additional install.
  • Loading branch information
saghul authored and damencho committed Mar 7, 2024
1 parent 03b8c3b commit 499c312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Section: net
Priority: extra
Maintainer: Jitsi Team <[email protected]>
Uploaders: Emil Ivov <[email protected]>, Damian Minkov <[email protected]>
Build-Depends: debhelper (>= 9), dh-systemd, java8-runtime-headless | java8-runtime | java11-runtime-headless | java11-runtime, maven
Build-Depends: debhelper (>= 9), dh-systemd, java11-sdk, maven
Standards-Version: 3.9.3
Homepage: https://jitsi.org/videobridge

Package: jitsi-videobridge2
Replaces: jitsi-videobridge
Conflicts: jitsi-videobridge (<= 1400-1)
Architecture: all
Pre-Depends: openjdk-11-jre-headless | openjdk-11-jre | java11-runtime-headless | java11-runtime, libssl3 | libssl1.1
Pre-Depends: java11-runtime-headless | java11-runtime, libssl3 | libssl1.1
Depends: ${misc:Depends}, procps, uuid-runtime, ruby-hocon
Recommends: libpcap0.8
Description: WebRTC compatible Selective Forwarding Unit (SFU)
Expand Down

0 comments on commit 499c312

Please sign in to comment.