[Python-modules-commits] r5539 - in packages/pycurl/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon Jun 2 17:28:53 UTC 2008


    Date: Monday, June 2, 2008 @ 17:28:51
  Author: bzed
Revision: 5539

Dont; run tests with python-dbg

Modified:
  packages/pycurl/trunk/debian/rules

Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules	2008-06-02 17:17:24 UTC (rev 5538)
+++ packages/pycurl/trunk/debian/rules	2008-06-02 17:28:51 UTC (rev 5539)
@@ -25,8 +25,6 @@
 	for test in "tests/test_internals.py" "tests/test_memleak.py" ; do \
   	    PYTHONPATH=$(CURDIR)/build/lib.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$* \
 	        python$* $$test; \
-	    PYTHONPATH=$(CURDIR)/build/lib_d.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$*:$(CURDIR)/build/lib.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$* \
-	        python$*-dbg $$test; \
 	done
 	touch $@
 




More information about the Python-modules-commits mailing list