Add missing kernel-arch and kernel-header-dirs to defines

so headers get included. (closes: #336521)
    N.B: I only filled in arches where other's hadn't done so alread.
         Please fix if its wrong.

svn path=/dists/trunk/linux-2.6/; revision=4695
This commit is contained in:
Simon Horman 2005-10-31 08:00:52 +00:00
parent 5a5a8812cb
commit 221d96db71
8 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[base]
compiler: gcc-3.3
flavours: alpha-generic alpha-smp
kernel-arch: alpha
kernel-header-dirs: alpha
suggests: aboot, fdutils
kernel-arch: alpha

View File

@ -5,4 +5,6 @@ flavours:
ixp4xx
rpc
s3c2410
kernel-arch: arm
kernel-header-dirs: arm
suggests: fdutils

View File

@ -4,6 +4,8 @@ flavours:
32-smp
64
64-smp
kernel-arch: parisc
kernel-header-dirs: parisc
suggests: palo
[32]

View File

@ -5,6 +5,8 @@ flavours:
686-smp
k7
k7-smp
kernel-arch: i386
kernel-header-dirs: i386
suggests: lilo (>= 19.1) | grub, fdutils
[686]

View File

@ -4,6 +4,8 @@ flavours:
itanium-smp
mckinley
mckinley-smp
kernel-arch: ia64
kernel-header-dirs: ia64
suggests: elilo, fdutils
[itanium]

View File

@ -10,6 +10,8 @@ flavours:
mvme16x
q40
sun3
kernel-arch: m68k
kernel-header-dirs: m68k
suggests: vmelilo, fdutils
[amiga]

View File

@ -2,6 +2,8 @@
desc: This kernel has support to IPL (boot) from a VM reader or DASD device.
flavours: s390 s390x
suggests: s390-tools
kernel-arch: s390
kernel-header-dirs: s390
[s390]
class: IBM S/390

6
debian/changelog vendored
View File

@ -5,6 +5,10 @@ linux-2.6 (2.6.14-2) UNRELEASED; urgency=low
This fix, included as part of the 2.6.13.4 patch in
2.6.13+2.6.14-rc4-0experimental.1 is CVE-2005-3181
* Fix genearation of .extraversion, again (closes: #333842)
* Add missing kernel-arch and kernel-header-dirs to defines
so headers get included. (closes: #336521)
N.B: I only filled in arches where other's hadn't done so alread.
Please fix if its wrong.
[ dann frazier ]
* Update hppa.diff to 2.6.14-pa0
@ -23,7 +27,7 @@ linux-2.6 (2.6.14-2) UNRELEASED; urgency=low
* Deactivate AUDITSYSCALL globally, it slows down the kernel and is not
needed for selinux at all.
-- Norbert Tretkowski <nobse@debian.org> Fri, 28 Oct 2005 19:26:34 +0200
-- Simon Horman <horms@debian.org> Mon, 31 Oct 2005 16:57:56 +0900
linux-2.6 (2.6.14-1) unstable; urgency=low