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

abe pushed a commit to branch master
in repository liblingua-en-tagger-perl.

commit 5a0d257a3e1b2341ebd11d504e19941b43219df2
Author: Reiner Herrmann <rei...@reiner-h.de>
Date:   Thu May 28 23:49:33 2015 +0200

    make the build reproducible
---
 debian/patches/use-nstore-for-datafiles | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/use-nstore-for-datafiles 
b/debian/patches/use-nstore-for-datafiles
index b485837..46b108c 100644
--- a/debian/patches/use-nstore-for-datafiles
+++ b/debian/patches/use-nstore-for-datafiles
@@ -6,15 +6,17 @@ Last-Update: 2012-05-26
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -33,7 +33,7 @@
+@@ -33,8 +33,9 @@
          
  
  sub install {
 -        use Storable;
 +        use Storable qw/nstore/;
          use File::Spec;
++        $Storable::canonical = 1;
          my $lex_dir = 'Tagger';
          my $word_path = File::Spec->catfile( $lex_dir, 'pos_words.hash' );
+         my $tag_path = File::Spec->catfile( $lex_dir, 'pos_tags.hash' );
 @@ -44,8 +44,8 @@
                  _load_tags( File::Spec->catfile( $lex_dir, 'tags.yml' ) );
                  _load_words( File::Spec->catfile( $lex_dir, 'words.yml' ) );

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to