[PATCH] UBUNTU: CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO

Bryan Wu bryan.wu at canonical.com
Wed Jun 9 07:42:08 UTC 2010


CONFIG_LOCALVERSION_AUTO will change the Linux kernel's version, it will cause
packaging failure.

Signed-off-by: Bryan Wu <bryan.wu at canonical.com>
---
 debian/config/enforce |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/config/enforce b/debian/config/enforce
index 6481323..64cae67 100644
--- a/debian/config/enforce
+++ b/debian/config/enforce
@@ -42,3 +42,6 @@ value CONFIG_BLK_DEV_DM y
 # sysfs: ensure all DEPRECATED items are off
 value CONFIG_SYSFS_DEPRECATED_V2 n
 !exists CONFIG_SYSFS_DEPRECATED | value CONFIG_SYSFS_DEPRECATED n
+
+# automatically add local version will cause packaging failure
+value CONFIG_LOCALVERSION_AUTO n
-- 
1.7.0.4





More information about the kernel-team mailing list