[PATCH 3/3] UBUNTU: doc package -- ensure we do build package content on buildd

Andy Whitcroft apw at canonical.com
Wed Mar 3 15:06:16 UTC 2010


While cleaning up the enables it appears we are not correctly enabling
the doc package contents on the buildd.  Fix.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 debian/rules.d/0-common-vars.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index bf3f4c4..de33105 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -94,6 +94,7 @@ hdrs_pkg_name=linux-headers-$(abi_release)
 # failures get sorted out. Finally, the doc package doesn't really need to be built
 # for developer testing (its kind of slow), so only do it if on a buildd.
 do_doc_package=true
+do_doc_package_content=true
 ifeq ($(wildcard /CurrentlyBuilding),)
 do_doc_package_content=false
 endif
-- 
1.7.0





More information about the kernel-team mailing list