aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2018-12-16 11:20:08 +0300
committerGitHub <noreply@github.com>2018-12-16 11:20:08 +0300
commit57e050a69a162b6e17f865be471e397f1ea8461c (patch)
tree70a92fdd31771a7aa4c902b43148dcc233ad0e70 /debian/control
parent346c807a719424c0fa67a5b3a53cbec5a380a2af (diff)
parentf91c01b8504a7a13b2a9cf78e3a818b5c57442f0 (diff)
Merge pull request #193 from joshuaboniface/selfcontained-binary
Debian packaging improvements
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c00988f3e..573958c0a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
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,
@@ -13,6 +13,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, 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.