Package: rootskel-gtk Version: 1.20 Severity: normal Tags: patch S61mouse-support-x86 is Linux-specific, but installed unconditionally. Patch attached.
logo_debian.png also displays a "GNU/Linux" label even on non-Linux ports. For simplicity I propose a logo with blank background (which is a graphical editing task even I can do!). PNG attached. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 8.1-1-amd64 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -ur rootskel-gtk-1.20.old//src/lib/debian-installer.d/Makefile rootskel-gtk-1.20//src/lib/debian-installer.d/Makefile --- rootskel-gtk-1.20.old//src/lib/debian-installer.d/Makefile 2010-03-26 13:22:23.000000000 +0100 +++ rootskel-gtk-1.20//src/lib/debian-installer.d/Makefile 2010-09-12 20:40:01.296029522 +0200 @@ -17,10 +17,12 @@ files = \ S62Xorg +ifeq ($(DEB_HOST_ARCH_OS),linux) ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU))) files += \ S61mouse-support-x86 endif +endif ifneq (,$(filter powerpc,$(DEB_HOST_ARCH_CPU))) files += \ S61mouse-support-powerpc
<<attachment: logo_debian.png>>