Base section has been removed, the base is defined by Priority field. Source is linux-2.6. Cc: Andres Salomon <dilinger@xxxxxxxxxx> Signed-off-by: maximilian attems <max@xxxxxxx> --- scripts/package/builddeb | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 35f972b..9d21ec5 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -84,7 +84,7 @@ fi maintainer="${name} <${email}>" # Generate a simple changelog template cat <<EOF > debian/changelog -linux ($version-$revision) unstable; urgency=low +linux-2.6 ($version-$revision) unstable; urgency=low * New upstream release @@ -95,8 +95,8 @@ EOF if [ "$ARCH" == "um" ]; then cat <<EOF > debian/control -Source: linux -Section: base +Source: linux-2.6 +Section: admin Priority: optional Maintainer: $maintainer Standards-Version: 3.8.1 @@ -117,8 +117,8 @@ EOF else cat <<EOF > debian/control -Source: linux -Section: base +Source: linux-2.6 +Section: admin Priority: optional Maintainer: $maintainer Standards-Version: 3.8.1 -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html