[libsvn-hooks-perl] 01/05: debian/rules: don't fail if README can't be removed.

gregor herrmann gregoa at debian.org
Sat Jun 24 14:50:50 UTC 2017


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

gregoa pushed a commit to branch master
in repository libsvn-hooks-perl.

commit 14fdedc4a0a91a99bf3ec0237185761e6f53652b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 16:43:29 2017 +0200

    debian/rules: don't fail if README can't be removed.
    
    The newer ExtUtils::MakeMaker in perl 5.26 doesn't generate it anymore.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index bf76b1b..638b867 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,5 @@ override_dh_installexamples:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm --verbose $(TMP)/usr/share/perl5/SVN/README.pod
-	rm --verbose $(TMP)/usr/share/man/man3/SVN::README.3pm
+	$(RM) --verbose $(TMP)/usr/share/perl5/SVN/README.pod
+	$(RM) --verbose $(TMP)/usr/share/man/man3/SVN::README.3pm

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



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