diff -u ffmpeg2theora-0.21/debian/changelog ffmpeg2theora-0.21/debian/changelog --- ffmpeg2theora-0.21/debian/changelog +++ ffmpeg2theora-0.21/debian/changelog @@ -1,3 +1,12 @@ +ffmpeg2theora (0.21-0.2) unstable; urgency=low + + * Non-maintainer upload. + * remove debian/patches/01-fix_includes.patch. This patch seems is only + necessary for old ffmpeg in etch, no longer in sid and breaking build. + (Closes: #517470) + + -- Reinhard Tartler Tue, 10 Mar 2009 07:48:15 +0100 + ffmpeg2theora (0.21-0.1) unstable; urgency=low * Non-maintainer upload to fix RC bugs. reverted: --- ffmpeg2theora-0.21/debian/patches/01-fix_includes.patch +++ ffmpeg2theora-0.21.orig/debian/patches/01-fix_includes.patch @@ -1,17 +0,0 @@ ---- ffmpeg2theora-0.21/ffmpeg2theora.c.orig 2008-06-24 21:01:30.000000000 +0530 -+++ ffmpeg2theora-0.21/ffmpeg2theora.c 2008-06-24 21:03:30.000000000 +0530 -@@ -27,10 +27,10 @@ - #include - #include - --#include "libavformat/avformat.h" --#include "libavdevice/avdevice.h" --#include "libswscale/swscale.h" --#include "libpostproc/postprocess.h" -+#include "ffmpeg/avformat.h" -+#include "ffmpeg/avdevice.h" -+#include "ffmpeg/swscale.h" -+#include "postproc/postprocess.h" - - #include "theora/theora.h" - #include "vorbis/codec.h"