aboutsummaryrefslogtreecommitdiff
path: root/deployment/debian-package-x64/pkg-src
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-09-02 21:11:57 -0400
committerGitHub <noreply@github.com>2019-09-02 21:11:57 -0400
commitfde9dd2a617db9a5594118a37b67df2cd5af760e (patch)
tree1d4bbe68c6e454e81c3eff26b8fb7c0e8f155941 /deployment/debian-package-x64/pkg-src
parent2aecc3fa1bdf067e6b5913c72c539b21aeefdc63 (diff)
parent5552e8cbd7bfdf9b4d87d82ab32e23b6c6191034 (diff)
Merge pull request #1693 from joshuaboniface/update-libssl
Update Debian build to Buster and LibSSL 1.1
Diffstat (limited to 'deployment/debian-package-x64/pkg-src')
-rw-r--r--deployment/debian-package-x64/pkg-src/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/debian-package-x64/pkg-src/control b/deployment/debian-package-x64/pkg-src/control
index 4422f0fda4..af64596046 100644
--- a/deployment/debian-package-x64/pkg-src/control
+++ b/deployment/debian-package-x64/pkg-src/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9),
libc6-dev,
libcurl4-openssl-dev,
libfontconfig1-dev,
- libfreetype6-dev
+ libfreetype6-dev,
+ libssl-dev
Standards-Version: 3.9.4
Homepage: https://jellyfin.media/
Vcs-Git: https://github.org/jellyfin/jellyfin.git
@@ -23,6 +24,6 @@ Depends: at,
jellyfin-ffmpeg,
libfontconfig1,
libfreetype6,
- libssl1.0.0 | libssl1.0.2 | libssl1.1
+ libssl1.1
Description: Jellyfin is a home media server.
It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.