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

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


    Date: Saturday, September 22, 2012 @ 21:36:32
  Author: morph
Revision: 22704

* debian/{control, rules}
  - run tests under 'xvfb-run', needed to run inkscape (which is required to
    compare SVG images); adding relevant b-d (xvfb and xauth)

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-09-22 21:17:19 UTC (rev 22703)
+++ packages/matplotlib/trunk/debian/changelog	2012-09-22 21:36:32 UTC (rev 22704)
@@ -20,8 +20,11 @@
     - use matplotlibrc.template to install base matplotlib.conf file
   * debian/rules
     - set backend and not datapath in matplotlibrc when running tests
+  * debian/{control, rules}
+    - run tests under 'xvfb-run', needed to run inkscape (which is required to
+      compare SVG images); adding relevant b-d (xvfb and xauth)
 
- -- Sandro Tosi <morph at debian.org>  Sat, 22 Sep 2012 23:16:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 22 Sep 2012 23:35:32 +0200
 
 matplotlib (1.1.1-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2012-09-22 21:17:19 UTC (rev 22703)
+++ packages/matplotlib/trunk/debian/control	2012-09-22 21:36:32 UTC (rev 22704)
@@ -33,6 +33,8 @@
                texlive-latex-extra,
                texlive-latex-recommended,
                tk8.5-dev,
+               xauth,
+               xvfb,
                zlib1g-dev
 XS-Python-Version: all
 Standards-Version: 3.9.3

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2012-09-22 21:17:19 UTC (rev 22703)
+++ packages/matplotlib/trunk/debian/rules	2012-09-22 21:36:32 UTC (rev 22704)
@@ -43,7 +43,7 @@
 					print b.build_platlib") \
 	MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
 	MPLCONFIGDIR=. \
-		python$* -c "import matplotlib as m ; m.test(verbosity=1)"
+		xvfb-run python$* -c "import matplotlib as m ; m.test(verbosity=1)"
 
 	-PYTHONPATH=$(shell python$*-dbg -c "from distutils.command.build import build ; \
 	                                    from distutils.core import Distribution ; \
@@ -52,7 +52,7 @@
 					    print b.build_platlib") \
 	MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
 	MPLCONFIGDIR=. \
-		python$*-dbg -c "import matplotlib as m ; m.test(verbosity=1)"
+		xvfb-run python$*-dbg -c "import matplotlib as m ; m.test(verbosity=1)"
 	rm -f matplotlibrc
 endif
 




More information about the Python-modules-commits mailing list