[libmoosex-method-signatures-perl] 07/08: add -v to rm in d/rules

gregor herrmann gregoa at debian.org
Thu Jan 2 20:09:42 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmoosex-method-signatures-perl.

commit 1e9b7aac4a2fc07a697390cc89065179e2985833
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 2 21:08:43 2014 +0100

    add -v to rm in d/rules
    
    Git-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5f31bd5..50c176d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,5 @@ TMP     := $(CURDIR)/debian/$(PACKAGE)
 override_dh_auto_install:
 	dh_auto_install
 	# Remove empty man pages
-	rm $(TMP)/usr/share/man/man3/MooseX::Method::Signatures::Meta::Method.3pm \
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Method::Signatures::Meta::Method.3pm \
 	   $(TMP)/usr/share/man/man3/MooseX::Method::Signatures::Types.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-method-signatures-perl.git



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