tags 455448 + patch
thanks

Hi,

The following is the diff for my libinstrudeo 0.1.4-4.1 NMU.

diff -u libinstrudeo-0.1.4/debian/changelog libinstrudeo-0.1.4/debian/changelog
--- libinstrudeo-0.1.4/debian/changelog
+++ libinstrudeo-0.1.4/debian/changelog
@@ -1,3 +1,10 @@
+libinstrudeo (0.1.4-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch from Cyril Brulebois to fix g++-4.3 FTBFS (Closes: #455448).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 22:10:26 +0000
+
 libinstrudeo (0.1.4-4) unstable; urgency=low
 
   * Added a patch (02-configure.dpatch) for building with ftgl_pic instead of 
ftgl (Closes: #403116)
diff -u libinstrudeo-0.1.4/debian/patches/00list 
libinstrudeo-0.1.4/debian/patches/00list
--- libinstrudeo-0.1.4/debian/patches/00list
+++ libinstrudeo-0.1.4/debian/patches/00list
@@ -2,0 +3 @@
+03-gcc-4.3.dpatch
--- libinstrudeo-0.1.4.orig/debian/patches/03-gcc-4.3.dpatch
+++ libinstrudeo-0.1.4/debian/patches/03-gcc-4.3.dpatch
@@ -0,0 +1,48 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
[EMAIL PROTECTED]@
+
+--- a/src/isdexport/isdexport.cpp
++++ b/src/isdexport/isdexport.cpp
+@@ -53,6 +53,8 @@
+ 
+ #include "isdexporterrors.h"
+ 
++#include <cstring>
++
+ using namespace std;
+ 
+ //----CHILD CLASS-----
+--- a/src/libinstrudeo/isdffmpegexporter.cpp
++++ b/src/libinstrudeo/isdffmpegexporter.cpp
+@@ -47,6 +47,8 @@
+ #define LOG_HEADER "Error while exporting recording using the FFmpeg library: 
\n"
+ #include <libinstrudeo/isdloggermacros.h>
+ 
++#include <cstring>
++
+ //-----CONSTRUCTORS-----
+ ISDFFmpegExporter::ISDFFmpegExporter(string outFileName, ISDRecording* rec,
+                                    Glib::ustring* lang, ISDProgressCallback* 
callbackClass,
+--- a/src/libinstrudeo/isdvideocanvas.cpp
++++ b/src/libinstrudeo/isdvideocanvas.cpp
+@@ -48,6 +48,8 @@
+ #define LOG_HEADER "Error while accessing video canvas: \n"
+ #include <libinstrudeo/isdloggermacros.h>
+ 
++#include <cstring>
++
+ //-----CONSTRUCTORS-----
+ ISDVideoCanvas::ISDVideoCanvas(ISDVideoProperties* videoProperties)
+     : ISDGLWidget(),
+--- a/src/libinstrudeo/isdvnclogimporter.cpp
++++ b/src/libinstrudeo/isdvnclogimporter.cpp
+@@ -47,6 +47,8 @@
+ #define LOG_HEADER "Error while importing isdViewer file: \n"
+ #include <libinstrudeo/isdloggermacros.h>
+ 
++#include <cstring>
++
+ //-----CONSTRUCTORS-----
+ ISDVncLogImporter::ISDVncLogImporter(const string vncLogFileName)
+     : ISDImporter(vncLogFileName),



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to