[Python-modules-commits] r21290 - in packages/matplotlib/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Apr 19 20:34:02 UTC 2012


    Date: Thursday, April 19, 2012 @ 20:33:59
  Author: morph
Revision: 21290

* debian/rules
  - set MPLCONFIGDIR to a writable directory; thanks to Lucas Nussbaum for the
    report; Closes: #669549

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-04-19 15:43:39 UTC (rev 21289)
+++ packages/matplotlib/trunk/debian/changelog	2012-04-19 20:33:59 UTC (rev 21290)
@@ -5,8 +5,11 @@
       recognize search.html as a valid Sphinx search page
   * debian/{control, rules}
     - use dh_sphinxdoc
+  * debian/rules
+    - set MPLCONFIGDIR to a writable directory; thanks to Lucas Nussbaum for the
+      report; Closes: #669549
 
- -- Sandro Tosi <morph at debian.org>  Sun, 08 Apr 2012 16:50:32 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 19 Apr 2012 22:32:11 +0200
 
 matplotlib (1.1.1~rc1-1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2012-04-19 15:43:39 UTC (rev 21289)
+++ packages/matplotlib/trunk/debian/rules	2012-04-19 20:33:59 UTC (rev 21290)
@@ -20,7 +20,7 @@
 	echo "examples.directory : $(CURDIR)/sampledata" >> $(CURDIR)/doc/matplotlibrc
 
 	# build the doc
-	-( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
+	-( cd doc ; MPLCONFIGDIR=. MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
 		PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small all )
 
 	touch $@




More information about the Python-modules-commits mailing list