r3580 - trunk/kernel/source/linux-2.6-2.6.12/debian

Andres Salomon dilinger at costa.debian.org
Mon Jul 18 22:03:11 UTC 2005


Author: dilinger
Date: 2005-07-18 22:03:11 +0000 (Mon, 18 Jul 2005)
New Revision: 3580

Modified:
   trunk/kernel/source/linux-2.6-2.6.12/debian/rules
Log:
heh, silly rabbit; executable bits are needed for scripts!


Modified: trunk/kernel/source/linux-2.6-2.6.12/debian/rules
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/rules	2005-07-18 21:51:19 UTC (rev 3579)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/rules	2005-07-18 22:03:11 UTC (rev 3580)
@@ -49,6 +49,7 @@
 patch: debian/patch-stamp
 debian/patch-stamp: debian/bin/apply
 	dh_testdir
+	chmod +x debian/bin/apply
 	override_version=$(release) home=debian/patches-debian debian/bin/apply
 #	make-kpkg does this when building kernel-source.
 	mv scripts/package/Makefile scripts/package/Makefile.dist




More information about the Kernel-svn-changes mailing list