aboutsummaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2020-08-02Bump version to 10.6.2v10.6.2Joshua M. Boniface
2020-07-27Bump version to 10.6.1v10.6.1Joshua M. Boniface
2020-07-27Merge pull request #3675 from ferferga/fix-typoJoshua M. Boniface
Fix typo in debian config file (cherry picked from commit 1a9adf283af2f3308a4414b250f3d379f181c549) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-27Merge pull request #3604 from joshuaboniface/fix-bad-depsBond-009
Fix bad Debuntu dependencies (cherry picked from commit 41c4cfe0afba827ea35f0da0147863d1bb78a3d8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-04-29Add Web integration option in default service confJoshua M. Boniface
2020-04-09Specify a version for jellyfin-ffmpeg dependency in .debhauntingEcho
Lower versions cause #2126 in Jellyfin >= 10.4.3
2020-04-09Fix missing restart scriptJoshua M. Boniface
2020-04-09Use jellyfin.org everywhereJoshua M. Boniface
2020-03-30Add Debian/Ubuntu metapackage equivs fileJoshua 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-08Bump version for 10.0.1Joshua Boniface
2019-01-06Hotfix to postinst to correct permissionsJoshua Boniface
Without this, if not importing a previous config, the perms are broken on the config directories. Fixes this.
2019-01-06Merge pull request #440 from joshuaboniface/debian-packagingJoshua M. Boniface
Debian packaging for 10.0.0
2019-01-06Tweakes based on review feedbackJoshua Boniface
2019-01-06Stop including .git in dpkg source tarballhawken
2019-01-05Update logging for async mode from #438Joshua Boniface
2019-01-05Add updated configurations for log and config dirJoshua Boniface
1. Add log and config flags to init and config 2. Move the existing logs and config dirs to the right places 3. Some cleanups in the control scripts 4. Prune the changelog of pre-Jellyfin entries
2019-01-05Add VCS entries to control fileJoshua Boniface
2019-01-05Bump version to 10.0.0Joshua Boniface
2018-12-28Tweak unit to restart on any failure, 15s timeoutJoshua Boniface
2018-12-28Bump Debian binary versionJoshua Boniface
2018-12-28Move the .NET Runtime flag into a variableJoshua Boniface
2018-12-20Bump Debian packaging versionJoshua 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-16Merge pull request #193 from joshuaboniface/selfcontained-binaryVasily
Debian packaging improvements
2018-12-16Remove redundant solution specificationAndrew Rabert
2018-12-15Use consistent formatJoshua Boniface
2018-12-15Add cleanup of /etc/sudoers.d/emby in preinstJoshua Boniface
2018-12-15Bump build numberJoshua Boniface
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-14Also bump Debian build versionJoshua Boniface
2018-12-13Clean up /var/lib/emby after #97Joshua Boniface
2018-12-13Add maxcpucount to dotnet cleanJoshua Boniface
Fixes #120 as per https://github.com/dotnet/sdk/issues/2526
2018-12-12Improve formatting and add commentsJoshua Boniface
2018-12-12Fix up the commentJoshua Boniface
2018-12-12Can't override ExecStartJoshua Boniface
2018-12-12Turn off dotnet buildJoshua Boniface
2018-12-12Major rejigger of init configurationsJoshua Boniface
2018-12-12Merge pull request #83 from nvllsvm/dockdebAndrew Rabert
Add Dockerfile for building Debian package
2018-12-12Disable telemetry in Debian buildsJoshua Boniface
2018-12-12Update to dotnet-sdk-2.2Andrew Rabert
2018-12-12Remove submodule update from Debian buildAndrew Rabert
Packinging should not maniuplate one's source code like this.
2018-12-11Bump Debian build versionJoshua Boniface
2018-12-11Add ffmpeg dependency to Debian packagesJoshua Boniface
2018-12-10Remove obsolete jellyfin binary chmodJoshua Boniface
2018-12-10Consolidate git submodule commandsAndrew Rabert