瀏覽代碼

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
Linus Torvalds 15 年之前
父節點
當前提交
27b4a1a9ea
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      scripts/package/builddeb

+ 3 - 2
scripts/package/builddeb

@@ -148,10 +148,11 @@ EOF
 # Generate a control file
 # Generate a control file
 cat <<EOF > debian/control
 cat <<EOF > debian/control
 Source: linux-upstream
 Source: linux-upstream
-Section: admin
+Section: kernel
 Priority: optional
 Priority: optional
 Maintainer: $maintainer
 Maintainer: $maintainer
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
+Homepage: http://www.kernel.org/
 EOF
 EOF
 
 
 if [ "$ARCH" = "um" ]; then
 if [ "$ARCH" = "um" ]; then