From f0f86282709be1a8e903ff4624ff867c85a9b865 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Wed, 1 Jun 2005 02:24:38 +0000 Subject: [PATCH] Corrected the names of packages in the template. svn path=/branches/kernel-image-2.6.11/; revision=3292 --- debian/templates/control.headers.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/templates/control.headers.in b/debian/templates/control.headers.in index 492020851..46cc82426 100644 --- a/debian/templates/control.headers.in +++ b/debian/templates/control.headers.in @@ -8,10 +8,10 @@ Description: Common architecture-specific header files for Linux kernel @version This package provides the (sub)architecture-specific common kernel header files for Linux kernel version @version@, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install - the linux-headers@subarch@@version@-@abiname@-(flavour) package, matching the + the linux-headers-@version@-@abiname@-(flavour) package, matching the flavour of the kernel you intend the build for. To obtain such a set for the currently running kernel it is sufficient to run a command apt-get install linux-headers-@version@-@abiname@-$(uname -r) . - and it will be unpacked in /usr/src/linux-headers-@subarch@@version@-@abiname@-(flavour). + and it will be unpacked in /usr/src/linux-headers-@version@-@abiname@-(flavour).