aboutsummaryrefslogtreecommitdiff
path: root/scripts/package
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2009-04-23 01:12:41 +0200
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 22:37:42 +0200
commit54c3355658bb66bbe20aef9b6297d72ac85571f4 (patch)
treed707c268b9913749a5900badc59c121fa1e4eab1 /scripts/package
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')
-rw-r--r--scripts/package/builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index e1dd1892eb3..9708d265cda 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -144,7 +144,7 @@ EOF
# Generate a control file
cat <<EOF > debian/control
Source: linux-upstream
-Section: base
+Section: admin
Priority: optional
Maintainer: $maintainer
Standards-Version: 3.6.1