summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds2010-08-05 23:19:50 +0200
committerLinus Torvalds2010-08-05 23:19:50 +0200
commit27b4a1a9eac8b0f8958da67e4abe025b96e1a293 (patch)
tree10fee83007bc6c7dbc4b13dbd8adbae4e9c4bd78 /scripts
parentMerge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... (diff)
parentkbuild: Change section of generated debian packages to kernel (diff)
downloadkernel-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/builddeb5
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