r54099 - /trunk/liblocal-lib-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Mar 11 16:03:54 UTC 2010


Author: jawnsy-guest
Date: Thu Mar 11 16:02:24 2010
New Revision: 54099

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54099
Log:
gregoa was right..

Modified:
    trunk/liblocal-lib-perl/debian/rules

Modified: trunk/liblocal-lib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocal-lib-perl/debian/rules?rev=54099&op=diff
==============================================================================
--- trunk/liblocal-lib-perl/debian/rules (original)
+++ trunk/liblocal-lib-perl/debian/rules Thu Mar 11 16:02:24 2010
@@ -5,10 +5,10 @@
 
 override_dh_clean:
 	dh_clean
-	$(RM) $(CURDIR)/t/var/splat
-	$(RM) $(CURDIR)/t/dist/MB/Build
-	$(RM) $(CURDIR)/t/dist/MB/_build
-	$(RM) $(CURDIR)/t/dist/MB/blib
-	$(RM) $(CURDIR)/t/dist/EUMM/Makefile
-	$(RM) $(CURDIR)/t/dist/EUMM/pm_to_blib
-	$(RM) $(CURDIR)/t/dist/EUMM/blib
+	rm -vrf $(CURDIR)/t/var/splat \
+		$(CURDIR)/t/dist/MB/Build \
+		$(CURDIR)/t/dist/MB/_build \
+		$(CURDIR)/t/dist/MB/blib \
+		$(CURDIR)/t/dist/EUMM/Makefile \
+		$(CURDIR)/t/dist/EUMM/pm_to_blib \
+		$(CURDIR)/t/dist/EUMM/blib




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