r3292 - branches/kernel-image-2.6.11/debian/templates

Jurij Smakov jurij-guest@costa.debian.org
Wed, 01 Jun 2005 02:24:39 +0000


Author: jurij-guest
Date: 2005-06-01 02:24:38 +0000 (Wed, 01 Jun 2005)
New Revision: 3292

Modified:
   branches/kernel-image-2.6.11/debian/templates/control.headers.in
Log:
Corrected the names of packages in the template.


Modified: branches/kernel-image-2.6.11/debian/templates/control.headers.in
===================================================================
--- branches/kernel-image-2.6.11/debian/templates/control.headers.in	2005-06-01 02:21:45 UTC (rev 3291)
+++ branches/kernel-image-2.6.11/debian/templates/control.headers.in	2005-06-01 02:24:38 UTC (rev 3292)
@@ -8,10 +8,10 @@
  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).