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

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


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

    Remove versions from (build) dependencies, all satisfied in oldstable.

diff --git a/debian/control b/debian/control
index 88061fe..cb01805 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,11 @@ Source: liblingua-en-tagger-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libhtml-parser-perl (>= 3.45), libtest-pod-perl (>= 1.00),
- liblingua-stem-perl (>= 0.81), libmemoize-expirelru-perl (>= 0.55), perl
+Build-Depends-Indep: perl,
+ libhtml-parser-perl,
+ liblingua-stem-perl,
+ libmemoize-expirelru-perl,
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Chris Butler <chrisb at debian.org>,
  gregor herrmann <gregoa at debian.org>
@@ -14,8 +17,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-en-
 
 Package: liblingua-en-tagger-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.45),
- liblingua-stem-perl (>= 0.81), libmemoize-expirelru-perl (>= 0.55), perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl,
+ liblingua-stem-perl,
+ libmemoize-expirelru-perl
 Description: part-of-speech tagger for English natural language processing
  Lingua::EN::Tagger is a perl module which implements a probability based,
  corpus-trained tagger that assigns POS tags to English text based on a lookup

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



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