* debian/changelog: Update.

* debian/rules: Fix permission in source tar ball.
Closes: 322409

svn path=/trunk/kernel/source/linux-2.6/; revision=3831
This commit is contained in:
Bastian Blank 2005-08-10 18:23:29 +00:00
parent 375aaed903
commit 6d9e54a56a
2 changed files with 4 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,6 +1,5 @@
linux-2.6 (2.6.12-3) UNRELEASED; urgency=low
[ Simon Horman ]
* Added reference to old kernel-* package names to make
transition a little more obvious to end uers.
A Dan Jacobson special Closes: #321167
@ -18,7 +17,9 @@ linux-2.6 (2.6.12-3) UNRELEASED; urgency=low
- Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
(Kyle McMartin)
-- Simon Horman <horms@debian.org> Tue, 9 Aug 2005 11:00:51 +0900
* Fix permissions in source tar ball. (Bastian Blank) (Closes: #322409)
-- Bastian Blank <waldi@debian.org> Wed, 10 Aug 2005 20:21:30 +0200
linux-2.6 (2.6.12-2) unstable; urgency=low

1
debian/rules vendored
View File

@ -77,6 +77,7 @@ debian/source-stamp: debian/patch-stamp
# Link the files and create a tarball in correct location
mkdir $(spkg)
cp -al $(source_files) $(spkg)
chmod -R u+rw,go=rX $(spkg)
tar -cjf $(sdir)/$(spkg).tar.bz2 $(spkg)
rm -rf $(spkg)
dh_installdocs -p$(spkg) README