NMU uploaded to 7-day delayed queue. Patch follows: diff -u vice-1.22/debian/changelog vice-1.22/debian/changelog --- vice-1.22/debian/changelog +++ vice-1.22/debian/changelog @@ -1,3 +1,11 @@ +vice (1.22-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add a missing include directive, resolving an implicitly pointer conversion + issue. Closes: #449427 + + -- dann frazier <[EMAIL PROTECTED]> Thu, 13 Dec 2007 12:15:30 -0700 + vice (1.22-1) unstable; urgency=low * New upstream version (closes: #428280). only in patch2: unchanged: --- vice-1.22.orig/src/arch/unix/x11/gnome/uifileentry.c +++ vice-1.22/src/arch/unix/x11/gnome/uifileentry.c @@ -28,6 +28,7 @@ #include <stdio.h> #include <gtk/gtkfilechooser.h> +#include <gtk/gtkfilechooserwidget.h> #include "uifileentry.h"
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]