[perlindex] 05/08: Update conffile.patch.

gregor herrmann gregoa at debian.org
Wed Dec 11 20:56:21 UTC 2013


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

gregoa pushed a commit to branch master
in repository perlindex.

commit a276796a1f141d9086d1be850f59f4a649d09a9b
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 11 21:53:48 2013 +0100

    Update conffile.patch.
---
 debian/patches/conffile.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/conffile.patch b/debian/patches/conffile.patch
index 469ec09..c31a039 100644
--- a/debian/patches/conffile.patch
+++ b/debian/patches/conffile.patch
@@ -2,7 +2,7 @@ Description: Use a config file instead of hardcoded paths to determine @perllib
 Forwarded: no
 Author: Florian Ragwitz <rafl at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-06-04
+Last-Update: 2012-12-11
 
 --- a/perlindex.PL
 +++ b/perlindex.PL
@@ -38,7 +38,7 @@ Last-Update: 2011-06-04
  }
 @@ -182,10 +189,15 @@
  
-     require "find.pl";
+     require File::Find;
  
 +    open (CONFIG, "<$conffile") || die "Can't open config file $conffile: $!";
 +    my @config_perllib = <CONFIG>;

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



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