[Python-modules-commits] [matplotlib] 01/05: make a failure in the doc build process also fail the package build

Sandro Tosi morph at moszumanska.debian.org
Wed Feb 15 03:11:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository matplotlib.

commit 7c32a831d271f7f5eff2c76f7939adf4e32b21c2
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Feb 14 19:42:57 2017 -0500

    make a failure in the doc build process also fail the package build
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8735fa..0923037 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matplotlib (2.0.0+dfsg1-2) UNRELEASED; urgency=medium
+
+  * debian/rules
+    - make a failure in the doc build process also fail the package build
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 14 Feb 2017 19:41:46 -0500
+
 matplotlib (2.0.0+dfsg1-1) unstable; urgency=medium
 
   * Import upstream tarball with necked_tensile_specimen.png removed
diff --git a/debian/rules b/debian/rules
index 8875538..8b1a36a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build-indep-stamp: $(DEFPY:%=build-%-stamp)
 	dh_testdir
 
 	# build the doc
-	-( cd doc ; MPLCONFIGDIR=. MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
+	( cd doc ; MPLCONFIGDIR=. MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
 		PYTHONPATH=$(CURDIR)/build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small html )
 
 	touch $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list