From: maximilian attems <max@stro.at>
Date: Wed, 22 Apr 2009 23:12:41 +0000 (+0200)
Subject: kbuild, deb-pkg: fix Section field
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54c3355658bb66bbe20aef9b6297d72ac85571f4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git

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>
---

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