[Python-modules-commits] r16306 - in packages/shiboken/trunk/debian (rules)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Fri Apr 1 14:35:54 UTC 2011


    Date: Friday, April 1, 2011 @ 14:35:51
  Author: odyx
Revision: 16306

Don't fix links for the tests anymore; fixed.

Modified:
  packages/shiboken/trunk/debian/rules

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2011-04-01 13:56:22 UTC (rev 16305)
+++ packages/shiboken/trunk/debian/rules	2011-04-01 14:35:51 UTC (rev 16306)
@@ -61,34 +61,12 @@
 
 override_dh_auto_test: $(PYVERSIONS:%=override_dh_auto_test_dbg-%) $(PYVERSIONS:%=override_dh_auto_test-%)
 
-override_dh_auto_test_dbg-%: prepare_debug_test-%
+override_dh_auto_test_dbg-%:
 	- dh_auto_test --builddirectory=build-$*-dbg
 
-override_dh_auto_test-%: prepare_test-%
+override_dh_auto_test-%:
 	dh_auto_test --builddirectory=build-$*
 
-prepare_debug_test-%:
-	# Prepare the convenience symlinks for the tests
-	ln -sf libother-python$*-dbg.so \
-	   build-$*-dbg/tests/libother/libother.so
-	ln -sf libsample-python$*-dbg.so \
-	   build-$*-dbg/tests/libsample/libsample.so
-	ln -sf other-python$*-dbg.so \
-	   build-$*-dbg/tests/otherbinding/other.so
-	ln -sf sample-python$*-dbg.so \
-	   build-$*-dbg/tests/samplebinding/sample.so
-
-prepare_test-%:
-	# Prepare the convenience symlinks for the tests
-	ln -sf libother-python$*.so \
-	   build-$*/tests/libother/libother.so
-	ln -sf libsample-python$*.so \
-	   build-$*/tests/libsample/libsample.so
-	ln -sf other-python$*.so \
-	   build-$*/tests/otherbinding/other.so
-	ln -sf sample-python$*.so \
-	   build-$*/tests/samplebinding/sample.so
-
 #### CLEAN ####
 override_dh_auto_clean:
 	rm -rf build-*




More information about the Python-modules-commits mailing list