From a9f9024ab8a269a7b559af5db2e29ad27729b938 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 17 Feb 2019 01:03:45 -0500 Subject: [PATCH] Use Provides to avoid breaking deps-ffmpeg packages --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6275e809997..541d69c9872 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-ffmpeg (4.0.3-2) unstable; urgency=medium + + * Use 'Provides: ffmpeg' to avoid breaking other packages + + -- Joshua Boniface Sun, 17 Feb 2019 01:03:32 -0500 + jellyfin-ffmpeg (4.0.3-1) unstable; urgency=medium * Static binary build for Jellyfin purposes diff --git a/debian/control b/debian/control index 7f864442d3a..18f3877e1cb 100644 --- a/debian/control +++ b/debian/control @@ -185,6 +185,7 @@ Breaks: libav-tools (<< 6:12~~), Replaces: libav-tools (<< 6:12~~), qt-faststart (<< 7:2.7.1-3~) Conflicts: ffmpeg +Provides: ffmpeg Description: Tools for transcoding, streaming and playing of multimedia files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and