[Python-modules-commits] r14818 - in packages/pyside-tools/trunk/debian/patches (1 file)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Nov 3 13:47:05 UTC 2010


    Date: Wednesday, November 3, 2010 @ 13:47:00
  Author: odyx-guest
Revision: 14818

Update patch.

Modified:
  packages/pyside-tools/trunk/debian/patches/fix_tests.patch

Modified: packages/pyside-tools/trunk/debian/patches/fix_tests.patch
===================================================================
--- packages/pyside-tools/trunk/debian/patches/fix_tests.patch	2010-11-03 13:46:40 UTC (rev 14817)
+++ packages/pyside-tools/trunk/debian/patches/fix_tests.patch	2010-11-03 13:47:00 UTC (rev 14818)
@@ -3,23 +3,23 @@
 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-15 09:46:33.000000000 +0200
-+++ pyside-tools.git/tests/rcc/run_test.sh	2010-09-15 09:50:27.000000000 +0200
+--- pyside-tools.git.orig/tests/rcc/run_test.sh	2010-10-15 16:30:05.000000000 +0200
++++ pyside-tools.git/tests/rcc/run_test.sh	2010-10-15 16:31:45.000000000 +0200
 @@ -6,8 +6,9 @@
  # $1: python executable
  # $2: python test
  # $3: qrc file
-+# $5: pyside-rcc4 path
++# $5: pyside-rcc path
  
  export PYTHONPATH=$PYTHONPATH:`pwd`
 -pyside-rcc4 -o `basename $3 .qrc`_rc.py $3
-+$5/pyside-rcc4 -o `basename $3 .qrc`_rc.py $3
++$5/pyside-rcc -o `basename $3 .qrc`_rc.py $3
  cd $4
  $1 $2
 Index: pyside-tools.git/tests/rcc/CMakeLists.txt
 ===================================================================
---- pyside-tools.git.orig/tests/rcc/CMakeLists.txt	2010-09-15 09:50:45.000000000 +0200
-+++ pyside-tools.git/tests/rcc/CMakeLists.txt	2010-09-15 09:58:20.000000000 +0200
+--- pyside-tools.git.orig/tests/rcc/CMakeLists.txt	2010-10-15 16:30:05.000000000 +0200
++++ pyside-tools.git/tests/rcc/CMakeLists.txt	2010-10-15 16:30:07.000000000 +0200
 @@ -3,4 +3,5 @@
                   ${PYTHON_EXECUTABLE}
                   ${CMAKE_CURRENT_SOURCE_DIR}/rcc_test.py




More information about the Python-modules-commits mailing list