diff options
author | Rogério Brito | 2010-06-02 01:22:04 +0200 |
---|---|---|
committer | Michal Marek | 2010-06-03 13:17:53 +0200 |
commit | aa42abedc321040301541b865a018af9fa848873 (patch) | |
tree | 9224d9b61a702a3de56c9d624d868876573d9a75 /scripts | |
parent | kbuild: Mark that the packages generated conform to Standards-Version 3.8.4 (diff) | |
download | kernel-qcow2-linux-aa42abedc321040301541b865a018af9fa848873.tar.gz kernel-qcow2-linux-aa42abedc321040301541b865a018af9fa848873.tar.xz kernel-qcow2-linux-aa42abedc321040301541b865a018af9fa848873.zip |
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 784f67da2d7d..5f1e2fc7f171 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 |