]> Git Repo - linux.git/commitdiff
kbuild: Change section of generated debian packages to kernel
authorRogério Brito <[email protected]>
Tue, 1 Jun 2010 23:22:04 +0000 (20:22 -0300)
committerMichal Marek <[email protected]>
Thu, 3 Jun 2010 11:17:53 +0000 (13:17 +0200)
To follow the way that Official Debian kernel packages are made, put the
generated packages in the right section, the kernel section.  This also
avoids polluting the admin section.

Signed-off-by: Rogério Brito <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
scripts/package/builddeb

index 784f67da2d7dbcf04e8d61f89eef4cb7c2ae2c1a..5f1e2fc7f171e65dcf0dfd5f9c56afc3c77e7d9f 100644 (file)
@@ -148,7 +148,7 @@ EOF
 # Generate a control file
 cat <<EOF > debian/control
 Source: linux-upstream
-Section: admin
+Section: kernel
 Priority: optional
 Maintainer: $maintainer
 Standards-Version: 3.8.4
This page took 0.051961 seconds and 4 git commands to generate.