aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-23 14:46:16 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-23 14:46:16 -0400
commit93d1256a4c80c071b0c14e066c13bb9720b63dc9 (patch)
tree7ed2d9e2f6e1e4f8faf6fa14ffef9aa15537be74 /debian/control
parentba55ee4986fa871390e211c56fdec1b024ff617e (diff)
Remove web building, rename, bump version
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 13fd3ecabb..f473dc41d2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: jellyfin
+Source: jellyfin-server
Section: misc
Priority: optional
Maintainer: Jellyfin Team <team@jellyfin.org>
@@ -8,15 +8,13 @@ Build-Depends: debhelper (>= 9),
libcurl4-openssl-dev,
libfontconfig1-dev,
libfreetype6-dev,
- libssl-dev,
- wget,
- npm | nodejs
+ libssl-dev
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
+Package: jellyfin-server
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
@@ -27,5 +25,6 @@ Depends: at,
libfontconfig1,
libfreetype6,
libssl1.1
+Recommends: jellyfin-web
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.