aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 5e9da975d7a8e3289b1cde31edaa5ab716b2e0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: jellyfin
Section: misc
Priority: optional
Maintainer: Jellyfin Packaging Team <packaging@jellyfin.org>
Build-Depends:  debhelper (>= 10),
                npm | nodejs,
Standards-Version: 3.9.4
Homepage: https://jellyfin.org
Vcs-Browser: https://github.com/jellyfin

Package: jellyfin
Architecture: all
Depends: jellyfin-server, jellyfin-web, jellyfin-ffmpeg6
Description: Jellyfin is the Free Software Media System.
 This metapackage provides the core Jellyfin components from one name.

Package: jellyfin-server
Architecture: any
Recommends: jellyfin-web, sudo
Description: Jellyfin is the Free Software Media System.
 This package provides the Jellyfin server backend and API.

Package: jellyfin-web
Architecture: all
Recommends: jellyfin-server
Description: Jellyfin is the Free Software Media System.
 This package provides the Jellyfin web client.
bgstack15