[Python-modules-commits] r15269 - in packages/sphinx/branches/1.0/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Jan 8 14:54:43 UTC 2011


    Date: Saturday, January 8, 2011 @ 14:54:41
  Author: jwilk
Revision: 15269

Remove *.egg-info in the clean target.

Modified:
  packages/sphinx/branches/1.0/debian/changelog
  packages/sphinx/branches/1.0/debian/rules

Modified: packages/sphinx/branches/1.0/debian/changelog
===================================================================
--- packages/sphinx/branches/1.0/debian/changelog	2011-01-08 14:40:53 UTC (rev 15268)
+++ packages/sphinx/branches/1.0/debian/changelog	2011-01-08 14:54:41 UTC (rev 15269)
@@ -5,8 +5,9 @@
     + Bump year in debian/copyright.
   * Don't compress objects.inv. Thanks to Michael Fladischer for the bug
     report.
+  * Remove *.egg-info in the clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Jan 2011 15:38:51 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Jan 2011 15:54:21 +0100
 
 sphinx (1.0.5-1) experimental; urgency=low
 

Modified: packages/sphinx/branches/1.0/debian/rules
===================================================================
--- packages/sphinx/branches/1.0/debian/rules	2011-01-08 14:40:53 UTC (rev 15268)
+++ packages/sphinx/branches/1.0/debian/rules	2011-01-08 14:54:41 UTC (rev 15269)
@@ -26,7 +26,7 @@
 	dh_testroot
 	python setup.py clean
 	find . -name '*.py[co]' -delete
-	rm -rf _build build
+	rm -rf _build build *.egg-info
 	dh_clean sphinx/pycode/*.pickle
 
 install: build




More information about the Python-modules-commits mailing list