[SCM] Debian packaging of liblingua-en-tagger-perl branch, master, updated. 6ace70d41e1cf3fd60e0e62b2c568f64ef9fd77e

gregor herrmann gregoa at debian.org
Sat May 26 19:12:46 UTC 2012


The following commit has been merged in the master branch:
commit 8e545b46152d251838c8fa81c495d159b131d5c3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 26 21:07:21 2012 +0200

    Refresh patches.

diff --git a/debian/patches/add-pod-test b/debian/patches/add-pod-test
index 4a4b1da..c70134d 100644
--- a/debian/patches/add-pod-test
+++ b/debian/patches/add-pod-test
@@ -2,18 +2,18 @@ Description: Adds a Test::Pod check to the testsuite
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=57211
 Author: Chris Butler <chrisb at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-06-03
+Last-Update: 2012-05-26
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -12,6 +12,7 @@
- WriteMakefile(
+@@ -13,6 +13,7 @@
      'NAME'              => 'Lingua::EN::Tagger',
      'VERSION_FROM'      => 'Tagger.pm', # finds $VERSION
-+	'BUILD_REQUIRES'	=> { 'Test::Pod' => '1.00' },
+     'MIN_PERL_VERSION'  => '5.008001',
++    'BUILD_REQUIRES'	=> { 'Test::Pod' => '1.00' },
      'PREREQ_PM'         => { 'Lingua::Stem' => '0.81', 
                                  'HTML::Parser' => '3.45',
-                                 'Memoize' => '1.01',
+                                 'HTML::Tagset' => '3.20',
 --- /dev/null
 +++ b/t/pod.t
 @@ -0,0 +1,7 @@
diff --git a/debian/patches/fix-pod-errors b/debian/patches/fix-pod-errors
index 14e5670..9fa7e60 100644
--- a/debian/patches/fix-pod-errors
+++ b/debian/patches/fix-pod-errors
@@ -2,11 +2,11 @@ Description: Fix some POD errors in the module file
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=57211
 Author: Chris Butler <chrisb at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-06-03
+Last-Update: 2012-05-26
 
 --- a/Tagger.pm
 +++ b/Tagger.pm
-@@ -138,6 +138,8 @@
+@@ -140,6 +140,8 @@
  
  =back
  
@@ -15,7 +15,7 @@ Last-Update: 2010-06-03
  =cut
  
  ######################################################################
-@@ -176,8 +178,6 @@
+@@ -178,8 +180,6 @@
  
  ######################################################################
  
diff --git a/debian/patches/use-nstore-for-datafiles b/debian/patches/use-nstore-for-datafiles
index f521dcf..cdff137 100644
--- a/debian/patches/use-nstore-for-datafiles
+++ b/debian/patches/use-nstore-for-datafiles
@@ -2,11 +2,11 @@ Description: Change the generation of the part-of-speech lexicon to use nstore i
  This should make the package architecture-independent.
 Forwarded: no
 Author: Chris Butler <chrisb at debian.org>
-Last-Update: 2010-06-03
+Last-Update: 2012-05-26
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -29,7 +29,7 @@
+@@ -31,7 +31,7 @@
          
  
  sub install {
@@ -15,7 +15,7 @@ Last-Update: 2010-06-03
          use File::Spec;
          my $lex_dir = 'Tagger';
          my $word_path = File::Spec->catfile( $lex_dir, 'pos_words.hash' );
-@@ -40,8 +40,8 @@
+@@ -42,8 +42,8 @@
                  _load_tags( File::Spec->catfile( $lex_dir, 'tags.yml' ) );
                  _load_words( File::Spec->catfile( $lex_dir, 'words.yml' ) );
                  _load_words( File::Spec->catfile( $lex_dir, 'unknown.yml' ) );

-- 
Debian packaging of liblingua-en-tagger-perl



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