r12210 - /trunk/libwx-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 8 08:55:47 UTC 2008


Author: dmn
Date: Tue Jan  8 08:55:47 2008
New Revision: 12210

URL: http://svn.debian.org/wsvn/?sc=1&rev=12210
Log:
clean: also remove remaining (old) Makefiles in ext/richtext, ext/dataview and ext/aui

Modified:
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/rules?rev=12210&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Tue Jan  8 08:55:47 2008
@@ -43,11 +43,15 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-
+	
 	dh_clean build-stamp install-stamp
-
+	
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
+	
+	dh_clean ext/richtext/Makefile.old ext/dataview/Makefile.old \
+	    ext/aui/Makefile.old \
+	    ext/richtext/Makefile ext/dataview/Makefile ext/aui/Makefile
 
 install: build install-stamp
 install-stamp:




More information about the Pkg-perl-cvs-commits mailing list