[SCM] Debian packaging of File-Rsync CPAN distribution branch, master, updated. upstream/0.43-19-ge2e4002

gregor herrmann gregoa at debian.org
Tue Dec 25 22:45:46 UTC 2012


The following commit has been merged in the master branch:
commit e2e40022f23ec96cdd78c49d82228441de2af99f
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 25 23:44:35 2012 +0100

    d/rules: use make's $(RM)
    
    just a personal spleen
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 1e7dce5..8ffdc5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_installman:
 	dh_installman
-	rm -f $(TMP)/usr/share/man/man3/File::config.3pm
+	$(RM) -v $(TMP)/usr/share/man/man3/File::config.3pm

-- 
Debian packaging of File-Rsync CPAN distribution



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