[med-svn] r19149 - trunk/packages/python-matplotlib-venn/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu May 7 13:58:07 UTC 2015


Author: tille
Date: 2015-05-07 13:58:06 +0000 (Thu, 07 May 2015)
New Revision: 19149

Modified:
   trunk/packages/python-matplotlib-venn/trunk/debian/control
   trunk/packages/python-matplotlib-venn/trunk/debian/rules
Log:
Fix build time test


Modified: trunk/packages/python-matplotlib-venn/trunk/debian/control
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/control	2015-05-07 08:08:36 UTC (rev 19148)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/control	2015-05-07 13:58:06 UTC (rev 19149)
@@ -7,12 +7,16 @@
                dh-python,
                python,
                python-setuptools,
+               python-matplotlib,
                python-scipy,
-               python-matplotlib,
                python-pytest,
                python-tk,
                python3,
                python3-setuptools,
+               python3-matplotlib,
+               python3-scipy,
+               python3-pytest,
+               python3-tk,
                xauth,
                xvfb
 XS-Python-Version: all

Modified: trunk/packages/python-matplotlib-venn/trunk/debian/rules
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/rules	2015-05-07 08:08:36 UTC (rev 19148)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/rules	2015-05-07 13:58:06 UTC (rev 19149)
@@ -8,4 +8,4 @@
 
 override_dh_auto_test:
 	xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
-	    dh_auto_test -- --test --system=custom --test-args='env PYTHONPATH={build_dir} {interpreter} setup.py test'
+	    dh_auto_test -- --test --system=custom --test-args='cp -a README.rst {home_dir}/build && cd {home_dir}/build && {interpreter} $(CURDIR)/setup.py test && rm README.rst'




More information about the debian-med-commit mailing list