aboutsummaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2024-03-18Remove legacy build utilities (#11162)Cody Robibero
2023-11-16Fix README.md, debian/control, jellyfin.specUruk
```
2023-01-23Remove restart.sh dependencies from packagingDennis M. Pöpperl
2022-12-07Fix nightly builds (#8870)Bond-009
2022-04-28Merge pull request #7648 from jellyfin/libssl3-jammyJoshua M. Boniface
Add libssl3 as an alternative dependency for Ubuntu 22.04 LTS (cherry picked from commit e87240b3741fb93d1c4756565d488607ba564b19) Signed-off-by: crobibero <cody@robibe.ro>
2021-09-25Fix builds for dotnet6 (#6595)Cody Robibero
* Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com>
2020-11-29Add sudo to package dependenciesAJ Jordan
It's used in the restart.sh script. For Debian, this is a Recommends because virtually everyone will need this (default APT policy is to install recommended packages so this works ok), but technically you can configure the server to run as root and then you wouldn't need it. For Fedora... frankly I got confused by their Weak Dependencies etc. so I just made it a hard dependency.
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-10-31Remove jellyfin-ffmpeg dep from server packageJoshua M. Boniface
Being added to the metapackage instead.
2020-07-19Readd sed'd out dotnet-sdk dependencyJoshua M. Boniface
2020-07-19Remove the old Emby conflictsJoshua M. Boniface
It's been long enough that this is no longer an issue. We still conflict on the ports 8096 and 8190, but this will simply result in a failure to start; allow users to get themselves into that situation if they wish.
2020-07-19Fix bad dependency handling in 10.6.0-1Joshua M. Boniface
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.
2020-04-09Specify a version for jellyfin-ffmpeg dependency in .debhauntingEcho
Lower versions cause #2126 in Jellyfin >= 10.4.3
2020-04-09Use jellyfin.org everywhereJoshua M. Boniface
2020-03-23Update package description for DebianJoshua M. Boniface
2020-03-23Remove web building, rename, bump versionJoshua M. Boniface
2020-03-22Move Debian folder to root of repoJoshua M. Boniface
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-05Add VCS entries to control fileJoshua Boniface
2018-12-16Add Linux binaries for SkiaSharpAndrew Rabert
- Not sure how this impacts Windows builds, but it works great for Linux. - Requires additional deps on Debian
2018-12-15Remove auto deps; add libssl dep; edit maintainerJoshua Boniface
2018-12-14Enable self-contained binary mode (#160)Joshua M. Boniface
* Build self-contained Debian linux-x64 binary * Update initscripts to use self-contained binary The binary is declared in the units intentionally rather than using the variable extrapolation from before, to avoid confusion since these can't really be moved reasonably. * With combined binary name, use pgrep instead * Remove dotnet-runtime dependency * Move the compiled scb to usr/bin * Update binary location for upstart/systemd * Move binary path; fix pidfile handling * Entirely remove the temporary usr/ dir * Don't move the compiled binary * Create /usr/bin symlink * Use the variable here * Update architecture to any * Add libcurl4-openssl build dependency * Update the build Dockerfile to install builddeps
2018-12-12Update to dotnet-sdk-2.2Andrew Rabert
2018-12-11Add ffmpeg dependency to Debian packagesJoshua Boniface
2018-12-09A few more missing replacements of EmbyJoshua Boniface
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-12-09Revert "Debian packaging improvements"Joshua M. Boniface
2018-12-09Rename numerous debian control elementsJoshua Boniface
Replace the name emby/emby-server with jellyfin everywhere.
2018-10-22Fixed debian packaging for netcore, fixed package versionVasily
2018-10-22Small fixes, trying to get this to buildVasily
2018-10-22Modify debian build files to support .NET coreJoshua Boniface
2018-10-22Clean up Debian build dependenciesJoshua Boniface
2018-10-22Update maintainer and dependencies for Debian packageJoshua Boniface
2018-10-22Update build dependency versionsJoshua Boniface
2018-10-22Add cli-common-dev builddepJoshua Boniface
2018-10-22Add patches and debian build information for emby-serverJoshua Boniface