From patchwork Wed Mar 3 15:06:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] UBUNTU: doc package -- ensure we do build package content on buildd Date: Wed, 03 Mar 2010 05:06:16 -0000 From: Andy Whitcroft X-Patchwork-Id: 46815 Message-Id: <1267628776-4452-4-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com 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 --- 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