Author: horms
Date: Thu Feb  9 07:03:54 2006
New Revision: 5765

Removed:
   dists/trunk/kernel-2.4/source/kernel-source-2.4.29-2.4.29/
Modified:
   dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
   dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
Log:
Delete kernel-source-2.4.29-2.4.29, it will never be released

Modified: 
dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
==============================================================================
--- dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog  
(original)
+++ dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog  
Thu Feb  9 07:03:54 2006
@@ -55,6 +55,8 @@
     (closes: #344036)
     192_orinoco-info-leak-2.diff
 
+  * Call make-kpkg with --stem kernel, as the default is now linux
+
   [ Dann Frazier / Simon Horman ]
 
   * [SECURITY] Require root privilege to write the current
@@ -92,7 +94,7 @@
     home space mode in space switch event exception handler. See CAN-2004-0887.
     206_s390-sacf-fix.diff
 
- -- Simon Horman <[EMAIL PROTECTED]>  Wed,  8 Feb 2006 19:52:59 +0900
+ -- Simon Horman <[EMAIL PROTECTED]>  Thu,  9 Feb 2006 15:16:19 +0900
 
 kernel-source-2.4.27 (2.4.27-12) unstable; urgency=low
 

Modified: dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
==============================================================================
--- dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules      
(original)
+++ dists/trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules      
Thu Feb  9 07:03:54 2006
@@ -13,6 +13,7 @@
 release := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }')
 upstream := $(shell echo "$(release)" | sed 's/:\?\([0-9\.]\+\)-[0-9].*/\1/')
 patch_home := 
debian/kernel-patch-debian-$(upstream)/usr/src/kernel-patches/all/$(upstream)
+make-kpkg := make-kpkg --stem kernel
 
 # Helpful things for developers
 patch:
@@ -50,7 +51,7 @@
 endif
 endif
 
-       make-kpkg clean
+       $(make-kpkg) clean
        rm -f .config* version.Debian stamp-*
        rm -rf Documentation/man
 
@@ -88,8 +89,8 @@
 
 # Patch kernel with the Debian patch!
        home=$(patch_home)/debian sh $(patch_home)/apply/debian
-       make-kpkg kernel-doc
-       make-kpkg kernel-source
+       $(make-kpkg) kernel-doc
+       $(make-kpkg) kernel-source
 # Clean up after yourself
        home=$(patch_home)/debian sh $(patch_home)/apply/debian $(upstream)
 

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to