[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#516151: openmovieeditor: diff for NMU version 0.0.20080102-2.3



tags 516151 + patch
thanks

Dear maintainer,

I've prepared an NMU for openmovieeditor (versioned as 0.0.20080102-2.3) and
uploaded it to DELAYED/2, as per DevRef §5.11.1.
Please feel free to tell me if I should delay it longer.

Regards.
diff -u openmovieeditor-0.0.20080102/debian/changelog openmovieeditor-0.0.20080102/debian/changelog
--- openmovieeditor-0.0.20080102/debian/changelog
+++ openmovieeditor-0.0.20080102/debian/changelog
@@ -1,3 +1,11 @@
+openmovieeditor (0.0.20080102-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: 05_gcc4.4.dpatch refreshed, was missing one more
+    include, thanks to Martin Michlmayr (Closes: #516151)
+
+ -- David Paleino <dapal@debian.org>  Mon, 21 Dec 2009 17:15:05 +0100
+
 openmovieeditor (0.0.20080102-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u openmovieeditor-0.0.20080102/debian/patches/05_gcc-4.4.dpatch openmovieeditor-0.0.20080102/debian/patches/05_gcc-4.4.dpatch
--- openmovieeditor-0.0.20080102/debian/patches/05_gcc-4.4.dpatch
+++ openmovieeditor-0.0.20080102/debian/patches/05_gcc-4.4.dpatch
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad openmovieeditor-0.0.20080102~/src/AddCommand.cxx openmovieeditor-0.0.20080102/src/AddCommand.cxx
---- openmovieeditor-0.0.20080102~/src/AddCommand.cxx	2007-05-30 12:51:38.000000000 -0400
-+++ openmovieeditor-0.0.20080102/src/AddCommand.cxx	2009-03-09 15:29:09.000000000 -0400
+--- openmovieeditor-0.0.20080102~/src/AddCommand.cxx	2009-12-21 17:14:43.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/AddCommand.cxx	2009-12-21 17:14:46.000000000 +0100
 @@ -23,6 +23,8 @@
  #include "Timeline.H"
  #include "VideoTrack.H"
@@ -18,8 +18,8 @@
  {
  
 diff -urNad openmovieeditor-0.0.20080102~/src/DiskCache.H openmovieeditor-0.0.20080102/src/DiskCache.H
---- openmovieeditor-0.0.20080102~/src/DiskCache.H	2007-05-30 12:51:37.000000000 -0400
-+++ openmovieeditor-0.0.20080102/src/DiskCache.H	2009-03-09 15:29:37.000000000 -0400
+--- openmovieeditor-0.0.20080102~/src/DiskCache.H	2009-12-21 17:14:43.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/DiskCache.H	2009-12-21 17:14:46.000000000 +0100
 @@ -20,6 +20,8 @@
  #ifndef _DISK_CACHE_H_
  #define _DISK_CACHE_H_
@@ -30,8 +30,8 @@
  namespace nle
  {
 diff -urNad openmovieeditor-0.0.20080102~/src/JackPlaybackCore.cxx openmovieeditor-0.0.20080102/src/JackPlaybackCore.cxx
---- openmovieeditor-0.0.20080102~/src/JackPlaybackCore.cxx	2009-03-09 15:28:41.000000000 -0400
-+++ openmovieeditor-0.0.20080102/src/JackPlaybackCore.cxx	2009-03-09 15:30:16.000000000 -0400
+--- openmovieeditor-0.0.20080102~/src/JackPlaybackCore.cxx	2009-12-21 17:14:45.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/JackPlaybackCore.cxx	2009-12-21 17:14:46.000000000 +0100
 @@ -39,6 +39,7 @@
  #include "ErrorDialog/IErrorHandler.H"
  #include <iostream>
@@ -41,8 +41,8 @@
  #include <cstring>
  
 diff -urNad openmovieeditor-0.0.20080102~/src/MediaBrowser.cxx openmovieeditor-0.0.20080102/src/MediaBrowser.cxx
---- openmovieeditor-0.0.20080102~/src/MediaBrowser.cxx	2007-10-08 14:15:59.000000000 -0400
-+++ openmovieeditor-0.0.20080102/src/MediaBrowser.cxx	2009-03-09 15:30:47.000000000 -0400
+--- openmovieeditor-0.0.20080102~/src/MediaBrowser.cxx	2009-12-21 17:14:43.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/MediaBrowser.cxx	2009-12-21 17:14:46.000000000 +0100
 @@ -19,6 +19,7 @@
  
  #include <iostream>
@@ -52,8 +52,8 @@
  
  #include <FL/Fl.H>
 diff -urNad openmovieeditor-0.0.20080102~/src/WaveForm.H openmovieeditor-0.0.20080102/src/WaveForm.H
---- openmovieeditor-0.0.20080102~/src/WaveForm.H	2007-05-30 12:51:37.000000000 -0400
-+++ openmovieeditor-0.0.20080102/src/WaveForm.H	2009-03-09 15:31:10.000000000 -0400
+--- openmovieeditor-0.0.20080102~/src/WaveForm.H	2009-12-21 17:14:43.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/WaveForm.H	2009-12-21 17:14:46.000000000 +0100
 @@ -20,6 +20,8 @@
  #include "global_includes.H"
  #include "IdleHandler.H"
@@ -65,0 +66,11 @@
+diff -urNad openmovieeditor-0.0.20080102~/src/fl_font_browser.cpp openmovieeditor-0.0.20080102/src/fl_font_browser.cpp
+--- openmovieeditor-0.0.20080102~/src/fl_font_browser.cpp	2009-12-21 17:14:45.000000000 +0100
++++ openmovieeditor-0.0.20080102/src/fl_font_browser.cpp	2009-12-21 17:14:59.000000000 +0100
+@@ -28,6 +28,7 @@
+ 
+ 
+ #include "fl_font_browser.h"
++#include <cstdio>
+ #include <cstdlib>
+ #include <cstring>
+ using namespace std;



Reply to: