diff options
author | Linus Torvalds | 2010-08-05 23:19:50 +0200 |
---|---|---|
committer | Linus Torvalds | 2010-08-05 23:19:50 +0200 |
commit | 27b4a1a9eac8b0f8958da67e4abe025b96e1a293 (patch) | |
tree | 10fee83007bc6c7dbc4b13dbd8adbae4e9c4bd78 /scripts | |
parent | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... (diff) | |
parent | kbuild: Change section of generated debian packages to kernel (diff) | |
download | kernel-qcow2-linux-27b4a1a9eac8b0f8958da67e4abe025b96e1a293.tar.gz kernel-qcow2-linux-27b4a1a9eac8b0f8958da67e4abe025b96e1a293.tar.xz kernel-qcow2-linux-27b4a1a9eac8b0f8958da67e4abe025b96e1a293.zip |
Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
kbuild: Change section of generated debian packages to kernel
kbuild: Mark that the packages generated conform to Standards-Version 3.8.4
kbuild: Add homepage field to debian/control file
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package/builddeb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 07f2fbde2abf..5f1e2fc7f171 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -148,10 +148,11 @@ EOF # Generate a control file cat <<EOF > debian/control Source: linux-upstream -Section: admin +Section: kernel Priority: optional Maintainer: $maintainer -Standards-Version: 3.8.1 +Standards-Version: 3.8.4 +Homepage: http://www.kernel.org/ EOF if [ "$ARCH" = "um" ]; then |