X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fpackage%2Fbuilddeb;h=ba6bf5d5abf9189ea4dcb71c2af31ce9a9b4dfe5;hb=1b871826b3dfcdcd78140d17c00e452eec6c12a4;hp=0f657b5f3bc860bf602680d3a22a312371a2a6a1;hpb=6f67a00498abf8f0b29c2cecfce188c70be309d0;p=linux-2.6-omap-h63xx.git diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 0f657b5f3bc..ba6bf5d5abf 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -13,6 +13,7 @@ set -e # Some variables and settings used throughout the script version=$KERNELRELEASE +revision=`cat .version` tmpdir="$objtree/debian/tmp" packagename=linux-$version @@ -65,7 +66,7 @@ done name="Kernel Compiler <$(id -nu)@$(hostname -f)>" # Generate a simple changelog template cat < debian/changelog -linux ($version) unstable; urgency=low +linux ($version-$revision) unstable; urgency=low * A standard release