[Python-modules-commits] r14810 - in packages/pyside-tools/trunk/debian/patches (2 files)
odyx-guest at users.alioth.debian.org
odyx-guest at users.alioth.debian.org
Wed Nov 3 13:44:42 UTC 2010
Date: Wednesday, November 3, 2010 @ 13:44:37
Author: odyx-guest
Revision: 14810
Add fix_tests.patch to fix tests?\226?\128?\166
Added:
packages/pyside-tools/trunk/debian/patches/fix_tests.patch
packages/pyside-tools/trunk/debian/patches/series
Added: packages/pyside-tools/trunk/debian/patches/fix_tests.patch
===================================================================
--- packages/pyside-tools/trunk/debian/patches/fix_tests.patch (rev 0)
+++ packages/pyside-tools/trunk/debian/patches/fix_tests.patch 2010-11-03 13:44:37 UTC (rev 14810)
@@ -0,0 +1,15 @@
+Description: Ensure pyside-rcc is in the path.
+Author: Didier Raboud <didier at raboud.com>
+Last-Update: 2010-09-15
+Index: pyside-tools.git/tests/rcc/run_test.sh
+===================================================================
+--- pyside-tools.git.orig/tests/rcc/run_test.sh 2010-09-14 23:15:45.000000000 +0200
++++ pyside-tools.git/tests/rcc/run_test.sh 2010-09-15 00:07:13.000000000 +0200
+@@ -8,6 +8,7 @@
+ # $3: qrc file
+
+ export PYTHONPATH=$PYTHONPATH:`pwd`
++export PATH=$PATH:$4
+ pyside-rcc4 -o `basename $3 .qrc`_rc.py $3
+ cd $4
+ $1 $2
Added: packages/pyside-tools/trunk/debian/patches/series
===================================================================
--- packages/pyside-tools/trunk/debian/patches/series (rev 0)
+++ packages/pyside-tools/trunk/debian/patches/series 2010-11-03 13:44:37 UTC (rev 14810)
@@ -0,0 +1 @@
+fix_tests.patch
More information about the Python-modules-commits
mailing list