summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@canonical.com>2010-06-09 15:42:08 +0800
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-20 15:59:51 -0700
commit74ebc999415f1f8c234aaaff75087334f5cb21be (patch)
tree662daef36c6058a69657c60cdf013fcafd51a404 /debian
parent6ce75b4ccbd723ee815ad4ceb9c9fcee2d3b99a0 (diff)
UBUNTU: CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
CONFIG_LOCALVERSION_AUTO will change the Linux kernel's version, it will cause packaging failure. Signed-off-by: Bryan Wu <bryan.wu@canonical.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/config/enforce3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/config/enforce b/debian/config/enforce
index 6481323de825..64cae67ef0c6 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