[libauthen-captcha-perl] 03/10: debian/rules: make removals verbose.

gregor herrmann gregoa at debian.org
Wed Mar 12 18:33:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libauthen-captcha-perl.

commit 427e10de14e0171faee16a4c951e302c937544fa
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Mar 12 19:19:25 2014 +0100

    debian/rules: make removals verbose.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a6c772f..765447e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -f $(TMP)/usr/share/perl5/Authen/Captcha/images/Thumbs.db
+	$(RM) -v $(TMP)/usr/share/perl5/Authen/Captcha/images/Thumbs.db
 
 override_dh_clean:
 	dh_clean
-	rm -rf t/captcha_temp
+	$(RM) -rv t/captcha_temp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-captcha-perl.git



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