[libapache2-mod-perl2] 01/02: replace usage of 'prename' with 'file-rename' and add explicit build dependency on 'rename'

Damyan Ivanov dmn at moszumanska.debian.org
Fri May 27 13:45:56 UTC 2016


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

dmn pushed a commit to branch master
in repository libapache2-mod-perl2.

commit e2d3694b3bf7161d0208e3c5e71136c07abc872c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri May 27 13:45:08 2016 +0000

    replace usage of 'prename' with 'file-rename' and add explicit build dependency on 'rename'
    
    Closes: #825430
---
 debian/control | 3 ++-
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cd6004a..971910c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Build-Depends: perl,
  libreadonly-perl,
  libwww-perl,
  locales-all,
- netbase
+ netbase,
+ rename,
 Build-Conflicts: apache2-mpm-event
 Testsuite: autopkgtest
 
diff --git a/debian/rules b/debian/rules
index 71da208..7d1afd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ override_dh_install:
 
 override_dh_installexamples-indep:
 	dh_installexamples
-	prename 's,\.,,' debian/libapache2-mod-perl2-dev/usr/share/doc/libapache2-mod-perl2-dev/examples/code/.debug-*
+	file-rename 's,\.,,' debian/libapache2-mod-perl2-dev/usr/share/doc/libapache2-mod-perl2-dev/examples/code/.debug-*
 
 # These rules are needed because otherwise the build process
 # tries to re-make the 'build' directory and fails

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



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