From: Linus Torvalds Date: Thu, 5 Aug 2010 21:19:50 +0000 (-0700) Subject: Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... X-Git-Tag: v2.6.36-rc1~546 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=27b4a1a9eac8b0f8958da67e4abe025b96e1a293;hp=e4d6152b520184be87aa65cb7035bf87acd27c14 Merge branch 'packaging' of git://git./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 --- 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 < 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