Your message dated Tue, 18 Dec 2007 00:41:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Kconfig for macintosh device drivers broken
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-source-2.6.20
Version: 2.6.20-1
Severity: normal
Tags: patch

drivers/macintosh/Kconfig depends on PPC_MAC while there only exists
PPC_PMAC  in the rest of the kernel source. As a result, these drivers
never get a chance to be build.
The attached patch fixes this.

elmar

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.20 depends on:
ii  binutils                      2.17-3     The GNU assembler, linker and bina
ii  bzip2                         1.0.3-6    high-quality block-sorting file co

Versions of packages linux-source-2.6.20 recommends:
ii  gcc                           4:4.1.1-15 The GNU C compiler
ii  libc6-dev [libc-dev]          2.5-1      GNU C Library: Development Librari
ii  make                          3.81-3     The GNU version of the "make" util

-- no debconf information

-- 

 .'"`.                                                            /"\
| :' :   Elmar Hoffmann <[EMAIL PROTECTED]>    ASCII Ribbon Campaign  \ /
`. `'    GPG key available via pgp.net        against HTML email   X
  `-                                                    & vCards  / \
--- linux-source-2.6.20/drivers/macintosh/Kconfig~	2007-04-09 19:51:10.000000000 +0200
+++ linux-source-2.6.20/drivers/macintosh/Kconfig	2007-04-14 14:09:56.000000000 +0200
@@ -1,6 +1,6 @@
 
 menu "Macintosh device drivers"
-	depends on PPC_MAC || PPC_CHRP || MAC || X86
+	depends on PPC_PMAC || PPC_CHRP || MAC || X86
 
 config ADB
 	bool "Apple Desktop Bus (ADB) support"

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 2.6.22-1

fixed upstream in between, thus closing.

-- 
maks


--- End Message ---

Reply via email to