Hi,
I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition again.
Please find the used diff below.
Cheers,
Andi
diff -Nur ../vice-1.20~/debian/changelog ../vice-1.20/debian/changelog
--- ../vice-1.20~/debian/changelog 2007-06-26 14:27:02.000000000 +0000
+++ ../vice-1.20/debian/changelog 2007-06-26 14:27:24.000000000 +0000
@@ -1,3 +1,10 @@
+vice (1.20-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix to work with current X11. Closes: #418295
+
+ -- Andreas Barth <[EMAIL PROTECTED]> Tue, 26 Jun 2007 14:27:12 +0000
+
vice (1.20-2) unstable; urgency=low
* New maintainer, update to the newest standards-version.
diff -Nur ../vice-1.20~/src/arch/unix/x11/gnome/uicolor.c
../vice-1.20/src/arch/unix/x11/gnome/uicolor.c
--- ../vice-1.20~/src/arch/unix/x11/gnome/uicolor.c 2006-07-22
16:28:40.000000000 +0000
+++ ../vice-1.20/src/arch/unix/x11/gnome/uicolor.c 2007-06-26
14:28:50.000000000 +0000
@@ -167,7 +167,7 @@
way to do this? //tvr */
im = XCreateImage(display, GDK_VISUAL_XVISUAL(visual),
x11ui_get_display_depth(),
- ZPixmap, 0, (char *)data, 1, 1, 8, 1);
+ ZPixmap, 0, (char *)data, 1, 1, 8, 0);
if (!im) {
log_error(LOG_DEFAULT, _("XCreateImage failed."));
free(data);
diff -Nur ../vice-1.20~/src/arch/unix/x11/xaw/uicolor.c
../vice-1.20/src/arch/unix/x11/xaw/uicolor.c
--- ../vice-1.20~/src/arch/unix/x11/xaw/uicolor.c 2003-06-24
13:17:32.000000000 +0000
+++ ../vice-1.20/src/arch/unix/x11/xaw/uicolor.c 2007-06-26
14:27:51.000000000 +0000
@@ -121,7 +121,7 @@
/* This is a kludge to map pixels to zimage values. Is there a better
way to do this? //tvr */
im = XCreateImage(display, visual, x11ui_get_display_depth(),
- ZPixmap, 0, (char *)data, 1, 1, 8, 1);
+ ZPixmap, 0, (char *)data, 1, 1, 8, 0);
if (!im) {
log_error(LOG_DEFAULT, _("XCreateImage failed."));
free(data);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]