aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package/builddeb')
-rw-r--r--scripts/package/builddeb3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 0f657b5f3bc8..ba6bf5d5abf9 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -13,6 +13,7 @@ set -e
13 13
14# Some variables and settings used throughout the script 14# Some variables and settings used throughout the script
15version=$KERNELRELEASE 15version=$KERNELRELEASE
16revision=`cat .version`
16tmpdir="$objtree/debian/tmp" 17tmpdir="$objtree/debian/tmp"
17packagename=linux-$version 18packagename=linux-$version
18 19
@@ -65,7 +66,7 @@ done
65name="Kernel Compiler <$(id -nu)@$(hostname -f)>" 66name="Kernel Compiler <$(id -nu)@$(hostname -f)>"
66# Generate a simple changelog template 67# Generate a simple changelog template
67cat <<EOF > debian/changelog 68cat <<EOF > debian/changelog
68linux ($version) unstable; urgency=low 69linux ($version-$revision) unstable; urgency=low
69 70
70 * A standard release 71 * A standard release
71 72