diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 07f2fbde2abf85a5f92040a10608a38e23db3905..5f1e2fc7f171e65dcf0dfd5f9c56afc3c77e7d9f 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