~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to debian/patches/run-tests-xvfb-run.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## run-tests-xvfb-run.dpatch by  <tca@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad solfege-3.11.3~/Makefile.in solfege-3.11.3/Makefile.in
9
 
--- solfege-3.11.3~/Makefile.in 2008-07-08 00:15:27.000000000 +0200
10
 
+++ solfege-3.11.3/Makefile.in  2008-07-08 00:16:07.000000000 +0200
11
 
@@ -195,7 +195,7 @@
12
 
 
13
 
 test: xmllint
14
 
        $(MAKE) dist
15
 
-       $(PYTHON) test.py
16
 
+       xvfb-run $(PYTHON) test.py
17
 
        $(PYTHON) tools/po-file-checks.py
18
 
        rm -rf $(PACKAGE)-$(VERSION)
19
 
        tar zxf ../$(PACKAGE)-$(VERSION).tar.gz