[libgeo-osm-tiles-perl] 01/07: Use (file-)rename instead of prename.

gregor herrmann gregoa at debian.org
Sun May 29 16:15:41 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgeo-osm-tiles-perl.

commit 4babb721d7451dad70ea6b73bcc801618498f9ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 29 18:09:02 2016 +0200

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

diff --git a/debian/control b/debian/control
index ef786a4..37eead7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libwww-perl,
                      libyaml-perl,
+                     rename,
                      perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
diff --git a/debian/rules b/debian/rules
index e50fd5a..9af38d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,5 @@ override_dh_auto_test:
 
 override_dh_auto_install:
 	dh_auto_install
-	prename 's/\.pl$$//'        $(TMP)/usr/bin/downloadosmtiles.pl
-	prename 's/\.pl\.1p$$/.1p/' $(TMP)/usr/share/man/man1/downloadosmtiles.pl.1p
+	file-rename 's/\.pl$$//'        $(TMP)/usr/bin/downloadosmtiles.pl
+	file-rename 's/\.pl\.1p$$/.1p/' $(TMP)/usr/share/man/man1/downloadosmtiles.pl.1p

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



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