Source: rootskel-gtk Version: 1.17 Severity: wishlist Tags: d-i patch Hi,
please find attached the patch to switch from DirectFB to X11. See http://lists.debian.org/debian-boot/2010/03/msg00313.html for the details. Thanks for considering. Mraw, KiBi.
Index: debian/changelog =================================================================== --- debian/changelog (révision 62665) +++ debian/changelog (copie de travail) @@ -1,3 +1,13 @@ +rootskel-gtk (1.18) UNRELEASED; urgency=low + + * Switch to X instead of DirectFB: + - src/lib/debian-installer.d/S??directfb-*: remove + - src/lib/debian-installer.d/S62Xorg: start the X server + - src/etc/directfbrc: remove + - not sure what to do with src/lib/debian-installer.d/S59check-vesa-x86 + + -- Julien Cristau <[email protected]> Sun, 07 Feb 2010 23:09:01 +0000 + rootskel-gtk (1.17) unstable; urgency=low [ Colin Watson ] Index: src/lib/debian-installer.d/Makefile =================================================================== --- src/lib/debian-installer.d/Makefile (révision 62665) +++ src/lib/debian-installer.d/Makefile (copie de travail) @@ -15,12 +15,8 @@ endif files = \ - S62directfb-hw-accel \ - S62directfb-cairo-workaround + S62Xorg -files_exec = \ - S62directfb-mouse-settings - ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU))) files += \ S59check-vesa-x86 \ @@ -28,8 +24,7 @@ endif ifneq (,$(filter powerpc,$(DEB_HOST_ARCH_CPU))) files += \ - S61mouse-support-powerpc \ - S63directfb-linux-powerpc + S61mouse-support-powerpc endif include ../../../Makefile.inc Index: src/etc/Makefile =================================================================== --- src/etc/Makefile (révision 62665) +++ src/etc/Makefile (copie de travail) @@ -3,7 +3,4 @@ subdirs = \ gtk-2.0 -files = \ - directfbrc - include ../../Makefile.inc

