[kernel] r19654 - in dists/trunk/linux-tools/debian: . templates

Jonathan Nieder jrnieder-guest at alioth.debian.org
Wed Dec 26 16:38:39 UTC 2012


Author: jrnieder-guest
Date: Wed Dec 26 16:38:37 2012
New Revision: 19654

Log:
linux-kbuild: Use Section: kernel.

Users of out-of-tree modules need linux-kbuild even when not doing any
real development.  Moving it to section "kernel" should make it easier
to find.

Modified:
   dists/trunk/linux-tools/debian/changelog
   dists/trunk/linux-tools/debian/templates/control.main.in
   dists/trunk/linux-tools/debian/templates/control.source.in

Modified: dists/trunk/linux-tools/debian/changelog
==============================================================================
--- dists/trunk/linux-tools/debian/changelog	Wed Dec 26 09:10:28 2012	(r19653)
+++ dists/trunk/linux-tools/debian/changelog	Wed Dec 26 16:38:37 2012	(r19654)
@@ -6,6 +6,9 @@
   * [amd64] linux-tools: Enable optimisations and special-casing of x86_64
     (Closes: #694759)
 
+  [ Uwe Kleine-König ]
+  * linux-kbuild: debian/control: Use Section: kernel (Closes: #545017)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 02 Dec 2012 00:33:22 +0000
 
 linux-tools (3.6-1~experimental.1) experimental; urgency=low

Modified: dists/trunk/linux-tools/debian/templates/control.main.in
==============================================================================
--- dists/trunk/linux-tools/debian/templates/control.main.in	Wed Dec 26 09:10:28 2012	(r19653)
+++ dists/trunk/linux-tools/debian/templates/control.main.in	Wed Dec 26 16:38:37 2012	(r19654)
@@ -6,6 +6,7 @@
  This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version at .
 
 Package: linux-tools- at version@
+Section: devel
 Architecture: alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 s390x sh4 sparc sparc64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
 Recommends: linux-base (>= 3.4~)

Modified: dists/trunk/linux-tools/debian/templates/control.source.in
==============================================================================
--- dists/trunk/linux-tools/debian/templates/control.source.in	Wed Dec 26 09:10:28 2012	(r19653)
+++ dists/trunk/linux-tools/debian/templates/control.source.in	Wed Dec 26 16:38:37 2012	(r19654)
@@ -1,5 +1,5 @@
 Source: linux-tools
-Section: devel
+Section: kernel
 Priority: optional
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Ben Hutchings <ben at decadent.org.uk>, Jonathan Nieder <jrnieder at gmail.com>



More information about the Kernel-svn-changes mailing list