[Python-modules-commits] r17410 - in packages/python-llfuse/trunk/debian (rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Jun 11 23:18:25 UTC 2011


    Date: Saturday, June 11, 2011 @ 23:18:24
  Author: nikratio-guest
Revision: 17410

Fixed typo in build_cython target.

Modified:
  packages/python-llfuse/trunk/debian/rules

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-11 23:05:32 UTC (rev 17409)
+++ packages/python-llfuse/trunk/debian/rules	2011-06-11 23:18:24 UTC (rev 17410)
@@ -14,7 +14,7 @@
 
 build_cython:
 	dh_testdir
-	python setup.py build_ctypes
+	python setup.py build_cython
 
 build_sphinx:
 	dh_testdir




More information about the Python-modules-commits mailing list