From c6e7ccc98ac1b134bf59e820e292c198acb58a9e Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 18 Oct 2005 11:08:37 +0000 Subject: [PATCH] Fix genearation of .extraversion (closes: #333842) svn path=/dists/trunk/linux-2.6/; revision=4517 --- debian/changelog | 5 ++++- debian/templates/post-install.in | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97b649301..9773a4f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ linux-2.6 (2.6.13+2.6.14-rc4-1) UNRELEASED; urgency=low * Temporary branch to sort stuff out locally, until we either upload this one instead of 2.6.13-[23], or 2.6.14 is released. - -- Sven Luther Sun, 16 Oct 2005 10:17:04 +0200 + [ Simon Horman ] + * Fix genearation of .extraversion (closes: #333842) + + -- Simon Horman Tue, 18 Oct 2005 15:30:46 +0900 linux-2.6 (2.6.13-2) UNRELEASED; urgency=low diff --git a/debian/templates/post-install.in b/debian/templates/post-install.in index 75373368b..91c19bbe9 100644 --- a/debian/templates/post-install.in +++ b/debian/templates/post-install.in @@ -59,7 +59,8 @@ mkdir -p $dir/arch/$arch/kernel mkdir -p $dir/include/asm-$arch mkdir -p $dir/include/linux cp -a .config $dir -echo $debnum-$suffix > $dir/.extraversion +echo $DEBIAN_VERSION-$DEBIAN_ABINAME-$DEBIAN_FLAVOUR > $dir/.extraversion + cp -a Module.symvers $dir find . -mindepth 1 -maxdepth 1 \