Skip to content

Commit

Permalink
Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
torvalds committed Aug 5, 2010
2 parents e4d6152 + aa42abe commit 27b4a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/package/builddeb
Expand Up @@ -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
Expand Down

0 comments on commit 27b4a1a

Please sign in to comment.