Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27b4a1a9 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* '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
parents e4d6152b aa42abed
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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