diff -Nru libav-0.8.1/debian/changelog libav-0.8.1/debian/changelog --- libav-0.8.1/debian/changelog 2012-03-22 00:38:00.000000000 -0400 +++ libav-0.8.1/debian/changelog 2012-05-13 13:14:42.000000000 -0400 @@ -1,3 +1,10 @@ +libav (4:0.8.1-0ubuntu2) precise-proposed; urgency=low + + * Update warning to make clearer the deprecation of ffmpeg binary. + (LP: #939863) + + -- Andres Mejia Sun, 13 May 2012 13:07:30 -0400 + libav (4:0.8.1-0ubuntu1) precise; urgency=low * New upstream bug and security fix release (FFe: LP: #960949) diff -Nru libav-0.8.1/debian/patches/04-ffmpeg-warning-change.patch libav-0.8.1/debian/patches/04-ffmpeg-warning-change.patch --- libav-0.8.1/debian/patches/04-ffmpeg-warning-change.patch 1969-12-31 19:00:00.000000000 -0500 +++ libav-0.8.1/debian/patches/04-ffmpeg-warning-change.patch 2012-05-13 13:08:49.000000000 -0400 @@ -0,0 +1,20 @@ +Description: Make warning about deprecation of ffmpeg clearer. +Origin: Debian +Forwarded: not-needed + +--- a/ffmpeg.c ++++ b/ffmpeg.c +@@ -4376,9 +4376,10 @@ + + show_banner(); + +- av_log(NULL, AV_LOG_WARNING, "This program is not developed anymore and is only " +- "provided for compatibility. Use avconv instead " +- "(see Changelog for the list of incompatible changes).\n"); ++ av_log(NULL, AV_LOG_WARNING, "*** THIS PROGRAM IS DEPRECATED ***\n" ++ "This program is only provided for compatibility " ++ "and will be removed in a future release. Please " ++ "use avconv instead.\n"); + + /* parse options */ + parse_options(NULL, argc, argv, options, opt_output_file); diff -Nru libav-0.8.1/debian/patches/series libav-0.8.1/debian/patches/series --- libav-0.8.1/debian/patches/series 2012-01-24 01:37:27.000000000 -0500 +++ libav-0.8.1/debian/patches/series 2012-05-13 13:15:12.000000000 -0400 @@ -1,2 +1,3 @@ 01-Tweak-doxygen-config.patch 03-disable-configuration-warnings.patch +04-ffmpeg-warning-change.patch