@@ -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
Base section has been removed, the base is defined by Priority field. Source is linux-2.6. Cc: Andres Salomon <dilinger@debian.org> Signed-off-by: maximilian attems <max@stro.at> --- scripts/package/builddeb | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)