another wording change..

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3600
This commit is contained in:
Andres Salomon 2005-07-20 20:48:50 +00:00
parent 2ca7886f0f
commit 7c95e2d10c
8 changed files with 10 additions and 10 deletions

2
debian/Makefile vendored
View File

@ -184,7 +184,7 @@ $(kdir): post-install-$(subarch) $(wildcard templates/control.*.in)
cp changelog $(tkdir)/debian
cp copyright $(tkdir)/debian
substitute() { \
class="$$2"; \
class="$$2-class"; \
desc=""; \
[ -f "debian/arch/$(karch)/$(append)/desc.$$2" ] && . "debian/arch/$(karch)/$(append)/desc.$$2"; \
cat templates/control.$$1 | \

View File

@ -1,2 +1,2 @@
class="IBM S/390"
class="IBM S/390-class"
desc="This kernel has support to IPL (boot) from a VM reader or DASD device."

View File

@ -1,2 +1,2 @@
class="IBM zSeries"
class="IBM zSeries-class"
desc="This kernel has support to IPL (boot) from a VM reader or DASD device."

View File

@ -1 +1 @@
class="uni-processor 64-bit UltraSPARC"
class="uniprocessor 64-bit UltraSPARC class"

View File

@ -1 +1 @@
class="multi-processor 64-bit UltraSPARC"
class="multi-processor 64-bit UltraSPARC class"

2
debian/rules vendored
View File

@ -259,7 +259,7 @@ debian/control: $(wildcard debian/templates/control.*.in)
sa=""; \
[ -f $$sa_tmp ] && sa=$$(basename $$(dirname $$sa_tmp))-; \
all_headers_pkgs=`get_all_headers_pkgs $$2 $$sa`; \
class="$$3"; \
class="$$3-class"; \
desc=""; \
[ -f "debian/arch/$$2/$$sa/desc.$$3" ] && . "debian/arch/$$2/$$sa/desc.$$3"; \
cat debian/templates/control.$$1 | \

View File

@ -4,9 +4,9 @@ Section: devel
Priority: optional
Depends: coreutils | fileutils (>= 4.0), linux-headers-@subarch@@version@-@abiname@
Provides: linux-headers, linux-headers-@major@
Description: Architecture-specific header files for Linux kernel @version@ on @class@
Description: Architecture-specific header files for Linux kernel @version@ on @class@ machines
This package provides the architecture-specific kernel header files
for Linux kernel @version@ on @class@-class machines, generally
for Linux kernel @version@ on @class@ machines, generally
used for building out-of-tree kernel modules. These files are going to be
installed into /usr/src/linux-headers-@subarch@@version@-@abiname@-@flavour@, and can
be used for building modules that load into the kernel provided by the

View File

@ -7,7 +7,7 @@ Depends: initrd-tools (>= 0.1.78), coreutils | fileutils (>= 4.0), module-init-t
Conflicts: hotplug (<< 0.0.20040105-1)
Suggests: aboot [alpha], lilo (>= 19.1) | grub [amd64 i386], elilo [ia64], vmelilo [m68k], arcboot (>= 0.3.8) [mips], colo [mipsel], delo [mipsel], s390-tools [s390], silo [sparc], fdutils, linux-doc-@version@ | linux-source-@version@
Recommends: irqbalance [i386]
Description: Linux kernel @version@ image on @class@
Description: Linux kernel @version@ image on @class@ machines
This package provides the binary image and pre-built loadable modules for
Linux kernel @version@ on @class@ class machines.
Linux kernel @version@ on @class@ machines.
@desc@