[libsgmls-perl] 01/03: Use (file-)rename instead of (p)rename.

gregor herrmann gregoa at debian.org
Sun May 29 16:21:11 UTC 2016


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

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

commit 1dc85ad50d34573f44f527474a6106f25338da51
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 29 18:17:20 2016 +0200

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

diff --git a/debian/control b/debian/control
index 2f7fd74..7ca34bc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     rename
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsgmls-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsgmls-perl.git
diff --git a/debian/rules b/debian/rules
index 560850d..71399b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_install:
 	dh_install
-	rename 's/\.pl//' $(TMP)/usr/bin/*.pl
+	file-rename 's/\.pl//' $(TMP)/usr/bin/*.pl

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



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