aboutsummaryrefslogtreecommitdiff
path: root/deployment/debian-package-x64/pkg-src
AgeCommit message (Collapse)Author
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-06Bump version for 10.3.4v10.3.4Joshua M. Boniface
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-30Merge pull request #1324 from joshuaboniface/arm64Joshua M. Boniface
Add arm64 packaging for Debuntu
2019-04-29Support libssl1.1 for Ubuntu DiscoJoshua Boniface
2019-04-29Add arm64 packaging for DebuntuJoshua Boniface
2019-04-20Bump version to 10.3.1Joshua Boniface
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-10Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2Joshua Boniface
2019-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
2019-03-28Use new libexecdir location for jellyfin-ffmpegJoshua Boniface
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release.
2019-03-20Update init scripts for compatibility with DevuanTorsten
Include start, stop, restart and status option for /etc/init.d/jellyfin Use start-stop-daemon to make the script refer to systemctl mechanism on systems that have systemd installed
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-10Use environment variables instead of opts for DebJoshua Boniface
2019-02-28Bump version to 10.2.2v10.2.2Joshua Boniface
2019-02-28Merge pull request #992 from joshuaboniface/armhf-debianAnthony Lavado
Add Debian armhf (Rasberry Pi) build plus crossbuild
2019-02-27Merge pull request #991 from joshuaboniface/ffmpeg-compatAndrew Rabert
Fix the ffmpeg compatibility
2019-02-25Fix the ffmpeg compatibilityJoshua Boniface
Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package.
2019-02-24Disable documentation and debug in buildJoshua Boniface
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-23Add Debian armhf (Rasberry Pi) build plus crossbuildJoshua Boniface
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-16Bump release version for last-minute PRsv10.2.0Joshua Boniface
2019-02-15Remove superfluous changelog entriesJoshua Boniface
2019-02-15Update version to 10.2.0 releaseJoshua Boniface
2019-02-14Only modify Debian package spec for jellyfin-ffmpegJoshua Boniface
2019-02-13Correct changelogs for updated 10.2.0~rc2Joshua Boniface
2019-02-13Bump version to 10.2.0~rc2Joshua Boniface
2019-02-10Bump version to 10.2.0~rc1Joshua Boniface
2019-02-09Merge pull request #807 from joshuaboniface/fix-restartAnthony Lavado
Fix restart script in OS packages
2019-02-04Fix restart script for DebianJoshua Boniface
2019-02-03Handle new option parser properlyJoshua Boniface
2019-02-01Allow adm group to view Jellyfin resourcesJoshua Boniface
This is pretty arbitrary and personal, but I detest services that lock out global access (which is good), but don't simultaneously make it easy for administrators to enter the directories. The adm group should only have actual system administrators as members, so this lets them view the secure directories.
2019-02-01Implement review feedbackJoshua Boniface
2019-01-31Move jellyfin-sudoers to conf dirJoshua Boniface
2019-01-31Use good ideas from Fedora systemd in DebianJoshua Boniface
2019-01-31Replace programdata with datadir everywhereJoshua Boniface
2019-01-31Add cachedir to deployment scripts; fix bad logdirJoshua Boniface
2019-01-31Update to long opts and add cache dirsJoshua Boniface
2019-01-21Update changelogs to add #666Joshua Boniface
2019-01-21Update changelogs to remove #639, add #661, #54Joshua Boniface
2019-01-21Add jellyfin-web#53 to changelogsJoshua Boniface
2019-01-21Merge pull request #655 from joshuaboniface/local-web-branchJoshua M. Boniface
Support trying local branches in submodule
2019-01-21Add jellyfin-web#52 to changelogsJoshua Boniface
2019-01-21Update changelogs to include this PRJoshua Boniface
2019-01-21Fix inconsistencies in changelogsJoshua Boniface
2019-01-20Bump version to 10.1.0Joshua Boniface
2019-01-19Correct invalid changelog entryJoshua Boniface
2019-01-18Merge branch 'dev' into reformatErwin de Haan