r296 - zope-attachmentfield/trunk/debian

Jérémy Bobbio lunar-guest at costa.debian.org
Fri Oct 13 15:24:24 UTC 2006


Author: lunar-guest
Date: 2006-10-13 15:24:24 +0000 (Fri, 13 Oct 2006)
New Revision: 296

Modified:
   zope-attachmentfield/trunk/debian/rules
Log:
Tweak the clean target to clean upstream source (for "svn-upgrade --clean").


Modified: zope-attachmentfield/trunk/debian/rules
===================================================================
--- zope-attachmentfield/trunk/debian/rules	2006-10-13 15:05:59 UTC (rev 295)
+++ zope-attachmentfield/trunk/debian/rules	2006-10-13 15:24:24 UTC (rev 296)
@@ -10,7 +10,10 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
+	-rm -f build-stamp
+	# Clean upstream source (for "svn-upgrade --clean")
+	-rm -rf converters
+	-find $(CURDIR) -type f -name '.cvsignore' -exec rm -f '{}' ';'
 	dh_clean
 
 install: build




More information about the pkg-zope-commits mailing list