aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/builddeb
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2009-04-22 19:12:41 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 16:37:42 -0400
commit54c3355658bb66bbe20aef9b6297d72ac85571f4 (patch)
treed707c268b9913749a5900badc59c121fa1e4eab1 /scripts/package/builddeb
parent8ebc2fe9c5e502a0f34be498b0732bb3b897b12d (diff)
kbuild, deb-pkg: fix Section field
Section "base" has been removed, the base is defined by Priority field. For Squeeze the section should be "kernel", but as that's not yet supported for Sarge and Etch we stay with admin for now. Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Andres Salomon <dilinger@debian.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/package/builddeb')
-rw-r--r--scripts/package/builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index e1dd1892eb30..9708d265cdac 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -144,7 +144,7 @@ EOF
144# Generate a control file 144# Generate a control file
145cat <<EOF > debian/control 145cat <<EOF > debian/control
146Source: linux-upstream 146Source: linux-upstream
147Section: base 147Section: admin
148Priority: optional 148Priority: optional
149Maintainer: $maintainer 149Maintainer: $maintainer
150Standards-Version: 3.6.1 150Standards-Version: 3.6.1