[SCM] Debian packaging of liblingua-en-tagger-perl branch, master, updated. debian/0.18-1-8-g75ba918

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Fri Aug 10 22:53:17 UTC 2012


The following commit has been merged in the master branch:
commit 9cd3f01b5712386c65012abdce85ee91f7f82dfe
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Fri Aug 10 18:49:52 2012 -0400

    Remove patch applied upstream; refresh patch

diff --git a/debian/patches/add-pod-test b/debian/patches/add-pod-test
deleted file mode 100644
index c70134d..0000000
--- a/debian/patches/add-pod-test
+++ /dev/null
@@ -1,26 +0,0 @@
-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: 2012-05-26
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -13,6 +13,7 @@
-     'NAME'              => 'Lingua::EN::Tagger',
-     'VERSION_FROM'      => 'Tagger.pm', # finds $VERSION
-     'MIN_PERL_VERSION'  => '5.008001',
-+    'BUILD_REQUIRES'	=> { 'Test::Pod' => '1.00' },
-     'PREREQ_PM'         => { 'Lingua::Stem' => '0.81', 
-                                 'HTML::Parser' => '3.45',
-                                 'HTML::Tagset' => '3.20',
---- /dev/null
-+++ b/t/pod.t
-@@ -0,0 +1,7 @@
-+#
-+# Tests that there are no errors in the PODs
-+#
-+use Test::More;
-+eval "use Test::Pod 1.00";
-+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-+all_pod_files_ok();
diff --git a/debian/patches/series b/debian/patches/series
index 0754d8d..b9a9af5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 use-nstore-for-datafiles
 fix-pod-errors
-add-pod-test
diff --git a/debian/patches/use-nstore-for-datafiles b/debian/patches/use-nstore-for-datafiles
index cdff137..b485837 100644
--- a/debian/patches/use-nstore-for-datafiles
+++ b/debian/patches/use-nstore-for-datafiles
@@ -6,7 +6,7 @@ Last-Update: 2012-05-26
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -31,7 +31,7 @@
+@@ -33,7 +33,7 @@
          
  
  sub install {
@@ -15,7 +15,7 @@ Last-Update: 2012-05-26
          use File::Spec;
          my $lex_dir = 'Tagger';
          my $word_path = File::Spec->catfile( $lex_dir, 'pos_words.hash' );
-@@ -42,8 +42,8 @@
+@@ -44,8 +44,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