[Python-modules-commits] r19916 - in packages/python-icalendar/trunk/debian (rules)

paultag-guest at users.alioth.debian.org paultag-guest at users.alioth.debian.org
Sat Jan 7 22:24:26 UTC 2012


    Date: Saturday, January 7, 2012 @ 22:24:24
  Author: paultag-guest
Revision: 19916

Adding a clean target, we have some uncleaned folders.

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

Modified: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules	2012-01-07 20:35:44 UTC (rev 19915)
+++ packages/python-icalendar/trunk/debian/rules	2012-01-07 22:24:24 UTC (rev 19916)
@@ -7,6 +7,10 @@
 %:
 	dh $@ --with python2
 
+clean:
+	dh_auto_clean
+	rm -rvf docs/_build src/*.egg-info
+
 override_dh_testroot:
 ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; for x in $(shell pyversions -r); do \




More information about the Python-modules-commits mailing list