UBUNTU: [Config] Move kernels to "Section: kernel"
authorColin Watson <cjwatson@ubuntu.com>
Thu, 15 Mar 2012 13:31:29 +0000 (13:31 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:22:38 +0000 (13:22 -0700)
BugLink: http://bugs.launchpad.net/bugs/499557

Per https://bugs.launchpad.net/bugs/499557, kernels should be in
"Section: kernel" these days.  We'll override this in the archive, but
it would make life easier if the kernel packaging matched as well.

Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

debian.master/control.d/flavour-control.stub
debian.master/control.stub.in

index be264cf..d01b03a 100644 (file)
@@ -23,7 +23,7 @@
 
 Package: linux-image-PKGVER-ABINUM-FLAVOUR
 Architecture: ARCH
-Section: admin
+Section: kernel
 Priority: optional
 Pre-Depends: dpkg (>= 1.10.24)
 Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES=
@@ -49,7 +49,7 @@ Description: Linux kernel image for version PKGVER on DESC
 
 Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR
 Architecture: ARCH
-Section: admin
+Section: kernel
 Priority: optional
 Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR
 Description: Linux kernel image for version PKGVER on DESC
index 0c7a935..5db4074 100644 (file)
@@ -47,7 +47,7 @@ Description: Linux kernel specific documentation for version PKGVER
 
 Package: SRCPKGNAME-tools-common
 Architecture: all
-Section: admin
+Section: kernel
 Priority: optional
 Depends: ${misc:Depends}
 Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25)