From 04bd97709832b0197ec04cd50b71bd8e972d09d6 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 1 Feb 2018 15:59:36 +0000 Subject: [PATCH] Disable documentation build. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3eba2efe..efe41188 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pandas (0.20.3-11+rpi1) buster-staging; urgency=medium * Fix clean target. [changes introduced in 0.20.3-11+rpi1 by Peter Michael Green] * Add build-depends on python-lzma + * Disable documentation build. -- Peter Michael Green Sat, 27 Jan 2018 05:07:35 +0000 diff --git a/debian/rules b/debian/rules index 61a399c9..179050b6 100755 --- a/debian/rules +++ b/debian/rules @@ -135,7 +135,7 @@ endif override_dh_installdocs: : # Build Documentation using installed pandas -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) +ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS))) ifneq (,$(findstring -a,$(DH_INTERNAL_OPTIONS))) : # not building documentation in -a else -- 2.30.2