[Python-modules-commits] r12859 - in packages/unittest2/trunk/debian (rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon May 10 19:32:13 UTC 2010


    Date: Monday, May 10, 2010 @ 19:32:10
  Author: morph
Revision: 12859

comments are a bad thing, add continuation line...

Modified:
  packages/unittest2/trunk/debian/rules

Modified: packages/unittest2/trunk/debian/rules
===================================================================
--- packages/unittest2/trunk/debian/rules	2010-05-10 19:26:13 UTC (rev 12858)
+++ packages/unittest2/trunk/debian/rules	2010-05-10 19:32:10 UTC (rev 12859)
@@ -14,10 +14,10 @@
 
 override_dh_auto_test:
 	for python in python2.5 python2.6 ; do \
-	    # retrive the lib path
+	    # retrive the lib path \
 	    LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_purelib") ; \
-	    # retrieve the script path
+	    # retrieve the script path \
 	    SCRIPT=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_scripts") ; \
-	    # call the unit2 test script discovering the current LIB dir
+	    # call the unit2 test script discovering the current LIB dir \
 	    PYTHONPATH=$$LIB $$python $$SCRIPT/unit2 discover -s $$LIB ; \
 	done




More information about the Python-modules-commits mailing list