summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems2009-04-23 01:12:41 +0200
committerSam Ravnborg2009-06-09 22:37:42 +0200
commit54c3355658bb66bbe20aef9b6297d72ac85571f4 (patch)
treed707c268b9913749a5900badc59c121fa1e4eab1
parentkbuild, deb-pkg: fix Provides field (diff)
downloadkernel-qcow2-linux-54c3355658bb66bbe20aef9b6297d72ac85571f4.tar.gz
kernel-qcow2-linux-54c3355658bb66bbe20aef9b6297d72ac85571f4.tar.xz
kernel-qcow2-linux-54c3355658bb66bbe20aef9b6297d72ac85571f4.zip
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>
-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