[kernel] r12273 - in dists/trunk/linux-2.6/debian: . patches/debian

Bastian Blank waldi at alioth.debian.org
Tue Sep 30 16:49:56 UTC 2008


Author: waldi
Date: Tue Sep 30 16:49:55 2008
New Revision: 12273

Log:
* debian/changelog: Update version to 2.6.27~rc8-1~experimental.1.
* debian/patches/debian/scripts-kconfig-reportoldconfig.patch: Fix.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Sep 30 16:49:55 2008
@@ -1,4 +1,4 @@
-linux-2.6 (2.6.27~rc7-1~experimental.1) UNRELEASED; urgency=low
+linux-2.6 (2.6.27~rc8-1~experimental.1) UNRELEASED; urgency=low
 
   * New upstream release
 

Modified: dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/debian/scripts-kconfig-reportoldconfig.patch	Tue Sep 30 16:49:55 2008
@@ -194,9 +194,9 @@
 +	if (report)
 +		report_changes();
 +
- 	if (conf_write(NULL)) {
- 		fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
- 		exit(1);
+ 	if (sync_kconfig) {
+ 		/* silentoldconfig is used during the build so we shall update autoconf.
+ 		 * All other commands are only used to generate a config.
 diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
 index ee5fe94..3efce9f 100644
 --- a/scripts/kconfig/confdata.c



More information about the Kernel-svn-changes mailing list