[kernel] r17698 - in dists/trunk/linux-2.6/debian: . patches/bugfix/all patches/series

Maximilian Attems maks at alioth.debian.org
Tue Jun 14 21:04:03 UTC 2011


Author: maks
Date: Tue Jun 14 21:04:01 2011
New Revision: 17698

Log:
prepare for 3.0-rc3 upload

properly add lost patch to base

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/Fix-build-for-patch-1-users.patch
Deleted:
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.2
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/base

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Jun 14 14:28:42 2011	(r17697)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jun 14 21:04:01 2011	(r17698)
@@ -9,7 +9,7 @@
   [ maximilian attems ]
   * Update configs.
 
- -- maximilian attems <maks at debian.org>  Tue, 14 Jun 2011 16:27:58 +0200
+ -- maximilian attems <maks at debian.org>  Tue, 14 Jun 2011 23:02:35 +0200
 
 linux-2.6 (3.0.0~rc2-1~experimental.1) experimental; urgency=low
 

Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/Fix-build-for-patch-1-users.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/Fix-build-for-patch-1-users.patch	Tue Jun 14 21:04:01 2011	(r17698)
@@ -0,0 +1,28 @@
+From f6477b487741738528bbc74741ef00885fdea56c Mon Sep 17 00:00:00 2001
+From: maximilian attems <max at stro.at>
+Date: Tue, 14 Jun 2011 22:54:35 +0200
+Subject: [PATCH] Fix build for patch(1) users
+
+fixes:
+make: execvp: /usr/src/linux-3.0-rc3/scripts/depmod.sh: Permission denied
+Signed-off-by: maximilian attems <max at stro.at>
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index badb923..b6230c4 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1526,7 +1526,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN   $(wildcard $(rm-files))
+ 
+ # Run depmod only if we have System.map and depmod is executable
+ quiet_cmd_depmod = DEPMOD  $(KERNELRELEASE)
+-      cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
++      cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
+ 
+ # Create temporary dir for module support files
+ # clean it up only when building all modules
+-- 
+1.7.2.5
+

Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base	Tue Jun 14 14:28:42 2011	(r17697)
+++ dists/trunk/linux-2.6/debian/patches/series/base	Tue Jun 14 21:04:01 2011	(r17698)
@@ -45,3 +45,5 @@
 + bugfix/arm/plat-iop-fixes-fail-to-build-from-source.patch
 + bugfix/mips/mips-i8259-use-struct-syscore_ops-instead-of-sysdevs.patch
 + bugfix/ia64/nouveau-ACPI-support-is-dependent-on-X86.patch
++ bugfix/x86/x86-idle-EXPORT_SYMBOL-default_idle-pm_idle-if-CONFI.patch
++ bugfix/all/Fix-build-for-patch-1-users.patch



More information about the Kernel-svn-changes mailing list