[Python-apps-commits] r7493 - in packages/veusz/trunk/debian (control rules)

jeremysanders-guest at users.alioth.debian.org jeremysanders-guest at users.alioth.debian.org
Sun Aug 28 16:21:40 UTC 2011


    Date: Sunday, August 28, 2011 @ 16:21:38
  Author: jeremysanders-guest
Revision: 7493

Use xauth as build dependency rather than xbase-clients, as it is obsolete
Use xvfb-run in tests with -a to avoid problems with simultaneous runs
Bump standards-version to 3.9.2

Modified:
  packages/veusz/trunk/debian/control
  packages/veusz/trunk/debian/rules

Modified: packages/veusz/trunk/debian/control
===================================================================
--- packages/veusz/trunk/debian/control	2011-08-28 15:07:59 UTC (rev 7492)
+++ packages/veusz/trunk/debian/control	2011-08-28 16:21:38 UTC (rev 7493)
@@ -17,10 +17,10 @@
                python-qt4-dev,
                python-sip-dbg,
                python-sip-dev,
-               xbase-clients,
+               xauth,
                xfonts-base,
                xvfb
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
 Homepage: http://home.gna.org/veusz/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/veusz/trunk/

Modified: packages/veusz/trunk/debian/rules
===================================================================
--- packages/veusz/trunk/debian/rules	2011-08-28 15:07:59 UTC (rev 7492)
+++ packages/veusz/trunk/debian/rules	2011-08-28 16:21:38 UTC (rev 7493)
@@ -22,10 +22,10 @@
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e -x;\
 	for py in $(PYVERS); do \
-		PYTHONPATH=$(call pythonpath,$$py) xvfb-run \
+		PYTHONPATH=$(call pythonpath,$$py) xvfb-run -a \
 			--server-args "-screen 0 640x480x24" \
 			python$$py tests/runselftest.py ;\
-		PYTHONPATH=$(call pythonpath_dbg,$$py) xvfb-run \
+		PYTHONPATH=$(call pythonpath_dbg,$$py) xvfb-run -a \
 			--server-args "-screen 0 640x480x24" \
 			python$$py-dbg tests/runselftest.py ;\
 	done




More information about the Python-apps-commits mailing list