[frog] 01/01: debian/control: In the default configuration, frog attempts to use the ucto tokenizer, and gives a cryptic error message when it is not found. Therefore: add "Recommends: ucto" to Package frog. Thanks Andreas van Cranenburgh (Closes: #734151).

Joost van Baal joostvb at moszumanska.debian.org
Thu Feb 4 05:28:02 UTC 2016


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

joostvb pushed a commit to branch master
in repository frog.

commit eaebdf41cb1319126e29e7e312b4503d0bd728fb
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Thu Feb 4 06:27:57 2016 +0100

    debian/control: In the default configuration, frog attempts to use the ucto tokenizer, and gives a cryptic error message when it is not found. Therefore: add "Recommends: ucto" to Package frog.  Thanks Andreas van Cranenburgh (Closes: #734151).
---
 debian/changelog | 7 +++++--
 debian/control   | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61146c8..8f9aff0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-frog (0.12.20-1) UNRELEASED; urgency=low
+frog (0.12.20-1) unstable; urgency=low
 
-  * NOT RELEASED YET
   * New upstream release.  (Missed: 0.12.18, released 2014-09-16; 0.12.19,
     released 2014-12-01)
     - Fixes "frog: FTBFS with timblserver 1.8". Thanks Andreas Beckmann
@@ -17,6 +16,10 @@ frog (0.12.20-1) UNRELEASED; urgency=low
     - "libfolia2-dev | libfolia-dev" into libfolia-dev (>= 0.13-1~),
     - "libticcutils2-dev | libticcutils-dev" into "libticcutils2-dev (>= 0.5)",
     - "libucto2-dev | libucto-dev" into "libucto-dev (>= 0.8.0)".
+  * debian/control: In the default configuration, frog attempts to use the
+    ucto tokenizer, and gives a cryptic error message when it is not found.
+    Therefore: add "Recommends: ucto" to Package frog.  Thanks Andreas van
+    Cranenburgh (Closes: #734151).
   * Acknowledge NMU 0.12.17-7.1, thanks Luk Claes.
   * .gitignore: added.
 
diff --git a/debian/control b/debian/control
index e7cd7a6..c24ae6b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ X-Python-Version: >= 2.5, <= 2.7
 Package: frog
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libucto2
+Recommends: ucto
 Description: tagger and parser for natural languages (runtime)
  Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
  range of tasks in Natural Language Processing (NLP).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frog.git



More information about the debian-science-commits mailing list