From: wanchao-xu Date: Fri, 29 Mar 2024 06:12:22 +0000 (+0800) Subject: Disable the API docs for debian build. * An error on ubuntu22.04 : [dh_installdocs... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07558dac4a44698a7b8e105ea980fe0a36f34a48;p=tools%2Fgit-buildpackage.git Disable the API docs for debian build. * An error on ubuntu22.04 : [dh_installdocs: error: Cannot find (any matches for) "build/apidocs/"] Change-Id: I65c10f517326589576ea26f6f4b4ae883efc46d4 Signed-off-by: wanchao-xu --- diff --git a/Makefile b/Makefile index 4e0e2d8a..a1914f6d 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,5 @@ docs: apidocs: mkdir -p build - pydoctor -v gbp tests/doctests/ .PHONY: docs diff --git a/debian/control b/debian/control index cb94eb5e..b4e8b404 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: gtk-doc-tools, libdistro-info-perl, perl, - pydoctor, python3, python3-coverage, python3-dateutil, diff --git a/debian/git-buildpackage.docs b/debian/git-buildpackage.docs index 00356a6c..6aa04047 100644 --- a/debian/git-buildpackage.docs +++ b/debian/git-buildpackage.docs @@ -1,3 +1,2 @@ README.md docs/manual-html/ -build/apidocs/