[libpar-packer-perl] 03/04: Use (file-)rename instead of (p)rename.

gregor herrmann gregoa at debian.org
Mon May 30 17:02:45 UTC 2016


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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit b7665e3b960d607d44cc7410e06ccf23b159fe64
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 30 18:49:07 2016 +0200

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

diff --git a/debian/control b/debian/control
index ed09b49..e834058 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: perl,
                libinline-perl,
                libmodule-scandeps-perl (>= 1.21),
                libpar-perl (>= 1.010),
-               libperl-dev
+               libperl-dev,
+               rename
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpar-packer-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpar-packer-perl.git
diff --git a/debian/rules b/debian/rules
index 9c5886b..ad9eeeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_clean:
 
 override_dh_auto_install:
 	dh_auto_install
-	prename -v s/\.pl/-archive/ \
+	file-rename -v s/\.pl/-archive/ \
 		$(TMP)/usr/bin/par.pl $(TMP)/usr/share/man/man1/par.pl.1p
 	# Move arch-dependent stuff into lib
 	mkdir -p $(TMP)$(ARCHLIB)/PAR/StrippedPARL/

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



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