diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-22 16:01:33 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-22 16:01:33 -0400 |
| commit | 8b620ed26addec0f42e2797e3e4d45fbd68b0f23 (patch) | |
| tree | 33e4fa49ce16f540867986f2a27f335bd0a36c1d /debian/control | |
| parent | 28f7df652015013ff5cedb10971fb69c8e41d2b1 (diff) | |
Move Debian folder to root of repo
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..13fd3ecab --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: jellyfin +Section: misc +Priority: optional +Maintainer: Jellyfin Team <team@jellyfin.org> +Build-Depends: debhelper (>= 9), + dotnet-sdk-3.1, + libc6-dev, + libcurl4-openssl-dev, + libfontconfig1-dev, + libfreetype6-dev, + libssl-dev, + wget, + npm | nodejs +Standards-Version: 3.9.4 +Homepage: https://jellyfin.media/ +Vcs-Git: https://github.org/jellyfin/jellyfin.git +Vcs-Browser: https://github.org/jellyfin/jellyfin + +Package: jellyfin +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: at, + libsqlite3-0, + jellyfin-ffmpeg, + libfontconfig1, + libfreetype6, + libssl1.1 +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. |
