[Oval-commits] r332 - in branches/debian/debian: . patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Sat Mar 8 21:38:39 UTC 2008


Author: blaze-guest
Date: 2008-03-08 21:38:39 +0000 (Sat, 08 Mar 2008)
New Revision: 332

Added:
   branches/debian/debian/patches/debian.gcc43.patch
Modified:
   branches/debian/debian/changelog
   branches/debian/debian/patches/series
Log:
Add missing includes to fix build with GCC 4.3 (Closes #455333)

Modified: branches/debian/debian/changelog
===================================================================
--- branches/debian/debian/changelog	2008-02-24 21:43:30 UTC (rev 331)
+++ branches/debian/debian/changelog	2008-03-08 21:38:39 UTC (rev 332)
@@ -1,3 +1,9 @@
+oval-interpreter (5.3-2) unstable; urgency=low
+
+  * Add patch debian.gcc43.patch - missing includes for GCC 4.3 (Closes: #455333)
+
+ -- Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>  Sun, 09 Mar 2008 01:09:30 +0400
+
 oval-interpreter (5.3-1) unstable; urgency=low
 
   * Initial release (Closes: #436941)

Added: branches/debian/debian/patches/debian.gcc43.patch
===================================================================
--- branches/debian/debian/patches/debian.gcc43.patch	                        (rev 0)
+++ branches/debian/debian/patches/debian.gcc43.patch	2008-03-08 21:38:39 UTC (rev 332)
@@ -0,0 +1,33 @@
+diff -urN oval-interpreter-5.3.orig/src/AbsObjectCollector.h oval-interpreter-5.3/src/AbsObjectCollector.h
+--- oval-interpreter-5.3.orig/src/AbsObjectCollector.h	2008-03-09 01:08:23.000000000 +0400
++++ oval-interpreter-5.3/src/AbsObjectCollector.h	2008-03-09 01:15:21.000000000 +0400
+@@ -46,6 +46,7 @@
+ #include <vector>
+ #include <iostream>
+ #include <stdlib.h>
++#include <typeinfo>
+ 
+ #include "OvalEnum.h"
+ #include "Filter.h"
+diff -urN oval-interpreter-5.3.orig/src/Common.h oval-interpreter-5.3/src/Common.h
+--- oval-interpreter-5.3.orig/src/Common.h	2008-03-09 01:08:23.000000000 +0400
++++ oval-interpreter-5.3/src/Common.h	2008-03-09 01:15:21.000000000 +0400
+@@ -45,6 +45,7 @@
+ 
+ #include <iostream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <time.h>
+ #include <sstream>
+diff -urN oval-interpreter-5.3.orig/src/REGEX.h oval-interpreter-5.3/src/REGEX.h
+--- oval-interpreter-5.3.orig/src/REGEX.h	2008-03-09 01:08:23.000000000 +0400
++++ oval-interpreter-5.3/src/REGEX.h	2008-03-09 01:15:21.000000000 +0400
+@@ -39,6 +39,7 @@
+ 
+ #include <sstream>
+ #include <string>
++#include <cstring>
+ 
+ using namespace std;
+ 

Modified: branches/debian/debian/patches/series
===================================================================
--- branches/debian/debian/patches/series	2008-02-24 21:43:30 UTC (rev 331)
+++ branches/debian/debian/patches/series	2008-03-08 21:38:39 UTC (rev 332)
@@ -5,3 +5,4 @@
 debian.manpage.patch
 debian.xsddir.patch
 debian.makefile.patch
+debian.gcc43.patch




More information about the Oval-commits mailing list