Add patches and debian build information for emby-server

This commit is contained in:
Joshua Boniface
2018-08-08 01:18:59 -04:00
committed by Vasily
parent 48facb797e
commit c0953e51b5
23 changed files with 686 additions and 90 deletions

21
debian/control vendored Normal file
View File

@@ -0,0 +1,21 @@
Source: emby-server
Section: misc
Priority: optional
Maintainer: HurricaneHernandez <carlos@techbyte.ca>
Build-Depends: debhelper (>= 9),
cli-common-dev (>= 0.7),
libmono-cil-dev (>= 4.6),
mono-devel (>= 4.6),
mono-xbuild (>= 4.6),
referenceassemblies-pcl,
libc6-dev
Standards-Version: 3.9.4
Package: emby-server
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)
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.