r3831 - trunk/kernel/source/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Wed Aug 10 18:23:30 UTC 2005


Author: waldi
Date: 2005-08-10 18:23:29 +0000 (Wed, 10 Aug 2005)
New Revision: 3831

Modified:
   trunk/kernel/source/linux-2.6/debian/changelog
   trunk/kernel/source/linux-2.6/debian/rules
Log:
* debian/changelog: Update.
* debian/rules: Fix permission in source tar ball.
Closes: 322409


Modified: trunk/kernel/source/linux-2.6/debian/changelog
===================================================================
--- trunk/kernel/source/linux-2.6/debian/changelog	2005-08-10 17:35:54 UTC (rev 3830)
+++ trunk/kernel/source/linux-2.6/debian/changelog	2005-08-10 18:23:29 UTC (rev 3831)
@@ -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,8 +17,10 @@
     - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
     (Kyle McMartin)
 
- -- Simon Horman <horms at debian.org>  Tue,  9 Aug 2005 11:00:51 +0900
+  * Fix permissions in source tar ball. (Bastian Blank) (Closes: #322409)
 
+ -- Bastian Blank <waldi at debian.org>  Wed, 10 Aug 2005 20:21:30 +0200
+
 linux-2.6 (2.6.12-2) unstable; urgency=low
 
   * The Kernel Team offers its condolences to the family of Jens Schmalzig

Modified: trunk/kernel/source/linux-2.6/debian/rules
===================================================================
--- trunk/kernel/source/linux-2.6/debian/rules	2005-08-10 17:35:54 UTC (rev 3830)
+++ trunk/kernel/source/linux-2.6/debian/rules	2005-08-10 18:23:29 UTC (rev 3831)
@@ -77,6 +77,7 @@
 #	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




More information about the Kernel-svn-changes mailing list