From: Peter Michael Green Date: Thu, 1 Feb 2018 15:59:36 +0000 (+0000) Subject: Disable documentation build. X-Git-Tag: archive/raspbian/0.20.3-11+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04bd97709832b0197ec04cd50b71bd8e972d09d6;p=pandas.git Disable documentation build. --- 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