diff --git a/build b/build index 68a67ed8e0e..42e7fde4d37 100755 --- a/build +++ b/build @@ -10,6 +10,7 @@ usage() { echo -e " * bionic" echo -e " * cosmic" echo -e " * disco" + echo -e " * eoan" } if [[ -z ${1} ]]; then @@ -43,6 +44,10 @@ case ${cli_release} in release="ubuntu:disco" gcc_version="7" ;; + 'eoan') + release="ubuntu:eoan" + gcc_version="7" + ;; *) echo "Invalid release." usage diff --git a/build.yaml b/build.yaml index a4430d420a4..e57dc238fe4 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-ffmpeg" -version: "4.0.4-2" +version: "4.2.1-2" packages: - stretch-amd64 - stretch-armhf @@ -19,3 +19,6 @@ packages: - disco-amd64 - disco-armhf - disco-arm64 + - eoan-amd64 + - eoan-armhf + - eoan-arm64 diff --git a/debian/changelog b/debian/changelog index c2e0dd8d7b1..ec858efd109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-ffmpeg (4.2.1-2) unstable; urgency=medium + + * Support Ubuntu Eoan (19.10) + + -- Joshua Boniface Tue, 22 Oct 2019 14:01:54 -0400 + jellyfin-ffmpeg (4.2.1-1) unstable; urgency=medium * New upstream version 4.2.1