aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2018-12-15 16:19:57 -0500
committerJoshua Boniface <joshua@boniface.me>2018-12-15 18:15:59 -0500
commit2e0c766886bf49ed7e99ca526e2567ff1432d7ef (patch)
tree22c31cbffddd5d2df1df32f06ef7bad2ad0f2da6
parent595448e9b7240022172df1e871c48ea434a37f0a (diff)
Remove auto deps; add libssl dep; edit maintainer
-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.