aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-03-18 08:42:07 -0600
committerGitHub <noreply@github.com>2024-03-18 10:42:07 -0400
commit78b53a60b4018b25c64a2477408c10144a750252 (patch)
treec193fcd988536af79ea3afb7f790d411128c4ba1 /debian/control
parent4bcabbde7b8c1a9a0ca7a89ab3e2b0de390393f5 (diff)
Remove legacy build utilities (#11162)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 5e0460de9e..0000000000
--- a/debian/control
+++ /dev/null
@@ -1,27 +0,0 @@
-Source: jellyfin-server
-Section: misc
-Priority: optional
-Maintainer: Jellyfin Team <team@jellyfin.org>
-Build-Depends: debhelper (>= 9),
- dotnet-sdk-8.0,
- 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: jellyfin (<<10.6.0)
-Breaks: jellyfin (<<10.6.0)
-Architecture: any
-Depends: libsqlite3-0,
- libfontconfig1,
- libfreetype6,
- libssl1.1 | libssl3
-Recommends: jellyfin-web
-Description: Jellyfin is the Free Software Media System.
- This package provides the Jellyfin server backend and API.