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

Simon Horman horms at costa.debian.org
Wed Nov 9 08:28:31 UTC 2005


Author: horms
Date: Wed Nov  9 08:28:30 2005
New Revision: 4757

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real
Log:
make manuals with defconfig, as is required for kernel-package 10.008

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Nov  9 08:28:30 2005
@@ -29,6 +29,7 @@
   * [NETFILTER] nf_queue: Fix Ooops when no queue handler registered
     This is a regression introduced in 2.6.14.
     net-nf_queue-oops.patch. (Closes: #337713)
+  * Make manuals with defconfig, as is required for kernel-package 10.008
 
   [ dann frazier ]
   * net-ipconntrack-nat-fix.patch - fix compilation of
@@ -40,7 +41,7 @@
   * disable macsonic driver until the dma patch is fixed
   * disable IEEE80211 drivers for all of m68k
 
- -- maximilian attems <maks at sternwelten.at>  Wed,  9 Nov 2005 02:18:23 +0100
+ -- Simon Horman <horms at debian.org>  Wed,  9 Nov 2005 17:27:04 +0900
 
 linux-2.6 (2.6.14-2) unstable; urgency=low
 

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	Wed Nov  9 08:28:30 2005
@@ -198,7 +198,8 @@
 	touch '$(DIR)/debian/official'
 	rm '$(DIR)/Makefile'
 	sed -e 's,^EXTRAVERSION.*$$,EXTRAVERSION =,' < '$(SOURCE_DIR)/Makefile' > '$(DIR)/Makefile'
-	cd '$(DIR)' && $(setup_env) make-kpkg --stem linux kernel-manual
+	cd '$(DIR)' && $(setup_env) make-kpkg --stem linux 		\
+		--config defconfig kernel-manual
 	cat '$(DIR)/debian/files' >> debian/files
 	@for i in $$(awk '{ print $$1; }' '$(DIR)/debian/files'); do	\
 	  echo "mv \"$(BUILD_DIR)/$$i\" ..";				\



More information about the Kernel-svn-changes mailing list