[Python-modules-commits] r13973 - in packages/numpy/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jul 17 18:23:47 UTC 2010


    Date: Saturday, July 17, 2010 @ 18:23:44
  Author: morph
Revision: 13973

* debian/rules
  - set MPLCONFIGDIR to a place writable even on buildd, the build dir
    (referenced with `.')

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2010-07-17 09:50:44 UTC (rev 13972)
+++ packages/numpy/trunk/debian/changelog	2010-07-17 18:23:44 UTC (rev 13973)
@@ -1,3 +1,11 @@
+python-numpy (1:1.4.1-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - set MPLCONFIGDIR to a place writable even on buildd, the build dir
+      (referenced with `.')
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 17 Jul 2010 19:26:16 +0200
+
 python-numpy (1:1.4.1-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2010-07-17 09:50:44 UTC (rev 13972)
+++ packages/numpy/trunk/debian/rules	2010-07-17 18:23:44 UTC (rev 13973)
@@ -94,7 +94,7 @@
 
 build-indep: 
 	# build doc only for default python version
-	make -C doc html PYTHONPATH=../$(PYLIBPATH)
+	(export MPLCONFIGDIR=. ; make -C doc html PYTHONPATH=../$(PYLIBPATH))
 	rst2html numpy/f2py/docs/usersguide/index.txt > numpy/f2py/docs/usersguide/index.html
 
 update_intersphinx_mapping:




More information about the Python-modules-commits mailing list