diff options
-rw-r--r-- | scripts/package/builddeb | 5 |
1 files changed, 3 insertions, 2 deletions
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 | |||
148 | # Generate a control file | 148 | # Generate a control file |
149 | cat <<EOF > debian/control | 149 | cat <<EOF > debian/control |
150 | Source: linux-upstream | 150 | Source: linux-upstream |
151 | Section: admin | 151 | Section: kernel |
152 | Priority: optional | 152 | Priority: optional |
153 | Maintainer: $maintainer | 153 | Maintainer: $maintainer |
154 | Standards-Version: 3.8.1 | 154 | Standards-Version: 3.8.4 |
155 | Homepage: http://www.kernel.org/ | ||
155 | EOF | 156 | EOF |
156 | 157 | ||
157 | if [ "$ARCH" = "um" ]; then | 158 | if [ "$ARCH" = "um" ]; then |