From a668d9d9df03552a603666aa02517f700514eb78 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Sun, 19 Jun 2005 23:36:25 +0000 Subject: [PATCH] Replace kernel- -> linux- in sparc control file template. svn path=/branches/linux-kernel-2.6.12/; revision=3373 --- debian/arch/sparc/control.in | 48 ++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/debian/arch/sparc/control.in b/debian/arch/sparc/control.in index b29efe1e6..d5ff890d4 100644 --- a/debian/arch/sparc/control.in +++ b/debian/arch/sparc/control.in @@ -1,21 +1,21 @@ -Package: kernel-headers-@version@-@abiname@-sparc32 +Package: linux-headers-@version@-@abiname@-sparc32 Architecture: sparc Section: devel Priority: optional -Depends: coreutils | fileutils (>= 4.0), kernel-headers-@version@-@abiname@ -Provides: kernel-headers, kernel-headers-2.6 +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ Description: Header files for Linux kernel @version@ on uniprocessor 32-bit SPARC This package provides kernel header files for version @version@ on the 32-bit SPARC architecture, used to build out-of-tree kernel modules. If you have - more than one processor, you want the kernel-headers-@version@-@abiname@-sparc64-smp + more than one processor, you want the linux-headers-@version@-@abiname@-sparc64-smp package. -Package: kernel-image-@version@-@abiname@-sparc32 +Package: linux-image-@version@-@abiname@-sparc32 Section: base Architecture: sparc Priority: optional -Provides: kernel-image, kernel-image-2.6 -Suggests: silo, fdutils, kernel-doc-@version@ +Provides: linux-image, linux-image-@major@ +Suggests: silo, fdutils, linux-doc-@version@ Depends: module-init-tools, initrd-tools (>= 0.1.74) Description: Linux kernel binary image for UltraSPARC (sparc32) systems This package contains the Linux kernel image, the System.map file, @@ -29,26 +29,26 @@ Description: Linux kernel binary image for UltraSPARC (sparc32) systems . NOTE: This kernel is strictly for 32-bit Super/HyperSPARC (sun4m) class systems. If you do not have a SuperSPARC or HyperSPARC CPU, then most likely - you want the sparc64 image. See kernel-image-@version@-@abiname@-sparc64. + you want the sparc64 image. See linux-image-@version@-@abiname@-sparc64. -Package: kernel-headers-@version@-@abiname@-sparc64 +Package: linux-headers-@version@-@abiname@-sparc64 Architecture: sparc Section: devel Priority: optional -Depends: coreutils | fileutils (>= 4.0), kernel-headers-@version@-@abiname@ -Provides: kernel-headers, kernel-headers-2.6 +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-2.6 Description: Header files for Linux kernel @version@ on uniprocessor 64-bit SPARC This package provides kernel header files for version @version@ on the 64-bit SPARC architecture, used to build out-of-tree kernel modules. If you have - more than one processor, you want the kernel-headers-@version@-@abiname@-sparc64-smp + more than one processor, you want the linux-headers-@version@-@abiname@-sparc64-smp package. -Package: kernel-image-@version@-@abiname@-sparc64 +Package: linux-image-@version@-@abiname@-sparc64 Section: base Architecture: sparc Priority: optional -Provides: kernel-image, kernel-image-2.6 -Suggests: silo, fdutils, kernel-doc-@version@ +Provides: linux-image, linux-image-@major@ +Suggests: silo, fdutils, linux-doc-@version@ Depends: module-init-tools, initrd-tools (>= 0.1.63) Description: Linux kernel binary image for UltraSPARC (sparc64) systems This package contains the Linux kernel image, the System.map file, @@ -62,26 +62,26 @@ Description: Linux kernel binary image for UltraSPARC (sparc64) systems . NOTE: This kernel is strictly for UltraSPARC (sparc64) class systems. If you do not have an UltraSPARC, then most likely you want the sparc32 image. See - kernel-image-@version@-@abiname@-sparc32. + linux-image-@version@-@abiname@-sparc32. -Package: kernel-headers-@version@-@abiname@-sparc64-smp +Package: linux-headers-@version@-@abiname@-sparc64-smp Architecture: sparc Section: devel Priority: optional -Depends: coreutils | fileutils (>= 4.0), kernel-headers-@version@-@abiname@ -Provides: kernel-headers, kernel-headers-2.6 +Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ +Provides: linux-headers, linux-headers-@major@ Description: Header files for Linux kernel @version@ on multiprocessor 64-bit SPARC This package provides kernel header files for version @version@ on the 64-bit SPARC architecture, used to build out-of-tree kernel modules. If you only - have one processor, you want the kernel-headers-@version@-@abiname@-sparc64 package + have one processor, you want the linux-headers-@version@-@abiname@-sparc64 package instead. -Package: kernel-image-@version@-@abiname@-sparc64-smp +Package: linux-image-@version@-@abiname@-sparc64-smp Section: base Architecture: sparc Priority: optional -Provides: kernel-image, kernel-image-2.6 -Suggests: silo, fdutils, kernel-doc-@version@ +Provides: linux-image, linux-image-@major@ +Suggests: silo, fdutils, linux-doc-@version@ Depends: module-init-tools, initrd-tools (>= 0.1.63) Description: Linux kernel binary image for SMP UltraSPARC (sparc64) systems This package contains the Linux kernel image, the System.map file, @@ -95,6 +95,6 @@ Description: Linux kernel binary image for SMP UltraSPARC (sparc64) systems . NOTE: This kernel is strictly for UltraSPARC (sparc64) class systems. If you do not have an UltraSPARC, then most likely you want the sparc32 image. - See kernel-image-@version@-@abiname@-sparc32. Also, this kernel is + See linux-image-@version@-@abiname@-sparc32. Also, this kernel is specifically for SMP (multiple processors) systems. If you do not have more than one CPU, then choose the non-SMP kernel image.