diff -u brasero-2.30.2/debian/changelog brasero-2.30.2/debian/changelog --- brasero-2.30.2/debian/changelog +++ brasero-2.30.2/debian/changelog @@ -1,3 +1,11 @@ +brasero (2.30.2-0ubuntu1.1) lucid-proposed; urgency=low + + * debian/patches/20_fix_cdrdao_detection.patch: Disable brasero's + version check of the cdrdao binary, as it incorrectly parses the + warnings that are printed before the banner. (LP: #529696) + + -- Marc Deslauriers Mon, 14 Feb 2011 19:53:33 -0500 + brasero (2.30.2-0ubuntu1) lucid-proposed; urgency=low * New upstream release diff -u brasero-2.30.2/debian/patches/series brasero-2.30.2/debian/patches/series --- brasero-2.30.2/debian/patches/series +++ brasero-2.30.2/debian/patches/series @@ -4,0 +5 @@ +20_fix_cdrdao_detection.patch only in patch2: unchanged: --- brasero-2.30.2.orig/debian/patches/20_fix_cdrdao_detection.patch +++ brasero-2.30.2/debian/patches/20_fix_cdrdao_detection.patch @@ -0,0 +1,17 @@ +Description: Disable brasero's version check of the cdrdao binary, as it + incorrectly parses the warnings that are printed before the banner. +Author: Marc Deslauriers +Forwarded: No, Ubuntu-specific + +diff -Nur brasero-2.30.2/plugins/cdrdao/burn-cdrdao.c brasero-2.30.2.new/plugins/cdrdao/burn-cdrdao.c +--- brasero-2.30.2/plugins/cdrdao/burn-cdrdao.c 2010-06-21 18:56:08.000000000 -0400 ++++ brasero-2.30.2.new/plugins/cdrdao/burn-cdrdao.c 2011-02-13 18:59:45.000000000 -0500 +@@ -775,7 +775,7 @@ + gint version [3] = { 1, 2, 0}; + brasero_plugin_test_app (plugin, + "cdrdao", +- "version", ++ 0, + "Cdrdao version %d.%d.%d - (C) Andreas Mueller ", + version); +