aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 83941dccfa070e8d69bc75a1150398ea0a5adc94 (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: any
Recommends: jellyfin-server
Description: Jellyfin is the Free Software Media System.
 This package provides the Jellyfin web client.
bgstack15