| Submitter | Andy Whitcroft |
|---|---|
| Date | March 3, 2010, 3:06 p.m. |
| Message ID | <1267628776-4452-4-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/46815/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
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
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@canonical.com> --- debian/rules.d/0-common-vars.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)