From 1f8dd96687dea4eb9b6b7f63e9f8b4530fcf2e47 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Thu, 23 Jun 2005 00:22:35 +0000 Subject: [PATCH] Updated the i386 control file template. svn path=/branches/linux-kernel-2.6.12/; revision=3391 --- debian/arch/i386/control.in | 136 ++++++++++++++++++++++++++++++------ 1 file changed, 116 insertions(+), 20 deletions(-) diff --git a/debian/arch/i386/control.in b/debian/arch/i386/control.in index bca27cb6f..73f862368 100644 --- a/debian/arch/i386/control.in +++ b/debian/arch/i386/control.in @@ -1,14 +1,40 @@ +Package: linux-headers-@version@-@abiname@-386 +Architecture: i386 +Section: devel +Priority: optional +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ +Description: Header files for Linux kernel @version@ on 386 + This package provides kernel header files for Linux kernel @version@ on + 386-class processors. These files are going to be installed in + the /usr/src/linux-headers-@version@-@abiname@-386. They may be used to build + third-party kernel modules, matching the kernel image provided by the + linux-image-@version@-@abiname@-386 package. + +Package: linux-image-@version@-@abiname@-386 +Architecture: i386 +Section: base +Priority: optional +Provides: linux-image, linux-image-@major@ +Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) +Conflicts: hotplug (<< 0.0.20040105-1) +Suggests: lilo (>= 19.1) | grub, fdutils, linux-doc-@version@ | linux-source-@version@ +Description: Linux kernel @version@ image on 386 + This package provides the binary image and pre-built loadable modules of + Linux kernel @version@ for 386-class processors. + Package: linux-headers-@version@-@abiname@-686 Architecture: i386 Section: devel Priority: optional Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ Provides: linux-headers, linux-headers-@major@ -Description: Linux kernel headers 2.6.11 on PPro/Celeron/PII/PIII/P4 - This package provides kernel header files for version 2.6.11 on - Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4. - Please read /usr/share/doc/kernel-headers-@version@-@abiname@/debian.README.gz for - details +Description: Header files for Linux kernel @version@ on PPro/Celeron/PII/PIII/P4 + This package provides kernel header files for Linux kernel @version@ on + PPro/Celeron/PII/PIII/P4 processors. These files are going to be installed in + the /usr/src/linux-headers-@version@-@abiname@-686. They may be used to build + third-party kernel modules, matching the kernel image provided by the + linux-image-@version@-@abiname@-686 package. Package: linux-image-@version@-@abiname@-686 Architecture: i386 @@ -18,18 +44,88 @@ Provides: linux-image, linux-image-@major@ Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) Conflicts: hotplug (<< 0.0.20040105-1) Suggests: lilo (>= 19.1) | grub, fdutils, linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel image for version @version@ on PPro/Celeron/PII/PIII/P4. - This package contains the Linux kernel image for version @version@ on - Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4, - the corresponding System.map file, and the modules built by the packager. - It also contains scripts that try to ensure that the system is not left in - a unbootable state after an update. - . - If you wish to update a bootdisk, or to use a bootloader to make - installing and using the image easier, we suggest you install the latest - fdutils (for formatting a floppy to be used as boot disk), and LILO, for a - powerful bootloader. Of course, both these are optional. - . - Kernel image packages are generally produced using kernel-package, - and it is suggested that you install that package if you wish to - create a custom kernel from the sources. +Description: Linux kernel @version@ image for PPro/Celeron/PII/PIII/P4 + This package provides the binary image and pre-built loadable modules of + Linux kernel @version@ for PPro/Celeron/PII/PIII/P4 processors. + +Package: linux-headers-@version@-@abiname@-686-smp +Architecture: i386 +Section: devel +Priority: optional +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ +Description: Header files for Linux kernel @version@ on PPro/Celeron/PII/PIII/P4 SMP + This package provides kernel header files for Linux kernel @version@ on + PPro/Celeron/PII/PIII/P4 processors with SMP (symmetric multi-processing) support. + These files are going to be installed in the /usr/src/linux-headers-@version@-@abiname@-686. + They may be used to build third-party kernel modules, matching the kernel + image provided by the linux-image-@version@-@abiname@-686-smp package. + +Package: linux-image-@version@-@abiname@-686-smp +Architecture: i386 +Section: base +Priority: optional +Provides: linux-image, linux-image-@major@ +Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) +Conflicts: hotplug (<< 0.0.20040105-1) +Suggests: lilo (>= 19.1) | grub, fdutils, linux-doc-@version@ | linux-source-@version@ +Description: Linux kernel @version@ image for PPro/Celeron/PII/PIII/P4 SMP + This package provides the binary image and pre-built loadable modules of + Linux kernel @version@ for PPro/Celeron/PII/PIII/P4 processors with SMP + (symmetric multi-processing) support. + +Package: linux-headers-@version@-@abiname@-k7 +Architecture: i386 +Section: devel +Priority: optional +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ +Description: Header files for Linux kernel @version@ on AMD Duron/Athlon/AthlonXP + This package provides kernel header files for Linux kernel @version@ on + 32-bit AMD Duron/Athlon/AthlonXP processors. These files are going to be installed in + the /usr/src/linux-headers-@version@-@abiname@-k7. They may be used to build + third-party kernel modules, matching the kernel image provided by the + linux-image-@version@-@abiname@-k7 package. + +Package: linux-image-@version@-@abiname@-k7 +Architecture: i386 +Section: base +Priority: optional +Provides: linux-image, linux-image-@major@ +Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) +Conflicts: hotplug (<< 0.0.20040105-1) +Suggests: lilo (>= 19.1) | grub, fdutils, linux-doc-@version@ | linux-source-@version@ +Description: Linux kernel @version@ image for AMD Duron/Athlon/AthlonXP + This package provides the binary image and pre-built loadable modules of + Linux kernel @version@ for AMD Duron/Athlon/AthlonXP 32-bit processors. + The kernel image for the AMD64-class processors (such as Athlon64 and Opteron) + is provided by the linux-image-@version@-@abiname@-k8 package. + +Package: linux-headers-@version@-@abiname@-k7-smp +Architecture: i386 +Section: devel +Priority: optional +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ +Description: Header files for Linux kernel @version@ on AMD Duron/Athlon/AthlonXP SMP + This package provides kernel header files for Linux kernel @version@ on + 32-bit AMD Duron/Athlon/AthlonXP processors with SMP (symmetric multi-processing) + support. These files are going to be installed in the + /usr/src/linux-headers-@version@-@abiname@-k7-smp. They may be used to build + third-party kernel modules, matching the kernel image provided by the + linux-image-@version@-@abiname@-k7-smp package. + +Package: linux-image-@version@-@abiname@-k7-smp +Architecture: i386 +Section: base +Priority: optional +Provides: linux-image, linux-image-@major@ +Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) +Conflicts: hotplug (<< 0.0.20040105-1) +Suggests: lilo (>= 19.1) | grub, fdutils, linux-doc-@version@ | linux-source-@version@ +Description: Linux kernel @version@ image for AMD Duron/Athlon/AthlonXP SMP + This package provides the binary image and pre-built loadable modules of + Linux kernel @version@ for AMD Duron/Athlon/AthlonXP 32-bit processors with SMP + (symmetric multi-processing) support. The kernel image for SMP machines with AMD64-class + processors (such as Athlon64 and Opteron) is provided by the + linux-image-@version@-@abiname@-k8-smp package.