aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-16 23:35:07 -0500
committerGitHub <noreply@github.com>2018-12-16 23:35:07 -0500
commita8bce31a01225911b69f2c3b59a7397895f7b79b (patch)
tree9706016bc04c8b1b497173165d41972c502256d6 /debian/control
parent8e9485867bc207377af0e30cde206c1f9a37bc0d (diff)
parent5d0c0a8b7cf6696343f6c983b9d0f676cb9cd386 (diff)
Merge pull request #199 from jellyfin/develop
Master 3.5.2-3
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index c00988f3e6..13c62c8065 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
Source: jellyfin
Section: misc
Priority: optional
-Maintainer: Vasily <just.one.man@yandex.ru>
+Maintainer: Jellyfin Team <team@jellyfin.org>
Build-Depends: debhelper (>= 9),
dotnet-sdk-2.2,
libc6-dev,
- libcurl4-openssl-dev
+ libcurl4-openssl-dev,
+ libfontconfig1-dev,
+ libfreetype6-dev
Standards-Version: 3.9.4
Package: jellyfin
@@ -13,6 +15,6 @@ Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, ffmpeg
+Depends: at, libsqlite3-0, ffmpeg, libfontconfig1, libfreetype6, libssl1.0.0 | libssl1.0.2
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.