[Pkg-corba-devel] Bug#504864: omnievents: diff for NMU version 1:2.6.2-1.2

David Paleino dapal at debian.org
Mon Dec 21 16:18:23 UTC 2009


Dear maintainer,

I've prepared an NMU for omnievents (versioned as 1:2.6.2-1.2) 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 omnievents-2.6.2/debian/changelog omnievents-2.6.2/debian/changelog
--- omnievents-2.6.2/debian/changelog
+++ omnievents-2.6.2/debian/changelog
@@ -1,3 +1,11 @@
+omnievents (1:2.6.2-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.4, added missing #includes, thanks to Martin
+    Michlmayr (Closes: #504864)
+
+ -- David Paleino <dapal at debian.org>  Mon, 21 Dec 2009 17:05:30 +0100
+
 omnievents (1:2.6.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload to fix release goal.
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/examples/pushsupp.cc
+++ omnievents-2.6.2/examples/pushsupp.cc
@@ -152,6 +152,8 @@
 #  include <signal.h>
 #endif
 
+#include <cstdio>
+
 #include "CosEventComm.hh"
 #include "CosEventChannelAdmin.hh"
 #include "naming.h"
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/examples/pushcons.cc
+++ omnievents-2.6.2/examples/pushcons.cc
@@ -159,6 +159,8 @@
 #  include <signal.h>
 #endif
 
+#include <cstdio>
+
 #include "CosEventComm.hh"
 #include "CosEventChannelAdmin.hh"
 #include "naming.h"
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/examples/pullsupp.cc
+++ omnievents-2.6.2/examples/pullsupp.cc
@@ -144,6 +144,8 @@
 #  include <signal.h>
 #endif
 
+#include <cstdio>
+
 #include "CosEventComm.hh"
 #include "CosEventChannelAdmin.hh"
 #include "naming.h"
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/examples/pullcons.cc
+++ omnievents-2.6.2/examples/pullcons.cc
@@ -148,6 +148,8 @@
 #  include <signal.h>
 #endif
 
+#include <cstdio>
+
 #include "CosEventComm.hh"
 #include "CosEventChannelAdmin.hh"
 #include "naming.h"
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/tools/rmeventc.cc
+++ omnievents-2.6.2/tools/rmeventc.cc
@@ -46,6 +46,8 @@
 #  include <iostream.h>
 #endif
 
+#include <cstdio>
+
 #ifdef HAVE_STD_IOSTREAM
 using namespace std;
 #endif
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/tools/eventf.cc
+++ omnievents-2.6.2/tools/eventf.cc
@@ -46,6 +46,8 @@
 #  include <iostream.h>
 #endif
 
+#include <cstdio>
+
 #ifdef HAVE_STD_IOSTREAM
 using namespace std;
 #endif
only in patch2:
unchanged:
--- omnievents-2.6.2.orig/tools/eventc.cc
+++ omnievents-2.6.2/tools/eventc.cc
@@ -184,6 +184,8 @@
 #  include <signal.h>
 #endif
 
+#include <cstdio>
+
 #include "omniEvents.hh"
 #include "naming.h"
 





More information about the Pkg-corba-devel mailing list