From 2706601969f680c70cbfc9da00323f91c4f02f50 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Mon, 11 Jul 2005 01:21:17 +0000 Subject: [PATCH] add missing virtual package analogous to kernel-headers-2.6.11-1-i386 svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3453 --- debian/templates/control.headers.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/templates/control.headers.in b/debian/templates/control.headers.in index 46cc82426..dce67d24e 100644 --- a/debian/templates/control.headers.in +++ b/debian/templates/control.headers.in @@ -15,3 +15,15 @@ Description: Common architecture-specific header files for Linux kernel @version apt-get install linux-headers-@version@-@abiname@-$(uname -r) . and it will be unpacked in /usr/src/linux-headers-@version@-@abiname@-(flavour). + +Package: linux-headers-@subarch@@version@-@abiname@-@arch@ +Architecture: @arch@ +Section: devel +Priority: optional +Depends: TODO +Description: Virtual package that depends on all @version@ kernel headers for @arch@ + This package provides common kernel header files for version @version@ on + @arch@, used to build out-of-tree kernel modules and the like. It is mainly + useful for module packages that want to build a module for all flavors of + an architecture, without having to manually list each flavor in its control + file. If you don't know what any of this means, you probably don't need this.