From 59b9cbe7c0961d6ae0579bf689745c5ae3ee32da Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 9 Aug 2018 00:33:37 -0400 Subject: [PATCH] Update maintainer and dependencies for Debian package --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c832431b33..c7e7eaa12f 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: emby-server Section: misc Priority: optional -Maintainer: HurricaneHernandez +Maintainer: Joshua Boniface Build-Depends: debhelper (>= 9), cli-common-dev (>= 0.9), libmono-cil-dev (>= 5.14), @@ -17,6 +17,6 @@ Replaces: mediabrowser, emby, emby-server-beta, emby-server-dev Breaks: mediabrowser, emby, emby-server-beta, emby-server-dev Conflicts: mediabrowser, emby, emby-server-beta, emby-server-dev Architecture: all -Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, at, libembysqlite3-0, embymagick, mono-devel (>= 4.6) +Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, at, libsqlite3-0, mono-runtime (>= 5.14) Description: Emby Server 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.