[Python-modules-commits] r20109 - in packages/python-scrapelib/trunk/debian (rules)

achiang-guest at users.alioth.debian.org achiang-guest at users.alioth.debian.org
Thu Jan 26 06:47:49 UTC 2012


    Date: Thursday, January 26, 2012 @ 06:47:47
  Author: achiang-guest
Revision: 20109

Do not call dh_make twice

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

Modified: packages/python-scrapelib/trunk/debian/rules
===================================================================
--- packages/python-scrapelib/trunk/debian/rules	2012-01-26 06:37:01 UTC (rev 20108)
+++ packages/python-scrapelib/trunk/debian/rules	2012-01-26 06:47:47 UTC (rev 20109)
@@ -6,7 +6,6 @@
 override_dh_auto_clean:
 	-find . -name '*.py[co]' | xargs rm -f
 	rm -rf *.egg-info
-	dh_clean
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)




More information about the Python-modules-commits mailing list