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.