[kernel] r4883 - in dists/sid/linux-2.6/debian: . bin
Sven Luther
luther at costa.debian.org
Thu Nov 24 12:55:01 UTC 2005
Author: luther
Date: Thu Nov 24 12:55:00 2005
New Revision: 4883
Modified:
dists/sid/linux-2.6/debian/bin/install-header
dists/sid/linux-2.6/debian/changelog
Log:
Created asmp-ppc|ppc64 -> asm-powerpc symlink farm (Closes: #340571) [untested]
Modified: dists/sid/linux-2.6/debian/bin/install-header
==============================================================================
--- dists/sid/linux-2.6/debian/bin/install-header (original)
+++ dists/sid/linux-2.6/debian/bin/install-header Thu Nov 24 12:55:00 2005
@@ -27,3 +27,14 @@
esac
done
"
+
+if [ -d include/asm-powerpc ]; then
+ for d in asm-ppc asm-ppc64; do
+ if [ -d include/$d ]; then
+ for h in include/asm-powerpc/*; do
+ header=`basename $h`
+ ln -sf ../asm-powerpc/$header include/$d/$header
+ done
+ fi
+ done
+fi
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog (original)
+++ dists/sid/linux-2.6/debian/changelog Thu Nov 24 12:55:00 2005
@@ -17,6 +17,7 @@
[ Sven Luther ]
* Re-added powerpc/apus patch, now that Roman Zippel merged it in.
+ * Let's create asm-(ppc|ppc64) -> asm-powerpc symlink farm. (Closes: #340571)
-- Sven Luther <luther at debian.org> Thu, 24 Nov 2005 11:11:36 +0000
More information about the Kernel-svn-changes
mailing list