r3457 - trunk/kernel/source/linux-kernel-2.6.12/debian/templates

Andres Salomon dilinger@costa.debian.org
Mon, 11 Jul 2005 03:22:30 +0000


Author: dilinger
Date: 2005-07-11 03:22:30 +0000 (Mon, 11 Jul 2005)
New Revision: 3457

Added:
   trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.arch.in
Modified:
   trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.in
Log:
whoops.  thinko.


Added: trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.arch.in
===================================================================
--- trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.arch.in	2005-07-11 02:00:08 UTC (rev 3456)
+++ trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.arch.in	2005-07-11 03:22:30 UTC (rev 3457)
@@ -0,0 +1,11 @@
+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.

Modified: trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.in
===================================================================
--- trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.in	2005-07-11 02:00:08 UTC (rev 3456)
+++ trunk/kernel/source/linux-kernel-2.6.12/debian/templates/control.headers.in	2005-07-11 03:22:30 UTC (rev 3457)
@@ -15,15 +15,3 @@
  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.