I have just made an NMU of odyssey to fix long standing bugs. Please
find attached the diff of the NMU.
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' [EMAIL PROTECTED] | [EMAIL PROTECTED]
`- people.debian.org/~aurel32 | www.aurel32.net
diff -u odyssey-0.4/debian/changelog odyssey-0.4/debian/changelog
--- odyssey-0.4/debian/changelog
+++ odyssey-0.4/debian/changelog
@@ -1,3 +1,11 @@
+odyssey (0.4-2.1) unstable; urgency=low
+
+ * Non maintainer upload for the Zürich BSP.
+ * Apply from Martin Michlmayr to fix FTBFS with GCC 4.3 Closes: #417457.
+ * Add armel to the list of supported architectures. Closes: #408788.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]> Sun, 13 Jan 2008 11:14:55 +0100
+
odyssey (0.4-2) unstable; urgency=low
* Added 10_workaround_cast_from_char_ptr to workaround bug #382153 in
diff -u odyssey-0.4/debian/control odyssey-0.4/debian/control
--- odyssey-0.4/debian/control
+++ odyssey-0.4/debian/control
@@ -6,7 +6,7 @@
Standards-Version: 3.7.2
Package: odyssey
-Architecture: alpha amd64 arm hppa ia64 kfreebsd-amd64 kfreebsd-i386 hurd-i386 i386 m68k sparc sparc64
+Architecture: alpha amd64 arm armel hppa ia64 kfreebsd-amd64 kfreebsd-i386 hurd-i386 i386 m68k sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PIC microcontroller programming application
odyssey is a serial device programming utility designed for use under
only in patch2:
unchanged:
--- odyssey-0.4.orig/src/ConfigFile.cxx
+++ odyssey-0.4/src/ConfigFile.cxx
@@ -19,6 +19,7 @@
using namespace std;
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <stdexcept>
#include <new>
only in patch2:
unchanged:
--- odyssey-0.4.orig/src/main.cxx
+++ odyssey-0.4/src/main.cxx
@@ -19,6 +19,7 @@
using namespace std;
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>