NMU has entered the delayed queue. diff -u libipod-0.1.2/debian/changelog libipod-0.1.2/debian/changelog --- libipod-0.1.2/debian/changelog +++ libipod-0.1.2/debian/changelog @@ -1,3 +1,11 @@ +libipod (0.1.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add some include directives to fix implicit pointer conversions caused + by missing prototypes for ipod_memory_alloc(). (Closes: #403288) + + -- dann frazier <[EMAIL PROTECTED]> Tue, 9 Jan 2007 17:46:56 -0700 + libipod (0.1.2-1) unstable; urgency=low * First upload to Debian. (Closes: #396155) only in patch2: unchanged: --- libipod-0.1.2.orig/src/ipod_track_from_mp3.c +++ libipod-0.1.2/src/ipod_track_from_mp3.c @@ -25,6 +25,7 @@ #include <ipod/ipod_constants.h> #include <ipod/ipod_string.h> #include <ipod/ipod_error.h> +#include <ipod/ipod_memory.h> #include <stdio.h> #define IPOD_MPEG_VERSION_1 3 only in patch2: unchanged: --- libipod-0.1.2.orig/src/ipod_file_utils.c +++ libipod-0.1.2/src/ipod_file_utils.c @@ -21,6 +21,7 @@ #include <ipod/ipod_file_utils.h> #include <ipod/ipod_error.h> +#include <ipod/ipod_memory.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h>
-- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

