[Demudi-commits] r1568 - in openmovieeditor/trunk/debian: . patches

andete-guest at alioth.debian.org andete-guest at alioth.debian.org
Mon Sep 3 17:38:50 UTC 2007


Author: andete-guest
Date: 2007-09-03 17:38:50 +0000 (Mon, 03 Sep 2007)
New Revision: 1568

Modified:
   openmovieeditor/trunk/debian/changelog
   openmovieeditor/trunk/debian/patches/01_gcc4.3.dpatch
Log:


Modified: openmovieeditor/trunk/debian/changelog
===================================================================
--- openmovieeditor/trunk/debian/changelog	2007-09-03 10:37:26 UTC (rev 1567)
+++ openmovieeditor/trunk/debian/changelog	2007-09-03 17:38:50 UTC (rev 1568)
@@ -1,3 +1,9 @@
+openmovieeditor (0.0.20061221-4) unstable; urgency=low
+
+  * fix FTBFS (missing cstdlib) (Closes: #436356)
+
+ -- Joost Yervante Damad <andete at debian.org>  Mon, 03 Sep 2007 13:36:15 +0200
+
 openmovieeditor (0.0.20061221-3) unstable; urgency=low
 
   * Fix FTBS with gcc-4.3 (Closes: #417460) 

Modified: openmovieeditor/trunk/debian/patches/01_gcc4.3.dpatch
===================================================================
--- openmovieeditor/trunk/debian/patches/01_gcc4.3.dpatch	2007-09-03 10:37:26 UTC (rev 1567)
+++ openmovieeditor/trunk/debian/patches/01_gcc4.3.dpatch	2007-09-03 17:38:50 UTC (rev 1568)
@@ -37,3 +37,13 @@
  
  #include <FL/Fl.H>
  #include <FL/filename.H>
+--- old/src/helper.cxx	2006-12-17 21:14:05.000000000 +0530
++++ new/src/helper.cxx	2007-08-22 14:32:04.000000000 +0530
+@@ -20,6 +20,7 @@
+ #include "config.h"
+ 
+ #include <cstdio>
++#include <cstdlib>
+ #include <cstring>
+ #include <cerrno>
+ #include <sys/types.h>




More information about the Demudi-commits mailing list