[ucto] 02/69: debianized

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:14:40 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 070d828883a5f9ba682224cbcba076605953fd2a
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date:   Sat Dec 25 12:00:00 2010 +0000

    debianized
---
 debian/changelog |  7 +++++++
 debian/control   | 29 +++++++++++++++++++++++++++++
 debian/copyright | 33 +++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  7 +++++++
 5 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..83af193
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+ucto (VERSION) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #607964)
+  * FIXME: not Ko van der Sloot but Maarten van Gompel <proycon A anaproy 0 nl>
+    as uploader? FIXME: Homepage: http://ilk.uvt.nl/tadpole/ !?
+
+ -- Joost van Baal <joostvb at debian.org>  Sat, 25 Dec 2010 12:57:28 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7062587
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: ucto
+Section: science
+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 (>= 8), icuFIXME
+Standards-Version: 3.9.1
+Homepage: http://ilk.uvt.nl/tadpole/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ucto/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/ucto/trunk/
+
+Package: ucto
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Unicode Tokenizer
+ 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).
+ .
+ If you are interested in machine parsing of UTF-8 encoded text files, e.g. to
+ do scientific research in natural language processing, ucto will likely be of
+ use to you.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cd449ff
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Joost van Baal <joostvb at ad1810.com> on
+Sat Dec 25 12:55:06 CET 2010.
+
+It was downloaded from https://svn.ilk.uvt.nl/svn/trunk/sources/ucto/trunk .
+
+Files: debian/*
+Author: Joost van Baal
+Copyright: Copyright © 2010 Joost van Baal <joostvb at ad1810.com>
+License: GPL-3+
+ The Debian packaging is licensed under the GPL, version 3 or later,
+ see below.
+
+Files: *
+Author: Lead programmer: Ko van der Sloot; Code, algorithm, and design
+ contributions by: Antal van den Bosch, Walter Daelemans, Jakub Zavrel
+Copyright: Copyright © 2006 - 2010, ILK Research Group (Tilburg
+ University, The Netherlands)
+License: GPL-3+
+ Ucto is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ Ucto is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+# $Id$
+# $URL$
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a96259e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# $Id$
+# $URL$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..dc8b0fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# $Id$
+# $URL$
+
+# See uscan(1) for format
+
+version=3
+http://ilk.uvt.nl/downloads/pub/software/ucto-(.*)\.tar\.gz

-- 
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