[Python-modules-commits] r22814 - in packages/python-pkginfo/trunk/debian (rules)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Mon Oct 22 18:54:06 UTC 2012


    Date: Monday, October 22, 2012 @ 18:54:05
  Author: jandd
Revision: 22814

fix FTBFS twice in a row

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

Modified: packages/python-pkginfo/trunk/debian/rules
===================================================================
--- packages/python-pkginfo/trunk/debian/rules	2012-10-22 18:45:46 UTC (rev 22813)
+++ packages/python-pkginfo/trunk/debian/rules	2012-10-22 18:54:05 UTC (rev 22814)
@@ -15,6 +15,10 @@
 override_dh_compress:
 	dh_compress -i -X.rst -X.js -X.html -X.txt -X.py
 
+override_dh_clean:
+	rm -rf *.egg-info
+	dh_clean
+
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e -x; \




More information about the Python-modules-commits mailing list