[kernel] r10191 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Fri Jan 25 10:05:05 UTC 2008


Author: waldi
Date: Fri Jan 25 10:05:05 2008
New Revision: 10191

Log:
* debian/changelog: Update.
* debian/rules.real: Fix.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jan 25 10:05:05 2008
@@ -14,6 +14,7 @@
 
   [ Bastian Blank ]
   * Kill reboot warning from old templates.
+  * Fix strange default value for link_in_boot. (closes: #425056)
 
  -- maximilian attems <maks at debian.org>  Wed, 23 Jan 2008 11:35:31 +0100
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Jan 25 10:05:05 2008
@@ -430,12 +430,12 @@
 	    -e 's/=ST/linux/g' \
 	    -e 's@=A@$(DEB_HOST_ARCH)@g' \
 	    -e 's@=B@$(KERNEL_ARCH)@g' \
+	    -e 's/=IB//g' \
 	    -e 's/=I/$(ARG_INITRD)/g' \
 	    -e 's/=K/$(ARG_KIMAGE)/g' \
 	    -e 's/=L/$(ARG_BOOTLOADER)/g' \
 	    -e 's@=MK@$(INITRD_CMD)@g' \
 	    -e 's/=V/$(REAL_VERSION)/g' \
-	    -e 's/=IB//g' \
 	    -e 's/=M//g' \
 	    -e 's/=MD//g' \
 	    -e 's/=R//g' \



More information about the Kernel-svn-changes mailing list