r3701 - in trunk/kernel/source/linux-2.6/debian: . templates

Bastian Blank waldi at costa.debian.org
Sat Aug 6 09:33:17 UTC 2005


Author: waldi
Date: 2005-08-06 09:32:51 +0000 (Sat, 06 Aug 2005)
New Revision: 3701

Modified:
   trunk/kernel/source/linux-2.6/debian/
   trunk/kernel/source/linux-2.6/debian/changelog
   trunk/kernel/source/linux-2.6/debian/rules
   trunk/kernel/source/linux-2.6/debian/templates/post-install.in
Log:
r3694: waldi | 2005-08-05 20:01:12 +0000
Strip down the scripts dir in the headers packages.

* debian/changelog: Update.
* debian/templates/post-install.in: Copy neccesary files into the scripts
  dir of the headers package.
 
r3696: waldi | 2005-08-05 20:15:48 +0000
debian/rules: Bail out after gencontrol runs.



Property changes on: trunk/kernel/source/linux-2.6/debian
___________________________________________________________________
Name: svk:merge
   - 510b9475-24dd-0310-9b6c-e0eefe99d49f:/people/waldi/kernel/source/linux-2.6/debian:3690
   + 510b9475-24dd-0310-9b6c-e0eefe99d49f:/people/waldi/kernel/source/linux-2.6/debian:3696

Modified: trunk/kernel/source/linux-2.6/debian/changelog
===================================================================
--- trunk/kernel/source/linux-2.6/debian/changelog	2005-08-06 09:26:53 UTC (rev 3700)
+++ trunk/kernel/source/linux-2.6/debian/changelog	2005-08-06 09:32:51 UTC (rev 3701)
@@ -14,6 +14,8 @@
   * Add ARM support. (Vincent Sanders)
 
   * Add desc.* files for ia64. (dann frazier)
+  
+  * Strip down the scripts dir in the headers packages. (Bastian Blank)
 
   * Add m68k support. (Christian T. Steigies) 
 

Modified: trunk/kernel/source/linux-2.6/debian/rules
===================================================================
--- trunk/kernel/source/linux-2.6/debian/rules	2005-08-06 09:26:53 UTC (rev 3700)
+++ trunk/kernel/source/linux-2.6/debian/rules	2005-08-06 09:32:51 UTC (rev 3701)
@@ -227,5 +227,6 @@
 #
 debian/control: debian/changelog $(wildcard debian/templates/control.*.in)
 	debian/bin/gencontrol.py
+	exit 1
 
 .PHONY: clean build unpack binary-indep binary-arch binary patch unpatch source tree

Modified: trunk/kernel/source/linux-2.6/debian/templates/post-install.in
===================================================================
--- trunk/kernel/source/linux-2.6/debian/templates/post-install.in	2005-08-06 09:26:53 UTC (rev 3700)
+++ trunk/kernel/source/linux-2.6/debian/templates/post-install.in	2005-08-06 09:32:51 UTC (rev 3701)
@@ -70,7 +70,6 @@
 	-printf "../linux-headers-$prefix/%f\n" |
 	xargs ln -s --target-directory="$dir"
 
-cp -a scripts $dir
 cd include
 find . -mindepth 1 -maxdepth 1 \
 	! -name config -a ! -name linux -a \( \
@@ -90,6 +89,19 @@
 mkdir -p $top/lib/modules/$version
 ln -s /usr/src/linux-headers-$version $top/lib/modules/$version/build
 
+mkdir -p $dir/scripts/basic
+mkdir -p $dir/scripts/kconfig
+mkdir -p $dir/scripts/mod
+cp -a scripts/Makefile* $dir/scripts
+cp -a scripts/kallsyms $dir/scripts
+strip $dir/scripts/kallsyms
+cp -a scripts/basic/fixdep $dir/scripts/basic
+strip $dir/scripts/basic/fixdep
+cp -a scripts/kconfig/conf $dir/scripts/kconfig
+strip $dir/scripts/kconfig/conf
+cp -a scripts/mod/modpost $dir/scripts/mod
+strip $dir/scripts/mod/modpost
+
 debhelper_post $pkg
 
 #




More information about the Kernel-svn-changes mailing list