[libtext-bidi-perl] 08/09: d/rules: make removals verbose

gregor herrmann gregoa at debian.org
Sun Nov 1 17:52:43 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtext-bidi-perl.

commit fde1f0716738ccd907b5040a298444722630e77c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 1 18:38:50 2015 +0100

    d/rules: make removals verbose
    
    Gbp-Dch: Ignore
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 576fd61..122d954 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,14 +21,14 @@ endif
 
 override_dh_auto_install:
 	dh_auto_install
-	# remove if it exists but doesn't not a size > 0
+	# remove if it exists but doesn't not have a size > 0
 	if [ -e $(TMP)$(ARCHLIB)/auto/Text/Bidi/private/private.bs -a \
 	  ! -s $(TMP)$(ARCHLIB)/auto/Text/Bidi/private/private.bs ]; then \
-	    rm $(TMP)$(ARCHLIB)/auto/Text/Bidi/private/private.bs; \
+	    $(RM) -v $(TMP)$(ARCHLIB)/auto/Text/Bidi/private/private.bs; \
 	fi
 	# Remove fribidi.pl script, installed as an example instead:
-	rm -rf $(TMP)/usr/bin
-	rm -rf $(TMP)/usr/share/man/man1
+	$(RM) -rv $(TMP)/usr/bin
+	$(RM) -rv $(TMP)/usr/share/man/man1
 
 	# remove empty manpage
 	$(RM) -v $(TMP)/usr/share/man/man3/Text::Bidi::private.3pm

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



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