[Python-modules-commits] r16889 - in packages/pyamf/trunk/debian (rules)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Tue May 3 21:28:10 UTC 2011


    Date: Tuesday, May 3, 2011 @ 21:27:59
  Author: nomadium-guest
Revision: 16889

* Add cython call during build.

Modified:
  packages/pyamf/trunk/debian/rules

Modified: packages/pyamf/trunk/debian/rules
===================================================================
--- packages/pyamf/trunk/debian/rules	2011-05-03 16:56:44 UTC (rev 16888)
+++ packages/pyamf/trunk/debian/rules	2011-05-03 21:27:59 UTC (rev 16889)
@@ -4,6 +4,7 @@
 
 override_dh_auto_build:
 	rm -f cpyamf/*.c
+	cython cpyamf/*.pyx
 	dh_auto_build
 	# the documentation is not built due to a missing dependency
 	# cd doc && sphinx-build -b html . ../build/html




More information about the Python-modules-commits mailing list