r2268 - in trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27: . debian

Joshua Kwan joshk@costa.debian.org
Wed, 12 Jan 2005 06:07:25 +0100


Author: joshk
Date: 2005-01-12 06:07:24 +0100 (Wed, 12 Jan 2005)
New Revision: 2268

Modified:
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/control
   trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/post-install
Log:
use tree -8, fix another post-install problem

Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog	2005-01-12 01:31:31 UTC (rev 2267)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/changelog	2005-01-12 05:07:24 UTC (rev 2268)
@@ -3,10 +3,10 @@
   * Add missing build-depends on modutils (minor, this package is
     never built from source)
   * Set CONFIG_DM9102=m, thanks Thomas Michlmayr.
-  * Bump soname to 2 because of security fixes from kernel-tree-2.4.27-7.
+  * Bump soname to 2 because of security fixes from kernel-tree-2.4.27-8.
   * Disable CONFIG_PCI, closes: #288140
 
- -- Joshua Kwan <joshk@triplehelix.org>  Sun, 28 Nov 2004 00:16:00 -0500
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 12 Jan 2005 00:12:00 -0500
 
 kernel-image-2.4.27-sparc (2.4.27-1) unstable; urgency=high
 

Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/control
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/control	2005-01-12 01:31:31 UTC (rev 2267)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/debian/control	2005-01-12 05:07:24 UTC (rev 2268)
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
 Uploaders: Rob Radez <rob@osinvestor.com>, Joshua Kwan <joshk@triplehelix.org>
 Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:3.3), kernel-tree-2.4.27-7, debhelper (>= 4), kernel-package, sparc-utils, modutils
+Build-Depends: gcc (>= 4:3.3), kernel-tree-2.4.27-8, debhelper (>= 4), kernel-package, sparc-utils, modutils
 
 Package: kernel-build-2.4.27-2
 Architecture: sparc

Modified: trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/post-install
===================================================================
--- trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/post-install	2005-01-12 01:31:31 UTC (rev 2267)
+++ trunk/kernel-2.4/sparc/kernel-image-2.4.27-sparc-2.4.27/post-install	2005-01-12 05:07:24 UTC (rev 2268)
@@ -33,8 +33,8 @@
 mkdir -p $dir/include/linux
 cp -a .config $dir
 cd include
-find . -mindepth 1 -maxdepth 1 -name 'asm-generic' \
-	-o \( ! -name config -a ! -name linux -a ! -name 'asm-*' \) \
+find . -mindepth 1 -maxdepth 1 ! -name config -a ! -name linux -a \
+	\( ! -name 'asm-*' -o -name 'asm-generic' \) \
 	-printf "../../kernel-headers-$prefix/include/%f\n" |
 	xargs ln -s --target-directory=$dir/include
 cp -a config $dir/include