[Python-modules-commits] r8565 - in packages/pycairo/trunk/debian (rules)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Mon May 25 19:36:40 UTC 2009


    Date: Monday, May 25, 2009 @ 19:36:39
  Author: shlomme
Revision: 8565

one more fix for debug build cleaning

Modified:
  packages/pycairo/trunk/debian/rules

Modified: packages/pycairo/trunk/debian/rules
===================================================================
--- packages/pycairo/trunk/debian/rules	2009-05-25 19:28:29 UTC (rev 8564)
+++ packages/pycairo/trunk/debian/rules	2009-05-25 19:36:39 UTC (rev 8565)
@@ -22,7 +22,7 @@
 
 # pycairo.pc is created automatically by setup.py, remove before .diff.gz is created
 clean::
-	for i in $(cdbs_python_build_versions); do \
+	-for i in $(cdbs_python_build_versions); do \
 	  python$$i-dbg ./setup.py clean -a; \
 	done
 	rm -f $(CURDIR)/pycairo.pc




More information about the Python-modules-commits mailing list