[Python-modules-commits] r10698 - in packages/python-docutils/trunk/debian (rules)

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon Dec 7 01:50:05 UTC 2009


    Date: Monday, December 7, 2009 @ 01:50:04
  Author: smcv
Revision: 10698

clean: Remove docutils.egg-info from extras/ where it seems to end up now

Just what is setuptools? We just don't know.

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

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2009-12-07 01:48:26 UTC (rev 10697)
+++ packages/python-docutils/trunk/debian/rules	2009-12-07 01:50:04 UTC (rev 10698)
@@ -40,7 +40,7 @@
 	rm -rf debian/man.tmp
 	find docs -name '*.html' -not -name 'quickref.html' -print0 | \
 		xargs -0 --no-run-if-empty rm
-	-rm -rf docutils.egg-info
+	-rm -rf docutils.egg-info extras/docutils.egg-info
 	dh_clean
 
 install: build




More information about the Python-modules-commits mailing list