diff options
author | Rogério Brito <rbrito@ime.usp.br> | 2010-06-01 20:22:04 -0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-06-03 13:17:53 +0200 |
commit | aa42abedc321040301541b865a018af9fa848873 (patch) | |
tree | 9224d9b61a702a3de56c9d624d868876573d9a75 /scripts | |
parent | 2d7204ac60ae28d0228d7852c846060757193e38 (diff) | |
download | op-kernel-dev-aa42abedc321040301541b865a018af9fa848873.zip op-kernel-dev-aa42abedc321040301541b865a018af9fa848873.tar.gz |
kbuild: Change section of generated debian packages to kernel
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 <rbrito@ime.usp.br>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package/builddeb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 784f67d..5f1e2fc 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -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 |