[SCM] Packaging of Lingua::Identify in Debian branch, master, updated. upstream/0.50-4-g8608fbf

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Wed Dec 28 15:51:41 UTC 2011


The following commit has been merged in the master branch:
commit 18a5f4bf16620567e6461298d30d9f2b0871fb43
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Wed Dec 28 10:50:51 2011 -0500

    Add dependencies that were missing.

diff --git a/debian/control b/debian/control
index 653b747..6d74890 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-ide
 
 Package: liblingua-identify-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Language identification module for perl
- Lingua-Identify identifies the language a given string or file is
+Depends: ${misc:Depends},
+	 ${perl:Depends},
+	 libclass-factory-util-perl,
+	 libtext-affixes-perl,
+	 libtext-ngram-perl
+Description: language identification module for perl
+ Lingua::Identify identifies the language a given string or file is
  written in.  Lingua-Identify is a modular, portable,
  unicode-compatible method of language detection with support for 33
  languages (and growing), and 4 methods of language identification.  It

-- 
Packaging of Lingua::Identify in Debian



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