Hi,

Attached is the diff for my ois 0.99+1.0rc1-2.1 NMU.
diff -u ois-0.99+1.0rc1/debian/changelog ois-0.99+1.0rc1/debian/changelog
--- ois-0.99+1.0rc1/debian/changelog
+++ ois-0.99+1.0rc1/debian/changelog
@@ -1,3 +1,10 @@
+ois (0.99+1.0rc1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix g++-4.3 FTBFS thanks to Cyril Brulebois (Closes: 455453)
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 22:44:06 +0000
+
 ois (0.99+1.0rc1-2) unstable; urgency=low
 
   * Fixed debian/rules clean (Closes: #442694) and watchfile (Closes: #450304)
only in patch2:
unchanged:
--- ois-0.99+1.0rc1.orig/src/linux/LinuxInputManager.cpp
+++ ois-0.99+1.0rc1/src/linux/LinuxInputManager.cpp
@@ -26,6 +26,8 @@
 #include "linux/LinuxMouse.h"
 #include "OISException.h"
 
+#include <cstdlib>
+
 using namespace OIS;
 
 const std::string LinuxInputManager::iName = "X11 Linux Input Manager";
only in patch2:
unchanged:
--- ois-0.99+1.0rc1.orig/src/linux/LinuxKeyboard.cpp
+++ ois-0.99+1.0rc1/src/linux/LinuxKeyboard.cpp
@@ -30,6 +30,7 @@
 
 using namespace OIS;
 #include <iostream>
+#include <cstring>
 //-------------------------------------------------------------------//
 LinuxKeyboard::LinuxKeyboard(InputManager* creator, bool buffered, bool grab, 
bool useXRepeat)
 {

Reply via email to