Fix genearation of .extraversion (closes: #333842)

svn path=/dists/trunk/linux-2.6/; revision=4517
This commit is contained in:
Simon Horman 2005-10-18 11:08:37 +00:00
parent 75e831f2c4
commit c6e7ccc98a
2 changed files with 6 additions and 2 deletions

5
debian/changelog vendored
View File

@ -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 <luther@debian.org> Sun, 16 Oct 2005 10:17:04 +0200
[ Simon Horman ]
* Fix genearation of .extraversion (closes: #333842)
-- Simon Horman <horms@debian.org> Tue, 18 Oct 2005 15:30:46 +0900
linux-2.6 (2.6.13-2) UNRELEASED; urgency=low

View File

@ -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 \