mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-05 11:40:18 -05:00
Fixes the incorrect dependency handling from 10.6.0, which was missing the Replaces and Breaks entries on jellyfin-server. Thus apt would complain about /etc/default/jellyfin being in two packages and fail to upgrade. With this configuration, I've verified that apt now handles this situation properly.
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
Source: jellyfin-server
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Jellyfin Team <team@jellyfin.org>
|
|
Build-Depends: debhelper (>= 9),
|
|
libc6-dev,
|
|
libcurl4-openssl-dev,
|
|
libfontconfig1-dev,
|
|
libfreetype6-dev,
|
|
libssl-dev
|
|
Standards-Version: 3.9.4
|
|
Homepage: https://jellyfin.org/
|
|
Vcs-Git: https://github.org/jellyfin/jellyfin.git
|
|
Vcs-Browser: https://github.org/jellyfin/jellyfin
|
|
|
|
Package: jellyfin-server
|
|
Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server, jellyfin (<<10.6.0)
|
|
Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server, jellyfin (<<10.6.0)
|
|
Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
|
|
Architecture: any
|
|
Depends: at,
|
|
libsqlite3-0,
|
|
jellyfin-ffmpeg (>= 4.2.1-2),
|
|
libfontconfig1,
|
|
libfreetype6,
|
|
libssl1.1
|
|
Recommends: jellyfin-web
|
|
Description: Jellyfin is the Free Software Media System.
|
|
This package provides the Jellyfin server backend and API.
|