Disable documentation build. archive/raspbian/0.20.3-11+rpi1 raspbian/0.20.3-11+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 1 Feb 2018 15:59:36 +0000 (15:59 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 1 Feb 2018 15:59:36 +0000 (15:59 +0000)
debian/changelog
debian/rules

index 3eba2efef8c97dfbce4a186d03ffff0a352356ae..efe4118874fca39e3e53f16774df226953a8c976 100644 (file)
@@ -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 <plugwash@raspbian.org>  Sat, 27 Jan 2018 05:07:35 +0000
 
index 61a399c927b6fccd02e93388a193118a987d902b..179050b65cab7cfbc7cd610339d162a007865b1b 100755 (executable)
@@ -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