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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Sep 22 21:17:21 UTC 2012


    Date: Saturday, September 22, 2012 @ 21:17:19
  Author: morph
Revision: 22703

* debian/rules
  - set backend and not datapath in matplotlibrc when running tests

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-09-22 19:50:14 UTC (rev 22702)
+++ packages/matplotlib/trunk/debian/changelog	2012-09-22 21:17:19 UTC (rev 22703)
@@ -18,8 +18,10 @@
   * debian/python-matplotlib-data.install
     - install sampledata from new location (now it's in upstream tarball)
     - use matplotlibrc.template to install base matplotlib.conf file
+  * debian/rules
+    - set backend and not datapath in matplotlibrc when running tests
 
- -- Sandro Tosi <morph at debian.org>  Sat, 22 Sep 2012 21:49:48 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 22 Sep 2012 23:16:49 +0200
 
 matplotlib (1.1.1-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2012-09-22 19:50:14 UTC (rev 22702)
+++ packages/matplotlib/trunk/debian/rules	2012-09-22 21:17:19 UTC (rev 22703)
@@ -35,7 +35,7 @@
 	python$*-dbg ./setup.py build $(PY_BUILD_FLAGS)
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	echo "datapath : $(CURDIR)/lib/matplotlib/mpl-data/" > matplotlibrc
+	echo "backend      : TkAgg" > matplotlibrc
 	-PYTHONPATH=$(shell python$* -c "from distutils.command.build import build ; \
 	                                from distutils.core import Distribution ; \
 					b = build(Distribution()) ; \




More information about the Python-modules-commits mailing list