Skip to content

Commit

Permalink
kbuild, deb-pkg: fix Section field
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
brainflux authored and sravnborg committed Jun 9, 2009
1 parent 8ebc2fe commit 54c3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c3355

Please sign in to comment.