aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <[email protected]>2009-04-23 01:12:41 +0200
committerSam Ravnborg <[email protected]>2009-06-09 22:37:42 +0200
commit54c3355658bb66bbe20aef9b6297d72ac85571f4 (patch)
treed707c268b9913749a5900badc59c121fa1e4eab1
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 <[email protected]> Signed-off-by: Frans Pop <[email protected]> Cc: Andres Salomon <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
-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
# Generate a control file
cat <<EOF > debian/control
Source: linux-upstream
-Section: base
+Section: admin
Priority: optional
Maintainer: $maintainer
Standards-Version: 3.6.1