I have made an NMU of animals to fix a long standing bug. Please find
the diff attached.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u animals-20031130/debian/changelog animals-20031130/debian/changelog
--- animals-20031130/debian/changelog
+++ animals-20031130/debian/changelog
@@ -1,3 +1,11 @@
+animals (20031130-2.3) unstable; urgency=low
+
+  * Non-maintainer upload from the Zürich BSP.
+  * Apply patch from Martin Michlmayr to fix FBTFS with GCC 4.3 (Closes:
+    #417081).
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sun, 13 Jan 2008 12:03:43 +0100
+
 animals (20031130-2.2) unstable; urgency=low
 
   * Switch to db4.6.   closes: #421958.
only in patch2:
unchanged:
--- animals-20031130.orig/db4++-stuff.cc
+++ animals-20031130/db4++-stuff.cc
@@ -23,6 +23,7 @@
 #include "db4++-stuff.h"
 #include "main.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <sstream>
 #include <errno.h>
only in patch2:
unchanged:
--- animals-20031130.orig/main.cc
+++ animals-20031130/main.cc
@@ -5,6 +5,7 @@
 #include "db4++-stuff.h"
 #include "util.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <sstream>
 // #include <gdbm.h>
@@ -224,7 +225,7 @@
   exit(0);
 }
 
-int main(int argc, char *argv)
+int main(int argc, char **argv)
 {
   std::string wantsToContinue("y");
   char ret[3];

Reply via email to