[PATCH] Move kernels to "Section: kernel"
Colin Watson
cjwatson at ubuntu.com
Thu Mar 15 13:31:29 UTC 2012
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.
(It does no harm for this to be applied to earlier releases as well,
though it doesn't have to be, so whatever's easiest for you.)
diff --git a/debian.master/control.d/flavour-control.stub b/debian.master/control.d/flavour-control.stub
index f6184a4..c137d39 100644
--- a/debian.master/control.d/flavour-control.stub
+++ b/debian.master/control.d/flavour-control.stub
@@ -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
diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index d2136aa..a448376 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -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)
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the kernel-team
mailing list