On Tue, 06 Oct 2015 12:58:23 +0000 Tristan Seligmann <[email protected]> 
wrote:
> Control: severity -1 serious
> 
> This appears to be happening on all arches, not just ppc64. See, for
> example:
> 
> 
https://buildd.debian.org/status/fetch.php?pkg=healpy&arch=amd64&ver=1.8.1-1%2Bb2&stamp=1444131922

NMU diff attached.  The issue here is that pybuild changed where it runs its 
tests and so the matplotlibrc that's generated to support tests was no longer 
in the right location.

This is blocking completion of the python3.5 transition, so I'll upload 
shortly.

Scott K
diff -Nru healpy-1.8.1/debian/changelog healpy-1.8.1/debian/changelog
--- healpy-1.8.1/debian/changelog	2014-06-29 20:12:07.000000000 -0400
+++ healpy-1.8.1/debian/changelog	2015-10-12 17:26:27.000000000 -0400
@@ -1,3 +1,11 @@
+healpy (1.8.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install matplotlibrc file that sets the matplotlib backend to Agg for
+    tests in the new pybuild location for running tests (Closes: #799694)
+
+ -- Scott Kitterman <[email protected]>  Mon, 12 Oct 2015 17:21:20 -0400
+
 healpy (1.8.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru healpy-1.8.1/debian/rules healpy-1.8.1/debian/rules
--- healpy-1.8.1/debian/rules	2014-06-24 22:04:32.000000000 -0400
+++ healpy-1.8.1/debian/rules	2015-10-12 17:28:22.000000000 -0400
@@ -14,4 +14,8 @@
 	echo backend: agg > $@
 
 override_dh_auto_test: matplotlibrc
+	cp matplotlibrc .pybuild/pythonX.Y_2.7/build/
+	for pv in $(shell (py3versions -vr)); do \
+		cp matplotlibrc .pybuild/pythonX.Y_$$pv/build/ ; \
+	done
 	dh_auto_test
-- 
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to