[libvm-ec2-perl] 01/05: Use (file-)rename instead of (p)rename.

gregor herrmann gregoa at debian.org
Sat Jun 4 21:30:05 UTC 2016


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

gregoa pushed a commit to branch master
in repository libvm-ec2-perl.

commit 8b56784d47a818a418decc10402b58d172198341
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 4 23:19:42 2016 +0200

    Use (file-)rename instead of (p)rename.
    
    Closes: #826054
---
 debian/control | 3 ++-
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0e482da..28b97df 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends-Indep: libanyevent-cachedns-perl,
                      libstring-approx-perl,
                      liburi-perl,
                      libwww-perl,
-                     libxml-simple-perl
+                     libxml-simple-perl,
+                     rename
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvm-ec2-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libvm-ec2-perl.git
diff --git a/debian/rules b/debian/rules
index ca1ef7e..9590c09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_install:
 	dh_auto_install
-	rename 's/\.pl//' $(TMP)/usr/bin/*.pl
-	rename 's/\.pl//' $(TMP)/usr/share/man/man1/*
+	file-rename 's/\.pl//' $(TMP)/usr/bin/*.pl
+	file-rename 's/\.pl//' $(TMP)/usr/share/man/man1/*

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



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