tags 462565 + patch
thanks

Hi,

Attached is the diff for my therion 0.5.1+nmu1 NMU.

Cheers,
        Moritz
diff -Nru therion-0.5.1/debian/changelog /tmp/VGjx4JEmhP/therion-0.5.1+nmu1/debian/changelog
--- therion-0.5.1/debian/changelog	2008-01-03 02:35:52.000000000 +0100
+++ therion-0.5.1+nmu1/debian/changelog	2008-03-20 02:06:39.000000000 +0100
@@ -1,3 +1,10 @@
+therion (0.5.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix GCC 4.3 compatibility (Closes: #462565)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]>  Thu, 20 Mar 2008 02:06:17 +0100
+
 therion (0.5.1) unstable; urgency=low
 
   * New upstream release, Closes: #440534
diff -Nru /tmp/lUh8A3Wmsx/therion-0.5.1/debian/patches/gcc4.3.diff /tmp/VGjx4JEmhP/therion-0.5.1+nmu1/debian/patches/gcc4.3.diff
--- therion-0.5.1/debian/patches/gcc4.3.diff	1970-01-01 01:00:00.000000000 +0100
+++ therion-0.5.1+nmu1/debian/patches/gcc4.3.diff	2008-03-20 02:05:31.000000000 +0100
@@ -0,0 +1,22 @@
+diff -aur therion.orig/thbezier.cxx therion/thbezier.cxx
+--- therion.orig/thbezier.cxx	2007-05-25 18:51:30.000000000 +0200
++++ therion/thbezier.cxx	2008-03-20 02:05:04.000000000 +0100
+@@ -47,6 +47,7 @@
+  
+ #include "thbezier.h"
+ #include "assert.h"
++#include <cstdio>
+ 
+ #define __SP_BEZIER_UTILS_C__
+ 
+diff -aur therion.orig/thwarppt.cxx therion/thwarppt.cxx
+--- therion.orig/thwarppt.cxx	2007-07-12 13:07:44.000000000 +0200
++++ therion/thwarppt.cxx	2008-03-20 02:04:19.000000000 +0100
+@@ -29,6 +29,7 @@
+  */
+ #include <assert.h>
+ #include <sstream>
++#include <cstring>
+ 
+ #include "thwarppt.h"
+ 

Reply via email to