Replace kernel- -> linux- in sparc control file

template.

svn path=/branches/linux-kernel-2.6.12/; revision=3373
This commit is contained in:
Jurij Smakov 2005-06-19 23:36:25 +00:00
parent e40b71b33f
commit a668d9d9df
1 changed files with 24 additions and 24 deletions

View File

@ -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.