Add support for nodoc build profile.

This commit is contained in:
Carlos Maddela
2019-01-31 06:48:26 +11:00
parent b7344e4855
commit 44bc4b1916
3 changed files with 8 additions and 4 deletions

4
debian/rules vendored
View File

@@ -47,7 +47,9 @@ override_dh_auto_build-arch:
dh_auto_build -a -- all
override_dh_auto_build-indep:
dh_auto_build -i -- manual
dh_auto_build -i \
$(if $(findstring nodoc,$(DEB_BUILD_OPTIONS)),--no-act) \
-- manual
override_dh_auto_install-arch:
dh_auto_install -a -- BUILDROOT=$(BUILDROOT)