[ucto] 25/69: * debian/control: added dependency on libfolia and split into a program, a libucto and a libucto-dev part * debian/ucto.install: added * debian/libucto.install: added * debian/libucto-dev.install: added

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:14:42 UTC 2014


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

joostvb pushed a commit to branch master
in repository ucto.

commit f9a9d07851e9070c25117a265a4067b72611a204
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date:   Thu Nov 3 10:38:29 2011 +0000

    * debian/control: added dependency on libfolia and split into a program, a
      libucto and a libucto-dev part
    * debian/ucto.install: added
    * debian/libucto.install: added
    * debian/libucto-dev.install: added
---
 debian/changelog           | 10 ++++++++++
 debian/control             | 35 ++++++++++++++++++++++++++++++++++-
 debian/libucto-dev.install |  4 ++++
 debian/libucto.install     |  1 +
 debian/ucto.install        |  2 ++
 5 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b37b19d..395463c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ucto (0.4.8-1) unstable; urgency=low
+
+  * debian/control: added dependency on libfolia and split into a program, a
+    libucto and a libucto-dev part
+  * debian/ucto.install: added
+  * debian/libucto.install: added
+  * debian/libucto-dev.install: added
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Thu, 03 Nov 2011 11:12:03 +0100
+
 ucto (0.4.7-3) unstable; urgency=low
 
   * debian/compat: 7 
diff --git a/debian/control b/debian/control
index 14296bf..e799b84 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 7), libicu-dev
+Build-Depends: cdbs, debhelper (>= 7), libicu-dev, libfolia-dev
 Standards-Version: 3.9.1
 Homepage: http://ilk.uvt.nl/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ucto/trunk
@@ -27,3 +27,36 @@ Description: Unicode Tokenizer
  do scientific research in natural language processing, ucto will likely be of
  use to you.
 
+Package: libucto-dev
+Section: libdevel
+Architecture: any
+Depends: libucto (= ${binary:Version}), ${misc:Depends}
+Description: Unicode Tokenizer - development
+ Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
+ punctuation, split sentences, generate n-grams), and  offers several other
+ basic preprocessing steps (change case, count words/characters and reverse
+ lines) that make your text suited for further processing such as indexing,
+ part-of-speech tagging, or machine translation.
+ .
+ Ucto is a product of the ILK Research Group, Tilburg University (The
+ Netherlands).
+ .
+ This package provides the ucto header files required to compile C++ programs
+ that use ucto.
+
+Package: libucto
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Unicode Tokenizer - runtime
+ Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
+ punctuation, split sentences, generate n-grams), and  offers several other
+ basic preprocessing steps (change case, count words/characters and reverse
+ lines) that make your text suited for further processing such as indexing,
+ part-of-speech tagging, or machine translation.
+ .
+ Ucto is a product of the ILK Research Group, Tilburg University (The
+ Netherlands).
+ .
+ This package provides the runtime files required to run programs that use ucto
+
diff --git a/debian/libucto-dev.install b/debian/libucto-dev.install
new file mode 100644
index 0000000..4a9757a
--- /dev/null
+++ b/debian/libucto-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*.a
+usr/lib/libucto.so
+usr/lib/pkgconfig
+usr/include/ucto
diff --git a/debian/libucto.install b/debian/libucto.install
new file mode 100644
index 0000000..b2de5e5
--- /dev/null
+++ b/debian/libucto.install
@@ -0,0 +1 @@
+/usr/lib/libucto.so.1*
diff --git a/debian/ucto.install b/debian/ucto.install
new file mode 100644
index 0000000..f57433a
--- /dev/null
+++ b/debian/ucto.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
\ No newline at end of file

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



More information about the debian-science-commits mailing list